Skip to content

Releases: PEtab-dev/libpetab-python

libpetab-python v0.1.24

28 Feb 20:52
6e2a7c7
Compare
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
Compare
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
Compare
Choose a tag to compare

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

libpetab-python v0.1.21

05 Nov 09:05
0a2de3b
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed various documentation issues
  • Parameter mapping: Added option to ignore time-point specific
    noiseParameters (#51)

PEtab v0.1.17

22 Mar 09:28
4316416
Compare
Choose a tag to compare
  • Updated package URL
  • Fixed noise formula check (#49)
  • Fixed override check and add noise formula check (#48)
  • Fixed timepoint override check (#47)

PEtab v0.1.16

19 Mar 15:31
a9e126a
Compare
Choose a tag to compare

Update python version for pypi deployment, no further changes

PEtab v0.1.15

19 Mar 15:12
6f64db2
Compare
Choose a tag to compare

NOTE: The original PEtab format + petab package repository has been split up (#41). This repository now only contains the petab Python package. The PEtab specifications and related information are available at https://github.com/PEtab-dev/PEtab.