From a6ddb9693e77c8c0be0748506bc46ca85280e2e9 Mon Sep 17 00:00:00 2001 From: Torkel Date: Mon, 25 Sep 2023 17:11:13 -0400 Subject: [PATCH] complete extension name update --- HISTORY.md | 2 +- ...ionExtension.jl => CatalystHomotopyContinuationExtension.jl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ext/{HomotopyContinuationExtension.jl => CatalystHomotopyContinuationExtension.jl} (86%) 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