AMICI v0.11.25
- Fixed a bug where
Model::setStateIsNonNegative(Model::getStateIsNonNegative())
would raise an exception in case conservation laws were enabled - by @dweindl in #1648 - Fixed a bug where
Model::setStateIsNonNegative
would be ignored in certain model expressions - by @FFroehlich in #1650 - Fixed a bug where special function parsing inside
min()
andmax()
would not be parsed correctly - by @dweindl in #1655 - Fixed a numpy dependency issues for Mac+ARM systems - by @dweindl in #1657
- Fixed convergence check in Newton method - by @plakrisenko in #1663
- Add
AMICI_CXX_OPTIONS
to pass libamici-specific compiler options during CMake-based builds - by @dweindl in #1664 - Fixed various warnings and updated documentation - by @dweindl
Full Changelog: v0.11.24...v0.11.25