Skip to content

Update Catalyst requirement from 15 to 15, 16.1 in the all-julia-packages group across 1 directory#40

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-7e4a4d9f49
Open

Update Catalyst requirement from 15 to 15, 16.1 in the all-julia-packages group across 1 directory#40
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-7e4a4d9f49

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Release notes

Sourced from Catalyst's releases.

v16.1.0

Catalyst v16.1.0

Diff since v16.0.0

Merged pull requests:

Changelog

Sourced from Catalyst's changelog.

Breaking updates and feature summaries across releases

Unreleased (on master)

Catalyst 16.1

  • Added use_jump_ratelaws keyword argument to ode_model, sde_model, hybrid_model, ODEProblem, SDEProblem, and HybridProblem. When set to true, both drift and diffusion terms use the jump/stochastic rate law (binomial propensities) instead of the ODE rate law (power-based). This gives the mathematically correct CLE derived from the CME when species populations are integers. Defaults to false for backward compatibility.

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

... (truncated)

Commits
  • 8b48129 Update project version to 16.1
  • ff019ec Document new 'use_jump_ratelaws' feature in HISTORY.md
  • d93c694 Merge pull request #1436 from isaacsas/jumprates_in_cle
  • 392df36 Consolidate use_jump_ratelaws HISTORY entry under unreleased
  • 69f7e36 Merge remote-tracking branch 'origin/master' into jumprates_in_cle
  • 0d3e38e Merge branch 'master' into jumprates_in_cle
  • 4d33fd4 Apply use_jump_ratelaws to both drift and diffusion
  • 4846509 Update Project.toml
  • f9b054f Merge pull request #1447 from isaacsas/fix_master
  • facf380 comment out faulty input tests disabled by MTKBase v1.23+ behavior
  • Additional commits viewable in compare view

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.1.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.1.0)

---
updated-dependencies:
- dependency-name: Catalyst
  dependency-version: 16.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Mar 23, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 24, 2026

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 @dependabot recreate.

5 similar comments
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 25, 2026

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 @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 27, 2026

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 @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 30, 2026

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 @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 7, 2026

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 @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 10, 2026

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 @dependabot recreate.

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.

0 participants