diff --git a/HISTORY.md b/HISTORY.md index 521518b82d..34440ef5c8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/ext/HomotopyContinuationExtension.jl b/ext/CatalystHomotopyContinuationExtension.jl similarity index 86% rename from ext/HomotopyContinuationExtension.jl rename to ext/CatalystHomotopyContinuationExtension.jl index 84770ff751..4a427c8bd1 100644 --- a/ext/HomotopyContinuationExtension.jl +++ b/ext/CatalystHomotopyContinuationExtension.jl @@ -1,4 +1,4 @@ -module HomotopyContinuationExtension +module CatalystHomotopyContinuationExtension # Fetch packages. using Catalyst