JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
48 stars 11 forks source link

Latest tagged release not appearing in neither stable nor dev docs #408

Closed kahaaga closed 1 month ago

kahaaga commented 1 month ago

The documentation currently looks like this:

Screenshot 2024-06-04 at 15 08 40

This isn't the most recent docs, because they should contain the multiscale stuff.

Any idea why the 3.5 version isn't being displayed, @Datseris? Have you experienced this in any of your other repos? I tried re-triggering the doc build on the latest commit on the main branch, but it didn't have any effect on the published docs.

Datseris commented 1 month ago

The version is displayed, it exists: https://juliadynamics.github.io/ComplexityMeasures.jl/stable/

the link the markdown badge uses is for the integrated DynamicalSystems.jl-wide docs: https://juliadynamics.github.io/DynamicalSystemsDocs.jl/complexitymeasures/stable/

These are updated once per day on a repeating schedule. I think its fine to update once per day only. If someone requires doc updates in faster frequency, that person is almost certainly a developer of the library :D