Skip to content

Commit

Permalink
history file update
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Nov 15, 2023
1 parent d5f76cc commit 2082d6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Breaking updates and feature summaries across releases

## Catalyst unreleased (master branch)
- Update how compounds are created. E.g. use
```julia
@variables t C(t) O(t)
@compound CO2 ~ C + 2O
```
to create a compound species `CO2` that consists of `C` and 2 `O`.
- Added documentation for chemistry related functionality (compound creation and reaction balancing).

## Catalyst 13.5
- Added a CatalystHomotopyContinuationExtension extension, which exports the `hc_steady_state` function if HomotopyContinuation is exported. `hc_steady_state` finds the steady states of a reactin system using the homotopy continuation method. This feature is only available for julia versions 1.9+. Example:
Expand Down

0 comments on commit 2082d6b

Please sign in to comment.