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
CompatHelper: bump compat for IntervalRootFinding to 0.6, (keep existing compat) (#338)
* CompatHelper: bump compat for IntervalRootFinding to 0.6, (keep existing compat)
* address brealing changes
* force the new version
* update more interval arithmetic breakages
* also update DSP compat
* organize code better, still breaking
* fixed fixed points!!!
---------
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Datseris <datseris.george@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# main
2
2
3
+
# v3.3
4
+
5
+
- Updated IntervalRootFinding.jl to v0.6 which [has breaking changes](https://github.com/JuliaIntervals/IntervalRootFinding.jl/releases/tag/v0.6.0) regarding
6
+
the `fixedpoints` function (no more `IntervalBox` type).
7
+
3
8
# v3.2
4
9
-`periodicorbits` uses new internal datastructure to avoid duplicates in the output. New keyword argument `abstol` is introduced and keyword argument `roundtol` is deprecated.
5
10
-`fixedpoints` can now use `order` keyword argument to compute fixed points of n-th order iterations of `DeterministicIteratedMap`.
0 commit comments