From 1afeee4ec7ae23f47681dcc9b99004bda3a5e68f Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 10 Nov 2021 10:39:37 -0500 Subject: [PATCH] update to 10.1 --- HISTORY.md | 8 +++++++- Project.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c2fbdc13f9..ab1f38bba8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,13 @@ # Breaking updates and feature summaries across releases ## Catalyst unreleased (master branch) -- **BREAKING:** Added support for `@unpack observable_variable = rn` and `rn.observable_variable`. This requires a new inner constructor definition. + +## Catalyst 10.1 +- Added support for `@unpack observable_variable = rn` and + `rn.observable_variable`. This requires a new inner constructor definition for + `ReactionSystem`s, but is not considered breaking as the inner constructor is + considered private. +- Support added for ModelingToolkit 7 and Symbolics 4. ## Catalyst 10.0 - `ReactionSystem(rxs::Vector{Reaction}, t)` should now work and will infer the diff --git a/Project.toml b/Project.toml index 9a7aa73759..83b003fc0d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Catalyst" uuid = "479239e8-5488-4da2-87a7-35f2df7eef83" -version = "10.0.0" +version = "10.1" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"