-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release notes for cobrapy 0.8.2 | ||
|
||
## Fixes | ||
|
||
- the Solution class no longer contains links progenitor model's | ||
reactions and metabolites | ||
- Guarantee that sampler._reproject always returns a feasible point | ||
and will not attempt to reproject already feasible | ||
points. [#564](https://github.com/opencobra/cobrapy/pull/564) | ||
- `Model.summary` no longer fails when calling after the model has | ||
changed. Fixed by letting the summary function re-compute a solution | ||
(default) or letting user supply a prior computed solution | ||
object. [#566](https://github.com/opencobra/cobrapy/pull/566) | ||
- Metabolites must now have valid identifiers before being added to a | ||
model or `ValueError` is raised. | ||
- Fix use of underscores in key/value pairs in legacy sbml | ||
notes. [#547](https://github.com/opencobra/cobrapy/issues/547) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.8.1 | ||
current_version = 0.8.2 | ||
commit = True | ||
tag = True | ||
parse = (?P<major>\d+) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters