Skip to content

Releases: CSchoel/nolds

Nolds v0.6.3

30 Nov 13:55

Choose a tag to compare

This version fixes a deprecation issue:

  • #72: Replace pkg_resources with importlib.resources.

Nolds v0.6.2

09 Jun 18:11
f121fee

Choose a tag to compare

This version fixes two bugs:

  • #53: Missing np.abs in calculation of min_tsep for lyap_r introduced complex values, which caused an exception.
  • #61: In mfhurst_dm, the second output was supposed to be the standard deviation of H values, but was a copy of the mean instead.

Nolds v0.6.1

01 Oct 14:26

Choose a tag to compare

This version of nolds allows using numpy 2.0 by fixing a minor inconsistency in the calculation of the Lorenz system.

Nolds v0.6.0

06 Aug 22:34

Choose a tag to compare

This version of nolds is the last version that supports Python 2.7. It contains all improvements made on the main branch so far, which means all algorithms are correct to the best of my knowledge.

Starting from nolds 1.0, the project will only support Python 3.