Skip to content

Bump the all-julia-packages group across 1 directory with 9 updates#22

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-4e78ba3622
Closed

Bump the all-julia-packages group across 1 directory with 9 updates#22
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-4e78ba3622

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on CDDLib, ReactionNetworkImporters, Polyhedra, Catalyst, Combinatorics, SymbolicUtils, ModelingToolkit, Nemo and Hecke to permit the latest version.
Updates CDDLib to 0.10.2

Release notes

Sourced from CDDLib's releases.

v0.10.2

CDDLib v0.10.2

Diff since v0.10.1

Merged pull requests:

Commits

Updates ReactionNetworkImporters to 0.16.1

Release notes

Sourced from ReactionNetworkImporters's releases.

v0.16.1

ReactionNetworkImporters v0.16.1

Diff since v0.16.0

Merged pull requests:

Commits

Updates Polyhedra to 0.8.1

Release notes

Sourced from Polyhedra's releases.

v0.8.1

Polyhedra v0.8.1

Diff since v0.8.0

Merged pull requests:

Changelog

Sourced from Polyhedra's changelog.

Polyhedra.jl v0.8 Release Notes

Load time improvements

  • Dependencies on JuMP.jl, RecipesBase.jl, and GeometryBasics.jl were moved to weak dependencies on Julia versions supporting package extensions, i.e. v1.9 and above. On v1.10 this reduces installation time by 15% and load time by 18% (see #328).

Breaking changes

  • JuMP.optimizer_with_attributes is no longer exported. Call it from JuMP.jl instead.
  • The following change is only breaking on Julia v1.9 and above: Polyhedra.Mesh is now implemented in a package extension requiring GeometryBasics.jl. It is sufficient to load your plotting package, i.e. Makie.jl or MeshCat.jl, before calling Polyhedra.Mesh
Commits
  • d38979c v0.8.1
  • 80cfe13 Move planar_contour out of extension (#349)
  • 3f8c920 v0.8.0
  • 1688368 Speed up with MutableArithmetics (#343)
  • 4026e18 CompatHelper: bump compat for GeometryBasics in [weakdeps] to 0.5, (keep exis...
  • f4ed2f0 CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing compat) (...
  • 00d90a9 fix malformed citation.bib file (#346)
  • 460b4f0 Add abstract for JuliaCon 2023 (#342)
  • 8c131a6 Fix order of dimensions in LPHRep (#339)
  • 568db26 Update to julia-actions/cache (#336)
  • Additional commits viewable in compare view

Updates Catalyst to 15.0.11

Release notes

Sourced from Catalyst's releases.

v15.0.11

Catalyst v15.0.11

Diff since v15.0.10

Merged pull requests:

  • Set edge_color in plot_complexes regardless of whether edge labels are shown or not (#1345) (@​devmotion)

Closed issues:

  • Fix graph complex plotting color dropping (#1344)
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
  • 59bde51 Bump version from 15.0.10 to 15.0.11
  • 74cfd21 Merge pull request #1345 from SciML/dmw/plot_complexes_edgecolors
  • 9a5bce6 Bump version from 15.0.9 to 15.0.10
  • eda59f4 Set edge_color in plot_complexes regardless of whether edge labels are sh...
  • da61698 Merge pull request #1337 from pkofod/patch-1
  • 6dc2e41 Mark additional test as broken
  • 5bc392f Mark tests as broken
  • 1b837e1 Apply suggestions from code review
  • 56b66ca Update Project.toml
  • 65e0020 Update Project.toml
  • Additional commits viewable in compare view

Updates Combinatorics to 1.1.0

Release notes

Sourced from Combinatorics's releases.

v1.1.0

Combinatorics v1.1.0

What's Changed

feat

bugfix

performance

docs

ci

New Contributors

Full Changelog: JuliaMath/Combinatorics.jl@v1.0.3...v1.1.0

Commits

Updates SymbolicUtils to 4.18.5

Release notes

Sourced from SymbolicUtils's releases.

v4.18.5

SymbolicUtils v4.18.5

Diff since v4.18.4

Merged pull requests:

Closed issues:

  • Display Error with Negative Symbolic Coefficients (#864)
Commits
  • ff658c8 build: bump patch version
  • 9df1dfb Merge pull request #866 from JuliaSymbolics/as/fix-distributions-ext
  • 5aedfae refactor: explicitly import required names from Distributions.jl
  • 510b122 Merge pull request #865 from s-celles/patch-1
  • cee74b2 build: bump patch version
  • efcbb4f Merge pull request #862 from JuliaSymbolics/as/faster-codegen
  • 3bddbd5 Refactor negative check in show_add function
  • ab0226b refactor: improve performance of newsym!
  • 3636055 fix: improve toexpr type-stability
  • 6e5c973 fix: improve CSE type-stability
  • Additional commits viewable in compare view

Updates ModelingToolkit to 11.13.0

Release notes

Sourced from ModelingToolkit's releases.

v11.13.0

ModelingToolkit v11.13.0

Diff since v11.12.0

Merged pull requests:

Closed issues:

  • Create @mtkcomplete macro (usable on e.g. ReactionSystem creation) (#4247)
  • SII.all_symbols errors on non-complete system in MTK@11 (#4346)
  • get_variables does not "descend" into Differential anymore (#4347)
  • Repeated optimization (differentiation?) of a System keeps incurring type inference / compilation time (#4351)
Changelog

Sourced from ModelingToolkit's changelog.

ModelingToolkit v11 Release Notes

Symbolics@7 and SymbolicUtils@4 compatibility

SymbolicUtils version 4 involved a major overhaul of the core symbolic infrastructure, which propagated to Symbolics as Symbolics version 7. ModelingToolkit has now updated to these versions. This includes significant type-stability improvements, enabling precompilation of large parts of the symbolic infrastructure and faster TTFX. It is highly recommended to read the Release Notes for SymbolicUtils@4 and the doc page describing the new variant structure before these release notes.

As part of these changes, ModelingToolkit has changed how some data is represented to allow precompilation. Notably, variable => value mappings (such as guesses) are stored as an AbstractDict{SymbolicT, SymbolicT}. Here, SymbolicT is a type that comes from Symbolics.jl, and is the type for all unwrapped symbolic values. This means that any non-symbolic values are stored as SymbolicUtils.Const variants. Mutation such as guesses(sys)[x] = 1.0 is still possible, and values are automatically converted. However, obtaining the value back requires usage of SymbolicUtils.unwrap_const or Symbolics.value.

Following is a before/after comparison of the TTFX for the most common operations in ModelingToolkit.jl. Further improvements are ongoing. Note that the timings do depend on many factors such as the exact system used, types passed to constructor functions, other packages currently loaded in the session, presence of array variables/equations, whether index reduction is required, and the behavior of various passes in mtkcompile. However, the numbers are good representations of the kinds of performance improvements that are possible due to the new infrastructure. There will continue to be improvements as this gets more extensive testing and we are better able to identify bottlenecks in compilation.

System constructor

The time to call System, not including the time taken for @variables or building the equations.

Before:

  0.243758 seconds (563.80 k allocations: 30.613 MiB, 99.48% compilation time: 3% of which was recompilation)
elapsed time (ns):  2.43757958e8
gc time (ns):       0
bytes allocated:    32099616
pool allocs:        563137
non-pool GC allocs: 16
malloc() calls:     651
free() calls:       0
minor collections:  0
full collections:   0

After:

</tr></table> 

... (truncated)

Commits
  • 5edb436 Update Project.toml
  • ffe8472 Merge pull request #4154 from SebastianM-C/bvp
  • dadbce4 Merge pull request #4360 from ChrisRackauckas-Claude/precompile-solver-extens...
  • e0ba2f7 Update lib/ModelingToolkitBase/src/systems/codegen.jl
  • 194c037 more efficient substitution
  • e6e7466 fix typo
  • 00f48ed Merge pull request #4348 from cmhyett/mtkcomplete_macro
  • f0eb04f Merge pull request #4349 from cmhyett/SII-all_symbols
  • ae671a4 Merge pull request #4353 from DhairyaLGandhi/dg/dyadcompiler
  • 2f808fd Use parameterized 2-state system in precompile workloads
  • Additional commits viewable in compare view

Updates Nemo to 0.54.1

Release notes

Sourced from Nemo's releases.

v0.54.1

Nemo v0.54.1

Fixed bugs

Changelog

Sourced from Nemo's changelog.

0.54.1 - 2026-01-28

Fixed bugs

  • #2242 Ensure det for 0x0 matrices returns 1
  • #2243 Add proper min for Arbs and RealFieldElems

0.54.0 - 2026-01-14

Breaking changes

!These changes break compatibility from previous versions!

  • #2158 Forbid (most) automatic polynomial ring coercions, use change_base_ring instead
  • #2229 Change the prec positional argument to a keyword argument for derivative and integral methods for ComplexPolyRingElem and RealPolyRingElem
  • #2233 Remove replace!(::typeof(-), m::ZZMatrix)

New or extended functionality

  • #2191 Add OneTo method for ZZRingElem, returns ranges of new type ZZOneTo
  • #2222 Update to AbstractAlgebra 0.48
Commits

Updates Hecke to 0.39.13

Release notes

Sourced from Hecke's releases.

v0.39.13

Hecke v0.39.13

Diff since v0.39.10

Merged pull requests:

Closed issues:

... (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 [CDDLib](https://github.com/JuliaPolyhedra/CDDLib.jl), [ReactionNetworkImporters](https://github.com/SciML/ReactionNetworkImporters.jl), [Polyhedra](https://github.com/JuliaPolyhedra/Polyhedra.jl), [Catalyst](https://github.com/SciML/Catalyst.jl), [Combinatorics](https://github.com/JuliaMath/Combinatorics.jl), [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl), [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl), [Nemo](https://github.com/Nemocas/Nemo.jl) and [Hecke](https://github.com/thofma/Hecke.jl) to permit the latest version.

Updates `CDDLib` to 0.10.2
- [Release notes](https://github.com/JuliaPolyhedra/CDDLib.jl/releases)
- [Commits](JuliaPolyhedra/CDDLib.jl@v0.9.4...v0.10.2)

Updates `ReactionNetworkImporters` to 0.16.1
- [Release notes](https://github.com/SciML/ReactionNetworkImporters.jl/releases)
- [Commits](SciML/ReactionNetworkImporters.jl@v0.15.1...v0.16.1)

Updates `Polyhedra` to 0.8.1
- [Release notes](https://github.com/JuliaPolyhedra/Polyhedra.jl/releases)
- [Changelog](https://github.com/JuliaPolyhedra/Polyhedra.jl/blob/master/NEWS.md)
- [Commits](JuliaPolyhedra/Polyhedra.jl@v0.7.8...v0.8.1)

Updates `Catalyst` to 15.0.11
- [Release notes](https://github.com/SciML/Catalyst.jl/releases)
- [Changelog](https://github.com/SciML/Catalyst.jl/blob/master/HISTORY.md)
- [Commits](SciML/Catalyst.jl@v14.4.1...v15.0.11)

Updates `Combinatorics` to 1.1.0
- [Release notes](https://github.com/JuliaMath/Combinatorics.jl/releases)
- [Commits](JuliaMath/Combinatorics.jl@v0.0.1...v1.1.0)

Updates `SymbolicUtils` to 4.18.5
- [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases)
- [Commits](JuliaSymbolics/SymbolicUtils.jl@v3.7.2...v4.18.5)

Updates `ModelingToolkit` to 11.13.0
- [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases)
- [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md)
- [Commits](SciML/ModelingToolkit.jl@v9.46.1...v11.13.0)

Updates `Nemo` to 0.54.1
- [Release notes](https://github.com/Nemocas/Nemo.jl/releases)
- [Changelog](https://github.com/Nemocas/Nemo.jl/blob/master/CHANGELOG.md)
- [Commits](Nemocas/Nemo.jl@v0.47.0...v0.54.1)

Updates `Hecke` to 0.39.13
- [Release notes](https://github.com/thofma/Hecke.jl/releases)
- [Changelog](https://github.com/thofma/Hecke.jl/blob/master/CHANGELOG.md)
- [Commits](thofma/Hecke.jl@v0.34.0...v0.39.13)

---
updated-dependencies:
- dependency-name: CDDLib
  dependency-version: 0.10.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ReactionNetworkImporters
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Polyhedra
  dependency-version: 0.8.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Catalyst
  dependency-version: 15.0.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Combinatorics
  dependency-version: 1.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SymbolicUtils
  dependency-version: 4.18.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ModelingToolkit
  dependency-version: 11.13.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Nemo
  dependency-version: 0.54.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Hecke
  dependency-version: 0.39.13
  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 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Superseded by #23.

@dependabot dependabot bot closed this Mar 4, 2026
@dependabot dependabot bot deleted the dependabot/julia/all-julia-packages-4e78ba3622 branch March 4, 2026 15:04
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