Skip to content

AMICI v0.11.0

Compare
Choose a tag to compare
@FFroehlich FFroehlich released this 10 May 23:27
· 1207 commits to master since this release
a5f30d5

Python:

  • Implement support for variable compartments (#1036)
  • Better handling of constant species (#1047)
  • Better handling of C++ enums, this makes amici.SensitivityMethod_forward available as amici.SensitivityMethod.forward (#1042)
  • Improve installation routines (#1055, #1056, #1058, #1076)
  • Add option to reduce memory usage (#1044)
  • Fix handling of symbolic expressions in nested rules (#1081, 1069)

Library:

  • Update Sundials to 5.2.0 (#1039)
  • Update SuiteSparse to 5.4.0 (#1040)
  • Refactor use of ReturnData, now completely created post-hoc (#1002)
  • Fix propagation of reinitialization in ExpData constructor (#1041)
  • Fix issue where InternalSensitivityParameter was sometimes not set (#1075)
  • Fix or disable certain combinations of equilibraition, presimulation and adjoint sensitivity analysis

CI:

  • Move from Codacy to Sonarcloud (#1065)
  • Run SBML Testsuite when appropriate (#1058)