Skip to content

Commit

Permalink
chore: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Sep 19, 2024
1 parent f6567ea commit 2cb6a27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
20 changes: 20 additions & 0 deletions release-notes/0.29.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Release notes for cobrapy 0.29.1

## New features

## Fixes

* Fixes the incorrect bounds in the CycleFree loop removal.
* Fixes reduced costs and shadow prices not available when using non-convex models.
* Fixed a bug with SBML group parsing that affects the Debian package.
* Fixed a bug where load_matlab_model would not work with numpy 2.0.

## Other

* Adding a duplicate boundary reaction (with `add_boundary`) no longer errors, but instead just returns the existing reaction.
* Automatic detection of the external compartment now recognizes CARVEME and GAPSEQ ids and will no longer
show a warning for models generated with those tools.

## Deprecated features

## Backwards incompatible changes
8 changes: 0 additions & 8 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@

## Fixes

* Fixes the incorrect bounds in the CycleFree loop removal.
* Fixes reduced costs and shadow prices not available when using non-convex models.
* Fixed a bug with SBML group parsing that affects the Debian package.

## Other

* Adding a duplicate boundary reaction (with `add_boundary`) no longer errors, but instead just returns the existing reaction.
* Automatic detection of the external comprtment now recognizes CARVEME and GAPSEQ ids and will no longer
show a warning for models generated with those tools.

## Deprecated features

## Backwards incompatible changes

0 comments on commit 2cb6a27

Please sign in to comment.