JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

Deprecate `basin_fractions` in favor of `basins_fractions`. #247

Closed Datseris closed 2 years ago

Datseris commented 2 years ago

cc @awage and @KalelR just letting you know I will do this in the next release, because it first doesn't make sense (we don't fraction a single basin, but the state space. hence, we don't compute the fraction of "a basin"). but also second because it is confusing with basins_of_attraction which is plural.

Datseris commented 2 years ago

Done in #237