From 3958d3dc1b1bf77c6ed3352dd2ccced204d5c33e Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Tue, 13 Jul 2021 23:59:23 +0200 Subject: [PATCH] chore: prepare release notes 0.22.1 --- release-notes/0.22.1.md | 11 +++++++++++ release-notes/next-release.md | 6 ------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 release-notes/0.22.1.md diff --git a/release-notes/0.22.1.md b/release-notes/0.22.1.md new file mode 100644 index 000000000..d99374f5e --- /dev/null +++ b/release-notes/0.22.1.md @@ -0,0 +1,11 @@ +# Release notes for cobrapy 0.22.1 + +## Fixes + +- Fix an old bug with double gene deletion that was not knocking-out combinations (#1103). +- Lots of syntax, annotation, and docstring fixes (#1081, #1083, #1084, #1085, #1086, #1088, + #1090, #1091, #1092, #1093, #1094, #1095, #1096). + +## Deprecated features + +- `find_gene_knockout_reactions` is deprecated. diff --git a/release-notes/next-release.md b/release-notes/next-release.md index c336202d2..2ddd48ce4 100644 --- a/release-notes/next-release.md +++ b/release-notes/next-release.md @@ -2,16 +2,10 @@ ## New features -- documentation of boundary reactions (#1038) - ## Fixes -- Clarification of pfba in documentation (#1049) -- Fixed the Reaction.compartments attribute not updating after metabolite changes (#1055) ## Other -- Documentation is now built again on each release - ## Deprecated features ## Backwards incompatible changes