Skip to content

Update Catalyst requirement from 14.0, 15 to 14.0, 15, 16.0 in /docs in the all-julia-packages group across 1 directory#563

Merged
ChrisRackauckas merged 1 commit intomasterfrom
dependabot/julia/docs/all-julia-packages-d0679da742
Mar 9, 2026
Merged

Update Catalyst requirement from 14.0, 15 to 14.0, 15, 16.0 in /docs in the all-julia-packages group across 1 directory#563
ChrisRackauckas merged 1 commit intomasterfrom
dependabot/julia/docs/all-julia-packages-d0679da742

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Updates the requirements on Catalyst to permit the latest version.
Updates Catalyst to 16.0.0

Release notes

Sourced from Catalyst's releases.

v16.0.0

Catalyst v16.0.0

Diff since v15.0.11

See HISTORY.md for breaking changes.

Merged pull requests:

... (truncated)

Changelog

Sourced from Catalyst's changelog.

Breaking updates and feature summaries across releases

Catalyst 16.0

Catalyst 16 is a major release that transitions from ModelingToolkit (MT) v9 to ModelingToolkitBase (the base for ModelingToolkit v11); introduces unified hybrid model support for mixed ODE/SDE/Jump systems; supports user-provided coupled ODEs, SDEs, jump processes, and jump-diffusions; and modernizes the conversion and problem-creation API.

Please also see the ModelingToolkit NEWS.md for all the changes that have occurred in ModelingToolkit as part of v10 and v11, and which are now relevant for Catalyst users.

BREAKING: ModelingToolkitBase replaces ModelingToolkit

  • Catalyst now depends on and re-exports ModelingToolkitBase instead of ModelingToolkit. This ensures Catalyst remains fully MIT-licensed after the library split that occurred in ModelingToolkit v11. ModelingToolkitBase provides the core symbolic system infrastructure (types, accessors, problem construction) that Catalyst needs. With this update, Catalyst moves from ModelingToolkit v9 to ModelingToolkitBase 1.12+ (part of ModelingToolkit v11).

    Most commonly used functions (unknowns, parameters, equations, @mtkcompile, etc.) are available through ModelingToolkitBase. However, if you relied on structural_simplify, now part of mtkcompile, for reducing models with algebraic equations, you may need to explicitly load ModelingToolkit to obtain equivalent levels of model reduction and optimization:

    using Catalyst
    using ModelingToolkit  # only if you need MTK-specific features not in MTKBase

    The version of mtkcompile in ModelingToolkitBase is less feature filled than in ModelingToolkit, but please be aware that the latter version now loads AGPL-licensed libraries that may impose additional restrictions on your code.

BREAKING: Conversion functions renamed

  • convert(ODESystem, rs) is replaced by ode_model(rs).

  • convert(SDESystem, rs) is replaced by sde_model(rs).

  • convert(JumpSystem, rs) is replaced by jump_model(rs).

  • convert(NonlinearSystem, rs) is replaced by ss_ode_model(rs).

    The old Base.convert methods have been removed since ModelingToolkit now has one, unified, system type, System. The new functions accept the same keyword arguments as before.

    Before:

... (truncated)

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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](https://github.com/SciML/Catalyst.jl/commits/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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Mar 9, 2026
@ChrisRackauckas ChrisRackauckas merged commit efe698b into master Mar 9, 2026
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/julia/docs/all-julia-packages-d0679da742 branch March 9, 2026 09:50
@ChrisRackauckas
Copy link
Copy Markdown
Member

reverted was a mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant