-
Notifications
You must be signed in to change notification settings - Fork 218
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
5 changed files
with
26 additions
and
18 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,23 @@ | ||
# Release notes for cobrapy 0.7.0 | ||
|
||
## Fixes | ||
|
||
- `cobra.flux_analysis.reaction.assess` | ||
[was broken](https://github.com/opencobra/cobrapy/issues/537) | ||
following the release of 0.6.0 and has now been fixed (and now with | ||
unit tests). | ||
- `production_envelope` failed when model C-source was formulated as | ||
-> x instead of x <-. Fixed added option to guess the C-source by | ||
taking the medium reaction with the highest input C flux. | ||
- `model_to_pymatbridge` needs scipy and that's correctly handled now. | ||
|
||
## New features | ||
- `flux_variability_analysis` now has the `pfba_factor` parameter | ||
which enables the inclusion of a constraint on the max sum of | ||
absolute fluxes when doing FVA. | ||
|
||
## Deprecated features | ||
|
||
- `cobra.flux_analysis.reaction.assess_{precursors,products}` were | ||
essentially copies of each other and have been merged to | ||
`cobra.flux_analysis.reaction.assess_component` |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.6.2 | ||
current_version = 0.7.0 | ||
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