AMICI v0.10.18
General:
- AMICI now comes with a logo
- implement getName function for models
- Updated documentation / examples
Python:
- Enable MSVC compilation of Python extensions (#847)
- Always recompile clibs and extensions (Closes #700)
- Extended PEtab support (Running
- enable multithreading in swig (#938)
- Fixes pysb (#902) (#907)
C++
- Build optimized AMICI and sundials by default (Closes #934)
Matlab:
- Fix(matlab) Compile CalcMD5 on demand (Fixes #914)
- Don't pass empty include strings to mex
- Fix Matlab compilation error if AMICI or model path contains blanks
CI:
- Running additional test models
... and various minor fixes/updates