File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "ComplexityMeasures"
22uuid = " ab4b797d-85ee-42ba-b621-05d793b346a2"
33authors = " Kristian Agasøster Haaga <kahaaga@gmail.com>, George Datseries <datseris.george@gmail.com>"
44repo = " https://github.com/juliadynamics/ComplexityMeasures.jl.git"
5- version = " 2.3.1 "
5+ version = " 2.3.2 "
66
77[deps ]
88Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ input data and one of the following probabilities estimators. The result is a
6464the outcome `ω[i]`. Use [`probabilities_and_outcomes`](@ref) if you need
6565both the probabilities and the outcomes, and use [`outcome_space`](@ref) to obtain
6666``\\ Omega`` alone.
67- The element type of ``\\ Omega`` varies between estimators, but it is guranteed to be
67+ The element type of ``\\ Omega`` varies between estimators, but it is guaranteed to be
6868_hashable_. This allows for conveniently tracking the probability of a specific event
6969across experimental realizations, by using the outcome as a dictionary key and the
7070probability as the value for that key (or, alternatively, the key remains the outcome
You can’t perform that action at this time.
0 commit comments