Skip to content

Commit 8f4b5ee

Browse files
committed
changelog
1 parent 17590df commit 8f4b5ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# RecurrenceAnalysis.jl News
22

3+
## v0.7.0
4+
* All `recurrencematrix` have been deprecate to `RecurrenceMatrix` which
5+
create a dedicated struct for each kind of matrix.
6+
7+
## v0.6.0
8+
* Rework how `recurrencematrix` is computed: now a conversion to `Dataset` is done for small dimensions. In addition, the default metric is now `Euclidean`.
9+
310
## v0.5.0
411
* With this update core functionality of delay embedding and estimating embedding dimension is moved (and used from) the Julia package `DelayEmbeddings`.
512
* `RecurrenceAnalysis` is also joining JuliaDynamics and **DynamicalSystems.jl** from 0.5.0 onwards.

0 commit comments

Comments
 (0)