Update Catalyst requirement from 15 to 15, 16.0 in the all-julia-packages group across 1 directory#39
Conversation
Updates the requirements on [Catalyst](https://github.com/SciML/Catalyst.jl) to permit the latest version. Updates `Catalyst` to 16.0.0 - [Release notes](https://github.com/SciML/Catalyst.jl/releases) - [Changelog](https://github.com/SciML/Catalyst.jl/blob/master/HISTORY.md) - [Commits](SciML/Catalyst.jl@v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: Catalyst dependency-version: 16.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Catalyst v15 exports ModelingToolkit, but Catalyst v16 only relies on ModelingToolkitBase, which did not exist in prior versions. We can conditionally import ModelingToolkit or ModelingToolkitBase, but I am not sure how to deal with different dependencies depending on the Catalyst version. |
|
I think old ModelingToolkit is now basically ModelingToolkitBase, with new ModelingToolkit now depending on some additional JuliaHub specific packages. Long story, but I think for FiniteStateProjection you will likely want to switch to having ModelingToolkitBase as the only dependency, and remove ModelingToolkit from the dependencies. |
|
Superseded by #40. |
Updates the requirements on Catalyst to permit the latest version.
Updates
Catalystto 16.0.0Release notes
Sourced from Catalyst's releases.
... (truncated)
Changelog
Sourced from Catalyst's changelog.
... (truncated)
Commits
bdc9eeeUpdate Project.tomlf0c3752Bump version from 16.0.0 to 16.0.138be9abUpdate Project.toml67ed483Update project version to 16.0.0d99b3ccMerge pull request #1432 from isaacsas/readme_updatescbc199aci: revert Test.yml and TestExtensions.yml to masterba4b5d9Merge pull request #1434 from isaacsas/worktree-debug-lts-bifurcation9366929fix: use Symbolics.get_variables! in conslaw_species for Julia 1.10 compat2f9fc57Apply suggestion from@isaacsas2edd309debug: fix broken import and add constantdefs diagnostics for LTSDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions