JuliaDynamics / RecurrenceAnalysis.jl

Recurrence Quantification Analysis in Julia
https://juliadynamics.github.io/RecurrenceAnalysis.jl/stable/
MIT License
45 stars 12 forks source link

Do not pirate `show` for sparse matrices #129

Closed heliosdrm closed 2 years ago

heliosdrm commented 2 years ago

This is not convenient anymore, as Julia represents big sparse matrices with Braille patterns since v1.6 (https://github.com/JuliaLang/julia/pull/33821). Actually, perhaps we could even use that representation for AbstractRecurrenceMatrix.

heliosdrm commented 2 years ago

Well, no: for AbstractRecurrenceMatrix the special representation of this package is still convenient, because it incorporates the inversion of the Y-axis, as usual for recurrence plots.

Datseris commented 2 years ago

ok, but also increment patch version in Project.toml