Skip to content

Commit

Permalink
complete extension name update
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 25, 2023
1 parent c3cbd96 commit a6ddb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Breaking updates and feature summaries across releases

## Catalyst unreleased (master branch)
- Added a HomotopyContinuationExtension extension, which exports the `hc_steady_state` function if HomotopyContinuation is exported. `hc_steady_state` finds teh steady states of a reactin system using the homotopy continuation method.
- Added a CatalystHomotopyContinuationExtension extension, which exports the `hc_steady_state` function if HomotopyContinuation is exported. `hc_steady_state` finds teh steady states of a reactin system using the homotopy continuation method.

## Catalyst 13.4
- Added the ability to create species that represent chemical compounds and know
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HomotopyContinuationExtension
module CatalystHomotopyContinuationExtension

# Fetch packages.
using Catalyst
Expand Down

0 comments on commit a6ddb96

Please sign in to comment.