Features:
* Added optional functionality to apply C99 math optimization to generated C++ code
by dweindl and lcontento in https://github.com/AMICI-dev/AMICI/pull/1377, https://github.com/AMICI-dev/AMICI/pull/1878
* Added option to treat fixed parameters as constants in PEtab import
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1877
* Added equality operator for ExpData
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1881
* Updated base image for Dockerfile to Ubuntu 22.04/Python 3.10
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1896
Fixes:
* Fixed deprecation warnings
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1873, https://github.com/AMICI-dev/AMICI/pull/1893
* Fixes/updates to GitHub actions
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1885, https://github.com/AMICI-dev/AMICI/pull/1893, https://github.com/AMICI-dev/AMICI/pull/1889, https://github.com/AMICI-dev/AMICI/pull/1891
* Added hdf5 search directories for arm64 architecture (M1/M2 macs)
by Doresic in https://github.com/AMICI-dev/AMICI/pull/1894
* Fixed missing return in generated non-void functions
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1892
* Fixed import failure for pre-compiled models
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1897
Documentation:
* Update reference list
by dweindl in https://github.com/AMICI-dev/AMICI/pull/1874, https://github.com/AMICI-dev/AMICI/pull/1884
**Full Changelog**:
https://github.com/AMICI-dev/AMICI/compare/v0.13.0...v0.14.0