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

Compilation warnings: `` #346

Closed kahaaga closed 6 months ago

kahaaga commented 6 months ago

When compiling main, I get the following warnings:

┌ ComplexityMeasures [ab4b797d-85ee-42ba-b621-05d793b346a2]
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
└

This is due to using deprecated syntax in defining the outcomes field type (using <:AbstractVector instead of using AbstractVector directly). I'm working on a fix.