v2.8.0
CausalityTools v2.8.0
CausalityTools.jl now uses DynamicalSystemsBase.jl v3, both for code and examples.
Closed issues:
- Add support for DynamicalSystemsBase.jl v3.X (#271)
- Typo: Missing = (#316)
- Test for GaussianMI (#318)
- Issues with
axes(::StateSpaceSet, ...)
(#320)
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#311) (@github-actions[bot])
- CompatHelper: bump compat for HypothesisTests to 0.11, (keep existing compat) (#312) (@github-actions[bot])
- Fix missing
=
and a few doc typos. (#317) (@RomeoV) - Test GaussianMI with
normalized=false
andtrue
(#319) (@RomeoV) - Move to DynamicalSystemsBase 3.0 (#321) (@kahaaga)