Skip to content

AMICI v0.9.1

Compare
Choose a tag to compare
@FFroehlich FFroehlich released this 21 Jan 19:48
· 1537 commits to master since this release
eb9573b

Features / improvements:

  • make pure steadystate results available as rdata['x_ss'] and rdata['sx_ss']
  • add option to specify integration tolerances for the adjoint problem via atolB and rtolB

Bugfixes:

  • improved conservation law identification to also account for constant species.
  • fixed a bug where simulation results were written into results of the second newton solver attempt
  • fixed an openMP related warning

Maintenance:

  • attempt to fix automatic deploy to pypi via travis