Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,7 @@ Updated underlying BNG and NFsim versions, expanded documentation and preparing
Updated underlying BNG and NFsim versions.

## 0.8.2
Fixed bug in reading `DeleteMolecules` keyword when multiple molecules were deleted at once. Also, first installment of cleaning up constructor functions for model elements to allow programmatic model building (as opposed to just reading from BNGL file).
Fixed bug in reading `DeleteMolecules` keyword when multiple molecules were deleted at once. Also, first installment of cleaning up constructor functions for model elements to allow programmatic model building (as opposed to just reading from BNGL file).

## 0.8.7
Released the fix (already on `master` since June 2026, but never published) for `ImportError: cannot import name 'packaging' from 'pkg_resources'` on newer `setuptools` (>=71), which broke every CLI invocation on Python 3.12+ once `setuptools` stopped re-exporting `packaging` through `pkg_resources`. `main.py` now imports `from packaging import version as packaging_version` directly, and `packaging` is declared explicitly in `install_requires` instead of being relied on transitively.
2 changes: 1 addition & 1 deletion bionetgen/assets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0 8 6 alpha 0
0 8 7 alpha 0
Loading