Skip to content

Commit 0ef3bbb

Browse files
committed
docs: prepare release notes for 0.22.0
1 parent 13df263 commit 0ef3bbb

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

release-notes/0.22.0.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Release notes for cobrapy 0.22.0
2+
3+
## New features
4+
5+
- Add support for the OSQP and COIN-OR CBC solvers (#946)
6+
7+
## Fixes
8+
9+
- Fix the `Reaction.compartments` attribute not updating after metabolite changes (#1055)
10+
- Lots of syntax, annotation, and docstring fixes (#1058, #1059, #1060, #1063,
11+
#1065, #1066, #1076, #1077, #1080)
12+
- Multiprocessing on windows now sends data to processes via a pickle file which
13+
should speed up any multiprocessing initialization (#1070)
14+
- Upgrade optlang and fix some tolerance issues (#1011)
15+
- Enable Python 3.9 (#1082)
16+
17+
## Documentation
18+
19+
- Document boundary reactions (#1038)
20+
- Documentation is now built again on each release (#1047)
21+
- Clarify pfba in the documentation (#1049)
22+
23+
## Other
24+
25+
- COBRApy source code releases are now deposited on Zenodo which provides a
26+
citeable DOI (#1061)
27+
- COBRApy creates automatic releases to BioSimulators (#1064)
28+
- Fix deployment of releases to the website (#1068)
29+
- Improve the `pyproject.toml` config (#1067)
30+
31+
## Backwards incompatible changes
32+
33+
- Remove some particular `cobra.Reaction.lower_bound` and `.upper_bound`
34+
behaviour that has been deprecated for a long time.

0 commit comments

Comments
 (0)