Skip to content

Releases: rusandris/StateTransitionNetworks.jl

v0.4.0 Publication release

18 Jul 10:12
Compare
Choose a tag to compare

Publication release:

  • contains stn_paper example codes for reproducibility

v0.4.0

17 Jul 11:04
52bbe43
Compare
Choose a tag to compare

Major changes:

  • redesigned transition matrix calculation: separated it from graph objects
  • reworked measure calculation: use own linear solver, KrylovKit methods and add algorithm switching
  • optimized measure calculation
  • separated calculation of measures from random walks from graph objects
  • reworked gridding methods: dispatch to 1D, 2D time series, add options for handling points outside the grid and more general partitioning
  • reworked STN addition: added Transitions object

Full Changelog: v0.2.4...v0.4.0

v0.3.0

14 Jul 18:06
80518bd
Compare
Choose a tag to compare

Safety backup release before merging dev branch

  • contains new commits from november, december 2023

v0.2.4

06 Oct 14:37
e903f75
Compare
Choose a tag to compare
Increment version number to 0.2.4

v.0.2.3-scripts_included

04 Oct 15:08
Compare
Choose a tag to compare
v0.2.3-scripts_included

add deprecations and fix export bugs

v0.2.0

07 Sep 14:49
Compare
Choose a tag to compare

Major changes and updates

  • Updated functions to DynamicalSystems v3.0
  • Addition of state transition networks (STN)
  • STN creation and calculation of network measures optimized

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Jun 11:32
819e357
Compare
Choose a tag to compare

Functionality described in master's thesis: András Rusu: StateTransitionNetworks.jl: A numerical toolkit for symbolic dynamics-based network construction and analysis, Department of Physics, Babes-Bolyai University, Cluj-Napoca, Romania, 2023

Compatible with DynamicalSystems.jl v2.3.0