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
* Increase allowed lower deviation for some DiffEntEsts with negative bias
* Probabilities subtype AbstractArray instead of AbstractVector
* `fasthist` only works on vectors, so adjust docstring
* Update changelog
* Set package version to 2.1
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Changelog is kept with respect to version 0.11 of Entropies.jl. From version v2.
6
6
7
7
- Added `Gao` estimator for differential Shannon entropy.
8
8
- Added `Lord` estimator for differential Shannon entropy.
9
+
-`Probabilities` now wraps `AbstractArray{T, N}` instead of `AbstractVector{T}`, so that it can also represent multidimensional probability mass functions. For vectors, it behaves as before.
0 commit comments