awage / Basins.jl

MIT License
6 stars 1 forks source link

Archive the repo? #4

Open Datseris opened 2 months ago

Datseris commented 2 months ago

Hi alex can you please archive this repository (and perhaps add a line in the readme saying "Functionality now in DynamicalSystems.jl, use that package"?

Some user was trying to use Basins.jl from you along with Attractors.jl, which doesn't work due to version missmatches...

Datseris commented 2 months ago

I see some parts were not yet ported to DynamicalSystems.jl. So I am not sure what the solution is!

awage commented 2 months ago

I will archive this as soon as possible. All the stuff is already in DynamicalSystems.jl.

It’s long overdue.

El El jue, 11 abr 2024 a las 17:19, George Datseris < @.***> escribió:

I see some parts were not yet ported to DynamicalSystems.jl. So I am not sure what the solution is!

— Reply to this email directly, view it on GitHub https://github.com/awage/Basins.jl/issues/4#issuecomment-2049946192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2VD4FNMMV5Y5DRCBOHVO3Y42SZZAVCNFSM6AAAAABGCQLO6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBZHE2DMMJZGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Datseris commented 2 months ago

i think wada detection isn't ported yet?

Datseris commented 2 months ago

The compute_saddle is also not in Attractors right? The edge tracking algorithm doesn't do the same thing I think? Here you have the saddle-straddle method right?

awage commented 2 months ago

The edge tracking is the same as compute_saddle. The new version is much better. The wada detection is maybe worth implementing. There are simpler and more general approach than using the saddle. I will put it on my TODO list. I want to start coding the saddle estimation algorithm we have been discussing (the stagger and step). I am wrapping up other projects.