Skip to content

Commit

Permalink
Merge pull request #167 from awage/basins
Browse files Browse the repository at this point in the history
Added new basins of attraction branch
  • Loading branch information
Datseris authored May 10, 2021
2 parents 7c7e907 + 58dcde8 commit 26fd091
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.28
* New functions `basins_map2D` and `basins_general` that efficiently compute basins of attraction on a plane!

# 1.27
* new function `correlationsum_fixedmass` implements a fixed mass algorithm for the correlationsum given by Grassberger in 1988.

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ChaosTools"
uuid = "608a59af-f2a3-5ad4-90b4-758bdf3122a7"
repo = "https://github.com/JuliaDynamics/ChaosTools.jl.git"
version = "1.27.1"
version = "1.28.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
3 changes: 2 additions & 1 deletion src/ChaosTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ using DynamicalSystemsBase: stateeltype
using DynamicalSystemsBase.DiffEqBase: AbstractODEIntegrator, u_modified!, DEIntegrator
DEI = DEIntegrator


include("orbitdiagrams/discrete_diagram.jl")
include("orbitdiagrams/poincare.jl")

include("basins/compute_ba.jl")
include("dimensions/entropies.jl")
include("dimensions/linear_regions.jl")
include("dimensions/dims.jl")
Expand Down
Loading

0 comments on commit 26fd091

Please sign in to comment.