Fixes
- Fixed an issue that resulted in failure to import the
PetabImporterif
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