Skip to content

Releases: felixpatzelt/colorednoise

Version 2.2.0

09 Oct 21:04
Compare
Choose a tag to compare

Version: 2.2.0
Added type annotations (thanks to @charlesincharge for the initiative on an initial PR).
Adapted type checking of size parameter for compatibility with mypy.

Version 2.1.0

08 Oct 18:11
8ad4a53
Compare
Choose a tag to compare

Fix by @onnoeberhard for too-small dc-component: When cumulating the generated noise, the displacement would grow too slowly in the long limit. Test that would have discovered the above issue. Other tests are now deterministic.

Version 2.0.0

17 Apr 12:08
Compare
Choose a tag to compare

Allow for control over random number generator state by adding optional random_state
argument thanks to contributions from i-aki-y.
Drop Python 2.7 support to use of NumPy's recommended default_rng constructor.

Small fix

01 Jun 19:38
Compare
Choose a tag to compare

Use numpy.sum instead of python's.

Vectorised generation of multiple time-series

01 Jun 19:37
Compare
Choose a tag to compare

Allow for generation of arrays of time series thanks to contributions from
Alex Spaeth. The second positional argument "samples" was renamed to "size" to
reflect this. This change is backwards compatible unless "samples" was used as
a keyword argument.

First official release

29 Sep 12:42
Compare
Choose a tag to compare

This version is uploaded with Patzelt & Bouchaud (JSTAT 2017) as online supplement.

First release candidate

23 Sep 17:14
Compare
Choose a tag to compare
Pre-release

First publicly available version. This should be safe to use, but minor changes may happen to complete installability via PyPI.