-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convenience function
continuation_series
(#163)
* fix ignoring of accesses in attractors plot * allow 3D access to make 3D axis * make the continuation series function general usfeful * improve docstring of globa lcontinuation * rename file to global contiinuation * make public the continuation series * mention the new function in the docs * change recurrences keyword to stop at ΔTr * remove bifurcation kit limit in compilation * make convergence time of proximity mapper more safe * better handling of converge time * better docstring * base ref value * limit both BFKit and KrylovKit * fix missing attractors * fix missing ds reference * even more limiting of versions * Update CHANGELOG.md
- Loading branch information
Showing
12 changed files
with
131 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "Attractors" | |
uuid = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7" | ||
authors = ["George Datseris <[email protected]>", "Kalel Rossi", "Alexandre Wagemakers"] | ||
repo = "https://github.com/JuliaDynamics/Attractors.jl.git" | ||
version = "1.22.1" | ||
version = "1.23.0" | ||
|
||
|
||
[deps] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.