We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677b751 commit 2233e3aCopy full SHA for 2233e3a
CHANGELOG.md
@@ -1,10 +1,11 @@
1
-# v0.5.0:
+# v0.4.5:
2
* Major bugfix in the `lyapunov` function where the time averaging was actually
3
not happening correctly for discrete systems, resulting in slight inaccuracy.
4
* Added option to choose whether you want the convergence timeseries for `lyapunov`,
5
for both discrete and continuous systems.
6
* Added option to supply your own functions to rescale and initialize the test
7
- state in `lyapunov`.
+ state in `lyapunov` for both continuous and discrete systems.
8
+* Bugfix related to `estimate_delay`.
9
10
# v0.4.0:
11
* Increased speed of Standard Map system (by using `while` instead of `mod`).
0 commit comments