File tree 2 files changed +20
-9
lines changed
2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change
1
+ # Release notes for cobrapy x.y.z
2
+
3
+ ## New features
4
+
5
+ ## Fixes
6
+
7
+ Fixed an issue where reaction bounds were being overwritten by global model min/max values
8
+ when writing sbml model to file. See [ #1300 ] ( https://github.com/opencobra/cobrapy/pull/1312 ) .
9
+
10
+ Fix an issue where [ ` runfrog ` ] ( https://github.com/matthiaskoenig/fbc_curation/issues/98 ) does
11
+ not work via github actions or local installation by removing the use of obsolete numpy
12
+ aliases for ` float ` and ` bool ` .
13
+
14
+ Fix a bug where installing httpx>=0.24 would break cobrapy IO.
15
+
16
+ ## Other
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
- Fixed an issue where reaction bounds were being overwritten by global model min/max values
8
- when writing sbml model to file. See [ #1300 ] ( https://github.com/opencobra/cobrapy/pull/1312 ) .
9
-
10
- Fix an issue where [ ` runfrog ` ] ( https://github.com/matthiaskoenig/fbc_curation/issues/98 ) does
11
- not work via github actions or local installation by removing the use of obsolete numpy
12
- aliases for ` float ` and ` bool ` .
13
-
14
- Fix a bug where installing httpx>=0.24 would break cobrapy IO.
15
-
16
7
## Other
17
8
18
9
## Deprecated features
You can’t perform that action at this time.
0 commit comments