Skip to content

Commit aca9a1d

Browse files
committed
chore: update release notes
1 parent 1c298eb commit aca9a1d

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

release-notes/0.26.3.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

release-notes/next-release.md

-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
## Fixes
66

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-
167
## Other
178

189
## Deprecated features

0 commit comments

Comments
 (0)