Skip to content

Releases: neurophysik/jitcode

Version 1.7.3

16 Feb 08:21

Choose a tag to compare

  • Updated build system and added linting, CI, and similar by @alexfikl.
  • Some improvements to documentation.

Version 1.7.1

16 Jun 15:10

Choose a tag to compare

  • Improving documentation.
  • Using better orthonormalisation for Lyapunov exponents.

Version 1.7.0

04 Jun 15:08

Choose a tag to compare

  • Fixing a problem with the order of set_integrator, set_initial_value, and set_parameters due to changes in Solve IVP.
  • Added an option to work with an averaged dynamics for tangential Lyapunov exponents.
  • Improvements to warnings and documentation.

Version 1.6.0

27 Jun 11:56

Choose a tag to compare

  • Implemented callbacks.

v1.5.0

06 Mar 20:31

Choose a tag to compare

  • Control parameters can now be passed as an iterable.
  • Added SymPy symbols for y and t (as an alternative to SymEngine symbols).
  • Implemented quick installation test.
  • Several improvements to error messages and documentation.

Version 1.4.0

28 Nov 17:20

Choose a tag to compare

  • Implemented dictionaries which (using the dynamical variables as keys) for:
    • defining differential equations
    • setting the initial conditions
    • obtaining the state

Version 1.3.2

10 Sep 12:26

Choose a tag to compare

  • Fixed a problem with solvers from Solve IVP.
  • Allowed small backwards integrations for Solve IVP (it’s still not a good idea to use this).

Version 1.3.1

01 Jul 21:27

Choose a tag to compare

  • Improvements to documentation.
  • Fixed wrong dependency in v1.3.0.

Version 1.2

13 Mar 12:45

Choose a tag to compare

  • Fixing some under-the-hood inefficiencies.

Version 1.1.1

18 Feb 10:09

Choose a tag to compare

  • There now is a SymEngine version number to refer to as a dependency – which means that automatically installing this dependency should work and you do not have to build SymEngine on your own anymore.

  • Slightly improved default choice of integrator parameters for Lyapunov exponents and Solve IVP.