Skip to content

AMICI v1.0.1

Latest

Choose a tag to compare

@dweindl dweindl released this 13 Mar 10:14
· 12 commits to main since this release
95ed9d2

Fixes

  • Fixed an issue that resulted in failure to import the PetabImporter if
    the jax-dependencies weren't installed.
  • Fixed a pandas>=3.0 compatibility issue in the PEtab importer which resulted
    in incorrect selection of fixed parameters.
  • Fixed logger configuration for simulation warnings/errors, such that users
    can adjust the log level or simulations with, e.g.,
    logging.getLogger("amici.sim.sundials").setLevel(logging.ERROR)
  • Fixed various broken links and outdated function names in the documentation.

Full Changelog: v1.0.0...v1.0.1