Releases: JuliaDynamics/Attractors.jl
Releases · JuliaDynamics/Attractors.jl
v0.1.0
Attractors v0.1.0
Closed issues:
- Unexpected
-1
label inAttractorsViaFeaturizing
(#3) - Remove
AttractorsViaRecurrencesSparse
. Set keywordsparse=true
by default (#9) - User-specified threshold / radius (#15)
- Grouping and matching attractors (#31)
AttractorsViaProximity
returns inconsistent attractor labels for the same state (#33)
Merged pull requests:
- correct recurrence continutation if no attractors found (#6) (@Datseris)
- Start structuring the docs & continutation (#8) (@Datseris)
- More convenient signature for
replacement_map
(#11) (@Datseris) - Make sparse the default mode in AttractorsViaRecurrences (#12) (@KalelR)
- (WIP) Denser attractors mapped by Recurrences (#14) (@KalelR)
- Improve code for clustering features (#16) (@KalelR)
- Fix tests and docs on
main
branch (#17) (@Datseris) - make sampler optional in recurrences continuation (#18) (@Datseris)
- Refactor clustering into generic "grouping" interface. (#22) (@Datseris)
- Clustering continuation across parameters (mcbb) (#25) (@awage)
- Move to StateSpaceSets.jl, which also makes
Centroid
default inmatch_attractor_ids!
(#26) (@Datseris) - Fix rogue rng in continuation algorithm (#30) (@KalelR)
- Aggregate attractors / Rework grouping-based continuation (#32) (@Datseris)
- Move to DynamicalSystemsBase 3.0 (#37) (@Datseris)
- Add
GroupViaHistogram
and passing tests (#39) (@Datseris) - fix tests; add Julia compat (#41) (@Datseris)
v1.0.0+doc
What's Changed
- Finish continuation interface, and allow clustering of attractors by @Datseris in #42
- Finalize docs of Attractors.jl before publish by @Datseris in #43
Full Changelog: v0.1.0...v1.0.0+doc