Skip to content

Releases: JuliaDynamics/RecurrenceAnalysis.jl

v0.8.6: _computescale methods for maximum and mean (#46)

18 Jan 12:53

Choose a tag to compare

* _computescale methods for maximum and mean

* simplify _computescale for scale=mean

only divide by the number of items once;
do not change types (just work with Float64)

* doc comment

v0.8.5: doc updates for histogram stuff (#44)

17 Jan 17:18
2961a32

Choose a tag to compare

* doc updates for histogram stuff

* add VENTR to @windowed

* don't test nightly

v0.8.4

16 Jan 15:13
dbf2a6d

Choose a tag to compare

zero RQA parameters for empty histograms (#42)

export nmprt

16 Jan 13:01
0db7b80

Choose a tag to compare

Export RT parameters and add them in `rqa` (#40)

use new function names and complete in @windowed
extend tests

v0.8.2

14 Jan 16:00

Choose a tag to compare

fix trapping time docstring

v0.8.1

14 Jan 15:22

Choose a tag to compare

correct names in `rqa`

New histogram function names, decration of older names

12 Jan 15:17
3177aa4

Choose a tag to compare

Histograms (#35)

* clean rqa code

* error > throw(ErrorException())

* optimization of histogram functions

* Poincare recurrence times and RT parameters

* minimum lenght line for histograms

* add `recurrencestructures`

* add tests

Recurrence matrices have dedicated structs now

02 Jan 07:59
9dbcb43

Choose a tag to compare

[WIP] Dedicated structs for recurrence matrices (#25)

* export Dataset as well, seems useful.

* recurrence matrix type and its pretty printing

* change function return types

* each matrix gets its own type.

* more necessary method propagation

* more elegant method propagation

* update recurrence rate

* enforce as constant that RecurrenceMatrix is symmetric

* correct mistake: Int instead of Int64

* replace all dispatches with ARM

and comment out windowed for now.

* use new types in tests

* update plotting to new types

* remove `AbstractMatrix` methods for diagonal and vertical histograms

* extend iterate

and uncomment windowed

* type stability in trend and recurrencerate

* fix windowed with JointRecurrenceMatrix

* change field from .m to .data

* fix windowed rqa functions

* change gensym by local variable declarations in windowed

* added documentation and comments on windowed

* delete "=  true" in pretty printing of recurrence matrices (#27)

* docstring fixes

* deprecations

rename entropy to rqaentropy and export it

24 Dec 10:32

Choose a tag to compare

v0.6.0

small docstring fix

Fix win32 issue

18 Dec 13:51
a6a1048

Choose a tag to compare

v0.5.2

try test on win32 again (#17)