Skip to content

Commit

Permalink
chore: prepare release notes for 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Sep 15, 2023
1 parent 9e48208 commit c4d1890
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
23 changes: 23 additions & 0 deletions release-notes/0.27.0.md
Original file line number Diff line number Diff line change
@@ -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
14 changes: 1 addition & 13 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c4d1890

Please sign in to comment.