Skip to content

Releases: AMICI-dev/AMICI

AMICI v0.7.1

12 Jun 15:39
897a2e4
Compare
Choose a tag to compare

Features:

  • Allow specifying sigma-parameters from Python interface

Major bugfixes:

  • Fix dsigma_y/dp and downstream sensitivity errors

AMICI v0.7.0

09 Jun 10:12
32ff587
Compare
Choose a tag to compare
  • Major revision of documentation
  • Improved Python interface
  • More comprehensive Python interface example
  • Fixed sensitivity computation in Python-generated models
  • Various other bug fixes

WARNING:

  • For models with sigma-parameters and dsigma_y/dp != 0, dsigma_y/dp was computed incorrectly. This propagates to all dependent sensitivities. This applies also to some older releases and has been fixed in v0.7.1.

AMICI v0.6.0

22 May 13:20
902b27b
Compare
Choose a tag to compare

Implement experimental support for python via swig.
Python interface is now usable, but API will still receive some updates in the future.

WARNING:

  • There is a bug in sensitivity computation for Python-generated models
  • Matlab C++ compilation will fail due to undefined M_PI
    -> Please use v0.7.0

AMICI v0.5.0

15 Mar 10:10
7e4e208
Compare
Choose a tag to compare

Main new features are:

  • Reimplemented support for DAE equations

  • Added newton solver for steady state calculation and preequilibration

  • Better caching for recompilation of models

  • Blas support to allow compilation of large models with many observables

  • Improved SBML support

  • Added c++ interface

  • Added support for second order adjoint computation

  • Rewrote large parts of the code as proper c++11 code to allow easier code maintanance

  • Substantially extended testing in continuous integration to assure code quality

Submission code: Second order adjoint and hybrid profile calculation

29 Jan 17:57
53032d6
Compare
Choose a tag to compare
Merge pull request #243 from ICB-DCM/feature_more_adjoint_options

Feature more adjoint options

AMICI 0.4.0

15 May 08:00
Compare
Choose a tag to compare
  • First citable version of AMICI (via zenodo integration).
  • Better support for standalone compilation
  • Improved SBML import scripts
  • General Code Cleanup

v0.3.0

05 Sep 09:32
Compare
Choose a tag to compare

This update comes with many improvements, bug fixes and several new features. Most notably:

  1. AMICI should now run on older versions of MATLAB (back to R2014a)
  2. AMICI now compiles using older versions of Visual Studio
  3. AMICI now also supports second order adjoint sensitivities (full (via the o2flag = 1 and as a vector product via o2flag = 2)
  4. AMICI now supports more SBML, SBML v2 and rate rules

v0.2.1

09 May 16:34
Compare
Choose a tag to compare

Bugfix release. This release also includes some changes that should improve the performance on the new R2016a release of MATLAB.

v0.2.0

17 Mar 14:18
Compare
Choose a tag to compare

This update comes with many improvements to the computation time for both compilation and simulation. Moreover several new features were included:

  1. Hessian Vector products for second order forward sensitivities
  2. Correct treatment of parameter/state dependent discontinuities for both forward and adjoint sensitivities

initial release

05 Nov 17:54
Compare
Choose a tag to compare

This is the initial release of the toolbox