AMICI v0.20.0
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
- Added installation instructions for Arch Linux
by @stephanmg in #2173 - Updated reference list
by @dweindl in #2172 - Installation guide: optional requirements
by @dweindl in #2207
Full Changelog: v0.19.0...v0.20.0