-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
This is done in a different package already, https://github.com/JuliaDynamics/ComplexityMeasures.jl |
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). |
Use Julia package extensions. EDIT: Example for plotting in TimeseriesSurrogates.jl: https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/blob/main/src/plotting/surrogate_plot.jl and https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/blob/main/ext/TimeseriesSurrogatesVisualizations.jl and https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/blob/main/Project.toml#L27 |
Thanks @Datseris ! |
I've updated my comment above with links on how we do it for timeseries surrogates. Julia has made this very simple! |
Much appreciated @Datseris , this is very helpful. |
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.The text was updated successfully, but these errors were encountered: