Skip to content

Releases: neurophysik/jitcdde

Version 1

12 Dec 16:59
Compare
Choose a tag to compare
Version 1 Pre-release
Pre-release
  • Switched from SymPy to SymEngine as a backend, which may speed up code generation by a factor of up to nine hundred. Almost everything that worked before should still work. See SymPy vs. SymEngine for details. As a required Symengine release is pending, you have to build it from source for now.
  • Added OpenMP support.
  • Added variant for transversal Lyapunov exponents.
  • Several improvements to documentation.
  • Changed some default parameters and behaviours.
  • Dropped support of some old, rarely used syntax.
  • Dropped Python 2 support.

0.32: Need new version of jitcxde_common for relative distance. Preemptive …

20 Oct 08:02
Compare
Choose a tag to compare
  • Utility functions for intialising the past from a function or as a constant.
  • Some documentation improvements.
  • Fixing some bugs with defining the past for jitcdde_lyap.

This will be probably the last release using SymPy for symbolics. The next one will use SymEngine.

This will also probably be the last release supporting Python 2.