From b843c99044a1d77f5e428a14b9f89ff0761002ae Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Mon, 2 Jan 2023 14:11:34 -0800 Subject: [PATCH] chore: prepare release notes for 0.26.1 --- release-notes/0.26.1.md | 18 ++++++++++++++++++ release-notes/next-release.md | 7 ------- 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 release-notes/0.26.1.md diff --git a/release-notes/0.26.1.md b/release-notes/0.26.1.md new file mode 100644 index 000000000..9e670d4d1 --- /dev/null +++ b/release-notes/0.26.1.md @@ -0,0 +1,18 @@ +# Release notes for cobrapy 0.26.1 + +## New features + +## Fixes + +Fix automatic building of the documentation. + +Fix an issue where SBML models with a "created" date would break lots of the cobrapy +functionality. + +Temporary fix of restricting numpy to <1.24 as that release introduces breaking changes both in cobrapy and dependencies + +## Other + +## Deprecated features + +## Backwards incompatible changes diff --git a/release-notes/next-release.md b/release-notes/next-release.md index ef8ff6aa2..2ddd48ce4 100644 --- a/release-notes/next-release.md +++ b/release-notes/next-release.md @@ -4,13 +4,6 @@ ## Fixes -Fix automatic building of the documentation. - -Fix an issue where SBML models with a "created" date would break lots of the cobrapy -functionality. - -Temporary fix of restricting numpy to <1.24 as that release introduces breaking changes both in cobrapy and dependencies - ## Other ## Deprecated features