Skip to content

Releases: JuliaDynamics/RecurrenceAnalysis.jl

more performant distance matrix.

10 Feb 11:59
Compare
Choose a tag to compare
v1.0.1

test on Julia 1.0 (LTS) (#72)

First official major release

27 Jan 11:00
e1c07d6
Compare
Choose a tag to compare
Put sumR in determinism and laminarity docstrings (#66)

* Put sumR in determinism and laminarity docstrings

* move tests to 1

* change to 1.1

Lots of name changes

23 Jan 21:50
6f6ac5d
Compare
Choose a tag to compare
[WIP] rename plotting functions and improve their documentation (#62)

* renames

bit more concistent names:
```
recurrencetext, recurrencescatter, recurrenceplot
```
also exporting `recurrencescatter`, because I want to put this to the docs as well.

* different names and abit more detail in docstrings

* fix tests

* change all x to R in rqa docs 

for documentation purposes

* correct quotes indocstrings

Big doc upgrade

21 Jan 23:06
Compare
Choose a tag to compare
clean code and docstrings + improve performance (#56)

* clean code and docstrings

tweak some symbols in the code to make it more readable
improve docstrings of `rqa` etc. (avoid redundancy)
export the type `AbstractRecurrenceMatrix`

* add `textrecurrenceplot` and remove deprecations

* detailed docstrings with formulas

* typo in docstring of recurrencerate

* fix `trend` and tests

* performant fix of `trend`

(changes results only for asymmetric matrices)

* improve clarity of code and docstring for `trend`

Explain that it only gives consisten results with square matrices

* minor doc improvements

Test phase of 1.0

20 Jan 10:03
ada9a8f
Compare
Choose a tag to compare
Test phase of 1.0 Pre-release
Pre-release
v1.0.0-alpha

adjust denominator of RR, remove `lmin` in recurrencestructures (#52)

v0.10.0

20 Jan 00:02
Compare
Choose a tag to compare
readme for 0.10.0

Base.show uses a UnicodePlot of a recurrence matrix

19 Jan 21:21
Compare
Choose a tag to compare

But only for the verbose version.

Documentation Improvements

18 Jan 14:38
Compare
Choose a tag to compare
v0.8.7

better rqa doc

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

18 Jan 12:53
Compare
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
Compare
Choose a tag to compare
* doc updates for histogram stuff

* add VENTR to @windowed

* don't test nightly