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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
+
# v3.2.0
2
+
The keyword `Dt` can now be used instead of `Δt` in `trajectory` if access to unicode isn't available.
3
+
1
4
# v3.1.0
2
5
New error checking functionality added via `successful_step`. Returns `true` if the last `step!` call to `ds` was successful, `false` otherwise.
3
-
For continuous time systems this uses DifferentialEquations.jl error checking,for discrete time it checks if any variable is `Inf` or `NaN`. Defaults to `true` for other types.
6
+
For continuous time systems this uses DifferentialEquations.jl error checking,for discrete time it checks if any variable is `Inf` or `NaN`. Defaults to `true` for other types.
0 commit comments