Skip to content

Commit

Permalink
update to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 10, 2021
1 parent e877f63 commit 1afeee4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1afeee4

Please sign in to comment.