Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reykboerner committed Jul 22, 2024
1 parent dd4eb3e commit eba32f3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog for `CriticalTransitions.jl`

## v0.2.1
Freeze before major overhaul `v0.3.0`

#### Fixes
* bug fixes in the following functions:
* `min_action_method`
* `geometric_min_action_method`
* `StochSystem(::CouplesODEs)`
* `fhn_pathspace_sampling`

#### Enhancements
* expanded output of `transitions` function

#### Additions
* tests for various functions
* dev functions `basboundary`, `bisect_to_edge2`, `langevinmcmc_not_every_step`

#### Deprecations
* `to_cds` function (still exists but will raise deprecation warning)

Since `v0.2.0`, we also joined
[JuliaDynamics](https://juliadynamics.github.io/JuliaDynamics/) with this package, such that
the code is now hosted at [https://github.com/JuliaDynamics/CriticalTransitions.jl](https://github.com/JuliaDynamics/CriticalTransitions.jl), and improved the documentation.

## v0.2.0
Compatibility upgrade to `DynamicalSystems v3`

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CriticalTransitions"
uuid = "251e6cd3-3112-48a5-99dd-66efcfd18334"
repo = "https://github.com/juliadynamics/CriticalTransitions.jl.git"
version = "0.2.0"
version = "0.2.1"

[deps]
Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"
Expand Down

0 comments on commit eba32f3

Please sign in to comment.