From c4d18902c0629e8763086079165774cc87b2a821 Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Fri, 15 Sep 2023 11:04:40 -0700 Subject: [PATCH] chore: prepare release notes for 0.27.0 --- release-notes/0.27.0.md | 23 +++++++++++++++++++++++ release-notes/next-release.md | 14 +------------- 2 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 release-notes/0.27.0.md diff --git a/release-notes/0.27.0.md b/release-notes/0.27.0.md new file mode 100644 index 000000000..2983cf468 --- /dev/null +++ b/release-notes/0.27.0.md @@ -0,0 +1,23 @@ +# Release notes for cobrapy 0.27.0 + +## New features + +## Fixes + +COBRApy is now compatible with pydantic version 2. + +COBRApy is now compatible with the latest numpy versions and pin to a lower version +has been removed. + +`loopless_solution` now fixes the objective to its optimum as in the +originally published method and returns the objective value in the solution object. + +Repair a broken test for `fix_objective_as_constraint`. + +## Other + +Backwards compatibility for pickled models has been improved. + +## Deprecated features + +## Backwards incompatible changes diff --git a/release-notes/next-release.md b/release-notes/next-release.md index 2983cf468..2ddd48ce4 100644 --- a/release-notes/next-release.md +++ b/release-notes/next-release.md @@ -1,23 +1,11 @@ -# Release notes for cobrapy 0.27.0 +# Release notes for cobrapy x.y.z ## New features ## Fixes -COBRApy is now compatible with pydantic version 2. - -COBRApy is now compatible with the latest numpy versions and pin to a lower version -has been removed. - -`loopless_solution` now fixes the objective to its optimum as in the -originally published method and returns the objective value in the solution object. - -Repair a broken test for `fix_objective_as_constraint`. - ## Other -Backwards compatibility for pickled models has been improved. - ## Deprecated features ## Backwards incompatible changes