Skip to content

Releases: JuliaDynamics/Associations.jl

v0.5.1

06 Nov 12:18
v0.5.1
f3f7ede
Compare
Choose a tag to compare

v0.5.1 (2019-11-06)

Diff since v0.5.0

Closed issues:

  • Register v0.5.0 (#81)
  • Register v0.4.1 (#78)

Merged pull requests:

v0.5.0

06 Nov 07:47
v0.5.0
6848960
Compare
Choose a tag to compare

Release v0.5.0

  • Added InterpolateBinTest.
  • Added RandomSequencesTest.

v0.4.1

05 Nov 17:49
v0.4.1
c41fd85
Compare
Choose a tag to compare

Release v0.4.1

New functionality

  • Added ConstrainedTest.

Improvements

  • Better documentation for uncertain data causality tests.

v0.4.0

04 Nov 09:19
v0.4.0
42fe120
Compare
Choose a tag to compare

v0.4.0 (2019-11-04)

Diff since v0.3.0

Closed issues:

  • Register v0.3.0 (#72)
  • Transfer entropy benchmarks for discrete systems (#23)

Merged pull requests:

v0.3.0

17 Sep 09:03
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-09-16)

Diff since v0.2.6

Closed issues:

  • Gather all documentation in CausalityTools docs (#64)
  • Uncertainty handling (#62)
  • Update documentation for transferentropy with instructions on the embedding (#60)
  • Automatically decide best embedding lag for transfer entropy (#59)
  • Cross mapping convergence animations for documentation (#43)
  • Implement joint distance distribution (#26)

Merged pull requests:

  • Update package dependencies and remove Manifest.toml file (#71) (kahaaga)
  • Release 0.3.0 (#67) (kahaaga)
  • Add animated CCM examples to docs. (#65) (tormolle)

Add convergent cross mapping (CCM) algorithm

10 Dec 20:10
4869edc
Compare
Choose a tag to compare
v0.2.6

Update REQUIRE, cap CrossMappings

Cap TransferEntropy and PerronFrobenius

07 Dec 01:47
Compare
Choose a tag to compare
Cap PerronFrobenius and TransferEntropy

Changes will happen, so cap both packages.

Cap StateSpaceReconstruction

02 Dec 18:08
Compare
Choose a tag to compare

Cap StateSpaceReconstruction version, so that the re-structuring of StateSpaceReconstruction can be pushed without JuliaCIBot failing.

Added plot recipes

29 Nov 19:36
02ea6a3
Compare
Choose a tag to compare

CausalityTools.jl v0.2.3

Use RecipesBase for plot functionality.

Implements recipes for the following types:

  • PerronFrobenius.InvariantDistribution
  • PerronFrobenius.RectangularBinningTransferOperator
  • PerronFrobenius.RectangularInvariantMeasure
  • StateSpaceReconstruction.AbstractEmbedding

Visualising triangulations, simplices and simplex intersections

In addition, there's a recipe allowing for the visualization of triangulation partitions, simplices and their intersection, with the following signature

  • plot(original_pts, E::AbstractEmbedding, DT::DelaunayTriangulation; kwargs...)

Add missing requirements not detected by JuliaCIBot

25 Nov 20:09
7508727
Compare
Choose a tag to compare

Need to make sure that REQUIRE has all the same dependencies (except standard libraries) that are in Project.toml. This error does not show up until a user attempts to install the package.