Skip to content

Releases: JuliaDynamics/RecurrenceAnalysis.jl

v1.0.3

23 Aug 11:24
v1.0.3

Choose a tag to compare

v1.0.3 (2019-08-22)

Diff since v1.0.2

Closed issues:

  • Citation of RecurrenceAnalysis (#75)
  • [DOC] Enrich RQA docstrings with comments for usefulness / understanding (#65)

v1.0.2

04 May 21:58

Choose a tag to compare

update to registrator

more performant distance matrix.

10 Feb 11:59

Choose a tag to compare

v1.0.1

test on Julia 1.0 (LTS) (#72)

First official major release

27 Jan 11:00
e1c07d6

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

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

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

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

Choose a tag to compare

readme for 0.10.0

Base.show uses a UnicodePlot of a recurrence matrix

19 Jan 21:21

Choose a tag to compare

But only for the verbose version.

Documentation Improvements

18 Jan 14:38

Choose a tag to compare

v0.8.7

better rqa doc