File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Release notes for cobrapy 0.29.1
2
+
3
+ ## New features
4
+
5
+ ## Fixes
6
+
7
+ * Fixes the incorrect bounds in the CycleFree loop removal.
8
+ * Fixes reduced costs and shadow prices not available when using non-convex models.
9
+ * Fixed a bug with SBML group parsing that affects the Debian package.
10
+ * Fixed a bug where load_matlab_model would not work with numpy 2.0.
11
+
12
+ ## Other
13
+
14
+ * Adding a duplicate boundary reaction (with ` add_boundary ` ) no longer errors, but instead just returns the existing reaction.
15
+ * Automatic detection of the external compartment now recognizes CARVEME and GAPSEQ ids and will no longer
16
+ show a warning for models generated with those tools.
17
+
18
+ ## Deprecated features
19
+
20
+ ## Backwards incompatible changes
Original file line number Diff line number Diff line change 4
4
5
5
## Fixes
6
6
7
- * Fixes the incorrect bounds in the CycleFree loop removal.
8
- * Fixes reduced costs and shadow prices not available when using non-convex models.
9
- * Fixed a bug with SBML group parsing that affects the Debian package.
10
-
11
7
## Other
12
8
13
- * Adding a duplicate boundary reaction (with ` add_boundary ` ) no longer errors, but instead just returns the existing reaction.
14
- * Automatic detection of the external comprtment now recognizes CARVEME and GAPSEQ ids and will no longer
15
- show a warning for models generated with those tools.
16
-
17
9
## Deprecated features
18
10
19
11
## Backwards incompatible changes
You can’t perform that action at this time.
0 commit comments