Skip to content

v2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 18:03

CausalityTools v2.8.0

Diff since v2.7.1

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 and true (#319) (@RomeoV)
  • Move to DynamicalSystemsBase 3.0 (#321) (@kahaaga)