Skip to content

AMICI v0.20.0

Compare
Choose a tag to compare
@dweindl dweindl released this 21 Nov 19:05
· 217 commits to master since this release
ffcbf66

Fixes

  • Fixed CMake cmake_minimum_required deprecation warning
    by @dweindl in #2183
  • Fixed misleading preequilibration failure messages
    by @dweindl in #2181
  • Removed setuptools<64 restriction
    by @dweindl in #2180
  • Fixed ExpData equality operator for Python
    by @dweindl in #2194
  • Enabled deepcopy for ExpData(View)
    by @dweindl in #2196
  • Allowed subsetting simulation conditions in simulate_petab
    by @dweindl in #2199
  • Set CMake CMP0144 to prevent warning
    by @dweindl in #2209

Features

  • Possibility to evaluate and plot symbolic expressions based on simulation results
    by @dweindl in #2152
  • Easier access to timepoints via ExpDataView
    by @dweindl in #2193
  • Nicer __repr__ for ReturnDataView
    by @dweindl in #2192

Documentation

Full Changelog: v0.19.0...v0.20.0