Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract entropy functions to a lighter-weight package #5

Closed
IanButterworth opened this issue Feb 5, 2024 · 6 comments
Closed

Extract entropy functions to a lighter-weight package #5

IanButterworth opened this issue Feb 5, 2024 · 6 comments

Comments

@IanButterworth
Copy link

There are a lot of deps here like Plots.jl that are more front-end than the core entropy calcs.

It would be helpful to make a EntropyMetrics.jl that this depends on, that the user could use without taking on plotting deps.

@Datseris
Copy link

This is done in a different package already, https://github.com/JuliaDynamics/ComplexityMeasures.jl

@MattWillFlood
Copy link
Owner

There are a lot of deps here like Plots.jl that are more front-end than the core entropy calcs.

It would be helpful to make a EntropyMetrics.jl that this depends on, that the user could use without taking on plotting deps.

Thanks for the feedback @IanButterworth! I'll look into this for the next release (but any guidance on how to do this would be welcomed).
Plots.jl is infamously slow to load... hopefully that will improve as Julia grows.

@Datseris
Copy link

Datseris commented Mar 27, 2024

@MattWillFlood
Copy link
Owner

Thanks @Datseris !

@Datseris
Copy link

Datseris commented Jun 4, 2024

I've updated my comment above with links on how we do it for timeseries surrogates. Julia has made this very simple!

@MattWillFlood
Copy link
Owner

Much appreciated @Datseris , this is very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants