File: 0.27.0.md

package info (click to toggle)
python-cobra 0.29.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 30
file content (23 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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