You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct behavior of default u at trajectory (#226)
* Correct behavior of default u at trajectory
* fix test suite (hopefully)
* fucking poincare map doesn't work i've spent 4 hours on it already
* holy fucking shit i finally fixed it oh my gopd
* changelog
* finally i truly fixed it fucking hell
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# v3.12.0
2
+
3
+
- Crucial bugfix of the `trajectory` function. While it is documented that the default value
4
+
of `u` is the `current_state(ds)`, the source code was incorrectly using `initial_state(ds)`. This is now fixed and `current_state` is used as was stated. Note that `t0` remains as `initial_time` as this is how it was documented.
5
+
6
+
- The `initial_state(PoincareMap)` used to return the initial state of the parent system
7
+
which was almost never on the Poincare plane. Now it properly returns the first state
8
+
on the Poincare plane, which coincides with `current_state(PoincareMap)` right after
9
+
constructing the map.
10
+
11
+
-`PoincareMap` had extra clarifications in the docstring about what's going on.
12
+
1
13
# v3.11.0
2
14
3
15
Brand new dynamical system `CoupledSDEs` that represents stochastic differential equations. It also comes with a dedicated documentation page.
0 commit comments