You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Changelog is kept with respect to version 0.11 of Entropies.jl. From version v2.0 onwards, this package has been renamed to ComplexityMeasures.jl.
4
4
5
+
## 3.10
6
+
7
+
-`TransferOperator` has been reworked and substantially enhanced. It is now a `ProbabilitiesEstimator` and works with any count based outcome space. See its new docstring for more!
8
+
5
9
## 3.9
6
10
7
11
- Adding a new feature to `PowerSpectrum` estimator that adds a threshold for "small" amplitudes. The threshold is applied to the probabilities by default with an option to apply it to the power spectrum.
Copy file name to clipboardExpand all lines: docs/src/index.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,12 @@ ComplexityMeasures
6
6
7
7
## Latest news
8
8
9
-
ComplexityMeasures.jl has been updated to v3!
9
+
[`TransferOperator`](@ref) has been reworked and substantially enhanced. It is now a `ProbabilitiesEstimator` and works with any count based outcome space. See its new docstring for more!
10
10
11
-
The software has been massively improved and its core principles were
12
-
redesigned to be extendable, accessible, and more closely based
13
-
on the rigorous mathematics of probabilities and entropies.
11
+
You can always check the
12
+
[CHANGELOG.md](https://github.com/JuliaDynamics/ComplexityMeasures.jl/main/CHANGELOG.md) for details!
14
13
15
-
For more details of this new release, please see our [announcement
16
-
post on discourse](https://discourse.julialang.org/t/complexitymeasures-jl-v3-a-mathematically-rigorous-software-for-probability-entropy-and-complexity/108562)
17
-
or the central [Tutorial](@ref) of the v3 documentation.
18
-
19
-
In this v3 many concepts were renamed, but there is no formally
20
-
breaking change. Everything that changed has been deprecated
21
-
and is backwards compatible. You can see the
22
-
[CHANGELOG.md](https://github.com/JuliaDynamics/ComplexityMeasures.jl/blob/v3.0.0/CHANGELOG.md) for more details!
14
+
Note that the **DynamicalSystem.jl** library publishes general updates in a [JuliaLang Discourse post](https://discourse.julialang.org/t/dynamicalsystems-jl-news-updates-and-announcements/122079) that you can subscribe to!
0 commit comments