Skip to content

AMICI v0.8.2

Compare
Choose a tag to compare
@dweindl dweindl released this 07 Jan 18:09
· 1653 commits to master since this release
dce9bbc

Features / improvements:

  • Speedup symbolic processing for ODE generation in python

Bugfixes:

  • Fix(python) Add missing deepcopy (introduced in 6847ba6)
  • Fix(core) Prevent parameter scaling length mismatch (#488)
  • Fix(python) Set distutils dependency to current version to fix </usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'>
  • fix(python) add symlink to version.txt to be included in package

Backwards-compatibility:

  • Replace 'newline' by literal to restore <R2016b compatibility (Fixes #493)

Maintenance:

  • Remove obsolete swig library build via cmake and related file copying
  • Provide issue template for bug reports
  • Providing valid SBML document to import is not optional anymore
  • Update documentation and tests
  • Add python version check and raise required version to 3.6 to prevent cryptic error messages when encountering f-strings