Skip to content

Releases: PEtab-dev/libpetab-python

libpetab-python v0.1.27.dev1

07 Jul 12:09

Choose a tag to compare

Pre-release

Features:

Fixes:

  • Apply get table method before write table method to ensure correct index by @dilpath in #126
  • petablint: Fix incorrect noise-parameter-mismatch error message by @dweindl in #129
  • Fixed handling of NaN values for parameters in condition table by @dweindl in #150
  • More informative petab.calculate errors by @dweindl in #151

Removals:

  • Removed ancient/deprecated default file naming scheme by @dweindl in #132
  • Removed ancient deprecated functions related to specifying observables/noise models inside SBML
    by @dweindl in #140 #131
  • Removed deprecated visualization functions by @dweindl in #130

New Contributors

Full Changelog: v0.1.26...v0.1.27

libpetab-python v0.1.26

07 Apr 21:18
c457c05

Choose a tag to compare

What's Changed

libpetab-python v0.1.25

25 Mar 21:02

Choose a tag to compare

Full Changelog: v0.1.24...v0.1.25

libpetab-python v0.1.24

28 Feb 20:52
6e2a7c7

Choose a tag to compare

  • GHA: Regular package installation instead of -e by @dweindl in #106
  • Fix unclosed file warnings by @dilpath in #107
  • Generation of condition-specific SBML models by @dweindl in #108

Full Changelog: v0.1.23...v0.1.24

libpetab-python v0.1.23

05 Feb 13:06
8ba3ab5

Choose a tag to compare

... and other changes by @plakrisenko, @dweindl

Full Changelog: v0.1.22...v0.1.23

libpetab-python v0.1.22

29 Nov 23:18
fde0bf6

Choose a tag to compare

Full Changelog: v0.1.21...v0.1.22

libpetab-python v0.1.21

05 Nov 09:05
0a2de3b

Choose a tag to compare

  • PEtab spec compliance: measurements must now be not null, and numeric (#76)
    • Users who relied on null measurements for simulation/plotting are
      recommended to store these dummy simulation-only measurements in an
      additional file, separate to real measurements used for calibration
  • Improve Unicode support (#79, fixes #77)
  • Convenience methods to scale or unscale a parameter vector (#78)

libpetab-python v0.1.20

14 Sep 11:32
1bf7e0f

Choose a tag to compare

  • Visualization: plot additional simulation points (not only at measurements) (#62), bugfix (#68)
  • Documentation: visualization, observables, simulation, Sphinx fixes (#67)
  • Lint: ensure valid parameter IDs in observable and noise parameters (#69)
  • Convenience method for quick export of a PEtab problem to files (#71)

PEtab v0.1.19

28 May 20:43
99b2d21

Choose a tag to compare

  • Visualization: refactoring (#58) including various bug fixes
  • Validation: Fixed detection of missing observable/noise parameter overrides
    (#64)
  • Optional relative paths in generated YAML (#57)

PEtab v0.1.18

23 Mar 16:21
2a164df

Choose a tag to compare

  • Fixed various documentation issues
  • Parameter mapping: Added option to ignore time-point specific
    noiseParameters (#51)