Skip to content

Releases: AMICI-dev/AMICI

AMICI v0.10.6

19 Apr 13:41
e42d272
Compare
Choose a tag to compare

C++

  • Add SuperLUMT support (#681)
  • Sparsified dJydy (#686)
  • Enabled support of impulse-free events for DAE models (#687) - thanks to Sebastien Sten for providing a testcase for this

Python

  • Enabled support for piecewise functions in SBML import (#662)
  • Fix numeric type when constructing ExpData from Dataframes (#690)
  • Fix dynamic override in PETab

AMICI v0.10.5

08 Apr 16:02
72a7b2b
Compare
Choose a tag to compare

Bugfix release

Doc

  • Update documentation of Windows installation

C++

  • Fix missing source files in CMakeLists.txt (#658)
  • Set CMake policies to prevent warnings (Closes #676) (#677)
  • Start using gsl::span instead of raw pointers (#393) (#678)

Python

  • PySB parsing fix (#669)
  • Fix failure to propagate BLAS_LIBS contents (#665)
  • Require setuptools at setup (#673)
  • Updated PEtab import to allow for different noise models

AMICI v0.10.4

21 Mar 08:57
877bc1a
Compare
Choose a tag to compare

Features / improvements:

  • Implement ReturnData and ExpData wrappers as more efficient views (#657)
  • Add list of references using AMICI (#659)
  • Custom llh (normal/laplace, lin/log/log10) (#656)

Bugfixes:

  • Speedup and fix travis build

AMICI v0.10.3

13 Mar 02:04
0527b5d
Compare
Choose a tag to compare

Features / improvements:

  • adds the option for early termination on integration failures for runAmiciSimulations
  • improve runtime of SUNMatrixWrapper::mutliply
  • expose finite difference routines in public API
  • enable parallel compilation of clib source files

Bugfixes:

  • fixed symbolic processing for unreleased pysb features

AMICI v0.10.2

07 Mar 17:57
b7095b5
Compare
Choose a tag to compare

Features / improvements:

  • extended ExpData interface to allow for condition specific parameters, parameter scales, parameter lists, initial conditions and initial condition sensitivities.

Bugfixes:

  • fixed output values of ReturnData::x_ss and ReturnData::sx_ss

AMICI v0.10.1

04 Mar 10:40
fb033df
Compare
Choose a tag to compare
  • travis-ci.com migration
  • fix problem with has{variable} functions
  • allow to import sbml model from string, not only file

AMICI v0.10.0

01 Mar 16:11
fda9636
Compare
Choose a tag to compare

Features / improvements:

  • updated sundials to 4.1.0
  • updated SuiteSparse to 5.4.0
  • added generic implementations for symbolic expressions that were sparse matrix vector products

Bugfixes:

  • fixed return value of rz when no data is provided.

AMICI v0.9.5

26 Feb 15:50
2044168
Compare
Choose a tag to compare

Features / improvements:

  • allow python installations without compilation of c++ extension
  • improvements to ExpData <-> pandas.DataFrame interface
  • allow generation of matlab models from python
  • implement CLI interface for PEtab
  • improve computation time for conservation laws from pysb import

Bugfixes:

  • Fix sign in undamped Newton step.

Maintenance:

  • use newer CI images

AMICI v0.9.4

11 Feb 10:45
cf49248
Compare
Choose a tag to compare

Minor fixes only:

  • fix(core) Get solver diagnostics for first(last) timepoint (#588) (Closes #586)
  • fix(ci) Fix autodeploy (Closes #589)

AMICI v0.9.3

07 Feb 15:29
8b0ebd2
Compare
Choose a tag to compare

CRITICAL FIXES

  • fix(python) fix symbolic computations for adjoint (#583)

Features

  • feature(python) Check for matching AMICI versions when importing model (Closes #556). Set exact AMICI version as model package requirement.
  • feature(core) Add option to rethrow AMICI exception (Closes #552)
  • feature(python) Redirect C/C++ output in stdout is redirected (e.g. in ipython notebooks) (Closes #456)

Minor fixes

  • fix(python) Fix doc and rename sys_pipes to something more meaningful
  • fix(ci) Fix premature exit of scripts/runNotebook.sh
  • fix(deploy) Update pyenv shims to find twine