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
53 stars 12 forks source link

Multidimensional probabilities #241

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago
kahaaga commented 1 year ago

@Datseris I wanted to tag 2.1 once this is merged, but 2.0 hasn't been released yet. The PR to the General repo for registering this as a new has been approved, though. Is there something more we need to do? Adjust tagbot or something? Manually release 2.0?

EDIT: Hm. I can install ComplexityMeasures v2.0 just fine in a fresh julia environment.

codecov[bot] commented 1 year ago

Codecov Report

Merging #241 (7063c21) into main (458933b) will increase coverage by 0.88%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
+ Coverage   84.75%   85.63%   +0.88%     
==========================================
  Files          47       49       +2     
  Lines        1141     1211      +70     
==========================================
+ Hits          967     1037      +70     
  Misses        174      174              
Impacted Files Coverage Δ
src/complexity_measures/missing_dispersion.jl 100.00% <ø> (ø)
.../complexity_measures/reverse_dispersion_entropy.jl 100.00% <ø> (ø)
src/complexity_measures/sample_entropy.jl 93.54% <ø> (ø)
src/encoding_implementations/gaussian_cdf.jl 61.53% <ø> (ø)
src/encoding_implementations/ordinal_pattern.jl 80.00% <ø> (ø)
...entropies_estimators/nearest_neighbors/ZhuSingh.jl 100.00% <ø> (ø)
..._estimators/nearest_neighbors/nearest_neighbors.jl 100.00% <ø> (ø)
src/entropy.jl 79.31% <ø> (ø)
...c/probabilities_estimators/symbolic_permutation.jl 94.00% <ø> (ø)
..._estimators/transfer_operator/transfer_operator.jl 75.18% <ø> (ø)
... and 3 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Datseris commented 1 year ago

Tagbot doesn't work because it doesn't have any support any more from anyone to fix it. we need to manually tag GitHub releases. This doesn't affect the general registry in any way. That's why you should use JuliaHub to find out latest versions of packages because most likely most people will not remember to update github releases. I just did now and will do in the future as much as I remember.

kahaaga commented 1 year ago

Tagbot doesn't work because it doesn't have any support any more from anyone to fix it. we need to manually tag GitHub releases. This doesn't affect the general registry in any way. That's why you should use JuliaHub to find out latest versions of packages because most likely most people will not remember to update github releases. I just did now and will do in the future as much as I remember.

Ok, nice to know. Thanks!