Skip to content

Bump the all-julia-packages group across 1 directory with 17 updates#401

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-67bec4052b
Open

Bump the all-julia-packages group across 1 directory with 17 updates#401
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-67bec4052b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on MPSKit, MatrixAlgebraKit, Accessors, Statistics, KrylovKit, TensorKit, OptimKit, Zygote, ChainRulesCore, MPSKitModels, DocumenterCitations, DocumenterInterLinks, PEPSKit, CairoMakie, BenchmarkTools, TOML and SUNRepresentations to permit the latest version.
Updates MPSKit to 0.13.13

Release notes

Sourced from MPSKit's releases.

v0.13.13

MPSKit v0.13.13

Diff since v0.13.12

This patch release includes a small amount of fixes, along with compatibility with TensorKit v0.17. Additionally, there is now some extra support for showing timing information through TimerOutputs.jl

Merged pull requests:

Closed issues:

  • Regression in find_groundstate with DMRG2 and FiniteMPOHamiltonian (v0.13.11) (#425)
Commits

Updates MatrixAlgebraKit to 0.6.9

Release notes

Sourced from MatrixAlgebraKit's releases.

v0.6.9

MatrixAlgebraKit v0.6.9

Diff since v0.6.8

Feature release introducing the matrix exponential function, and forward-mode AD rules for the decompositions.

Highlights

  • New exponential / exponential! matrix function with selectable algorithms: MatrixFunctionViaLA (Padé via LinearAlgebra), MatrixFunctionViaEig / MatrixFunctionViaEigh (via eigendecomposition), and DiagonalAlgorithm; also supports the scaled exponential((τ, A)) form (#94).
  • Native scaling-and-squaring Taylor algorithm MatrixFunctionViaTaylor — LAPACK-free, the default for dense matrices, and the only path covering arbitrary-precision element types such as BigFloat (#243).
  • Forward-mode (pushforward) AD rules for the polar, eig/eigh, and SVD decompositions plus the projection / orthnull functions, via the Enzyme and Mooncake extensions (#242, #244, #245, #247).

Full Changelog

See CHANGELOG for the complete list of changes.

Merged pull requests:

Commits

Updates Accessors to 0.1.45

Release notes

Sourced from Accessors's releases.

v0.1.45

Accessors v0.1.45

Diff since v0.1.44

Merged pull requests:

Commits

Updates Statistics to 1.11.1

Release notes

Sourced from Statistics's releases.

v1.11.1

Statistics v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • The quantile function can return incorrect results for integer arrays (Int8, Int16, Int32) (#119)
Commits

Updates KrylovKit to 0.10.4

Release notes

Sourced from KrylovKit's releases.

v0.10.4

KrylovKit v0.10.4

Diff since v0.10.3

This patch release contains a small number of patches and stability improvements, along with some docstring fixes.

Merged pull requests:

Closed issues:

  • Bug: SymTridiagonal called with wrong parameters, fails on julia 1.14 (#156)
  • Documentation inconsistency in KrylovDefaults.orth (#164)
Commits

Updates TensorKit to 0.17.1

Release notes

Sourced from TensorKit's releases.

v0.17.1

TensorKit v0.17.1

Diff since v0.17.0

A feature and performance patch release adding a matrix exponential (exponential/exponential!), broader Enzyme AD support, and several trivial-symmetry performance improvements.

Highlights

  • Matrix exponential: new exponential and exponential! for tensors (#465)
  • Enzyme AD: forward and reverse rules for TensorOperations contractions, linear algebra, and VectorInterface, plus reverse rules for index manipulations (#436, #437, #440, #449, #451, #466)
  • Performance: reduced overhead in the TensorMap constructor and trivial-symmetry code paths (#476, #479, #463, #478)
  • GPU: consolidated GPU logic into a GPUArrays extension and dropped the explicit cuTENSOR dependency. Importing cuTENSOR is still recommended for best performance, as it enables the corresponding TensorOperations extension (#460, #455)
  • Docs: added docstrings for catdomain and catcodomain (#485)

Full Changelog

See CHANGELOG for the complete list of changes.

Merged pull requests:

... (truncated)

Commits

Updates OptimKit to 0.5.0

Release notes

Sourced from OptimKit's releases.

v0.5.0

OptimKit v0.5.0

Diff since v0.4.3

Breaking changes

While there are no forward breaking changes, this new version represents a significant update that introduces new functionality, namely a fixed-point solver with two algorithms, under the name fixedpoint.

Commits
  • 3484f1d Merge pull request #41 from Jutho/jh/readme
  • ba31b3b Apply suggestions from code review
  • c179361 update readme
  • 2e5a752 Bump version to 0.5
  • d3b15f4 Merge pull request #30 from Jutho/jh/fixedpoint
  • 70df4a6 add correctness test and formatting
  • 773d8e2 Merge pull request #39 from Jutho/dependabot/github_actions/codecov/codecov-a...
  • 889891c Merge pull request #40 from Jutho/dependabot/github_actions/actions/checkout-7
  • fafbbf2 Bump actions/checkout from 6 to 7
  • acd6a85 Bump codecov/codecov-action from 6 to 7
  • Additional commits viewable in compare view

Updates Zygote to 0.7.11

Release notes

Sourced from Zygote's releases.

v0.7.11

Zygote v0.7.11

Diff since v0.7.10

Merged pull requests:

... (truncated)

Commits

Updates ChainRulesCore to 1.26.1

Release notes

Sourced from ChainRulesCore's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: JuliaDiff/ChainRulesCore.jl@v1.26.0...v1.26.1

Commits
  • 4253bff Fix some tests and bump version (#706)
  • dad0d24 Bump codecov/codecov-action from 5 to 6 (#705)
  • 004e43e Bump actions/checkout from 5 to 6 (#700)
  • 115c282 Bump actions/checkout from 4 to 5 (#699)
  • 414b660 Update Project.toml
  • 124e0cb Merge pull request #698 from ChrisRackauckas-Claude/update-compat-bounds-2025
  • 1d5c651 Update Downgrade.yml
  • 6facda3 Create Downgrade.yml
  • 632c0dc Update compat bounds to exclude releases >1 year old
  • f396d36 Merge pull request #697 from ChrisRackauckas-Claude/bump-julia-v1.10
  • Additional commits viewable in compare view

Updates MPSKitModels to 0.4.7

Release notes

Sourced from MPSKitModels's releases.

v0.4.7

MPSKitModels v0.4.7

Diff since v0.4.6

Patch release to include TensorKit v0.17

Merged pull requests:

Closed issues:

  • spinmatrices is too restrictive on its input type (#72)
Commits

Updates DocumenterCitations to 1.4.1

Release notes

Sourced from DocumenterCitations's releases.

v1.4.1

DocumenterCitations v1.4.1

Diff since v1.4.0

Merged pull requests:

Changelog

Sourced from DocumenterCitations's changelog.

[Version 1.4.1][1.4.1] - 2025-08-26

Fixed

  • The LaTeX special symbol \S in a .bib file is now correctly translated to the section sign §. [#102[]]

[Version 1.4.0][1.4.0] - 2025-06-14

Added

  • The CitationBibliography plugin object now has an internal field anchor_keys that is a bijective mapping of citation keys to HTML anchor names. The anchor names are normalized versions of the citation keys that are restricted to ASCII alphanumerics, dashes (-) and underscores (_). This provides compatibility with HTML4 and additionally avoids issues with CSS selectors. It also works around restrictions of the Documenter.DOM framework that is used internally to render HTML content. [#95[]]

Fixed

  • Citation keys the contain special characters (like colons) no longer produce broken links. This is achieved by normalizing HTML anchor names to contain only alphanumeric ASCII characters, dashes, and underscores [#86[], #95[]]

[Version 1.3.7][1.3.7] - 2025-03-29

Fixed

  • Show error file paths consistently with Documenter. With Documenter < 1.10, paths in error messages are relative to the docs folder. With Documenter >= 1.10, they are relative to the current working directory [#89[]]

[Version 1.3.6][1.3.6] - 2025-03-01

Fixed

  • The format_authoryear_bibliography_reference function with article_link_doi_in_title = true would link the DOI both from the journal reference and from the title. Now, the DOI is linked from the journal when article_link_doi_in_title = false and from the title when article_link_doi_in_title = true. [#87[]]

[Version 1.3.5][1.3.5] - 2024-11-14

Fixed

  • Compatibility with BibInternals v0.3.7 [#80[], #83[]]
  • Allow LaTeX escape codes to appear at the beginning of a first name. That is, names are now un-escaped before generating name initials. [#78[], #83[]]

Internal Changes

  • The internal format_labeled_bibliography_reference function now forwards keyword arguments to the internal format_names functions. This makes it easier to customize styles, e.g., to limit the number of author before "et al." is used. [#79[]]

[Version 1.3.4][1.3.4] - 2024-09-19

Internal Changes

  • Added an article_link_doi_in_title option to the internal format_published_in and format_labeled_bibliography_reference functions. This allows custom styles to change how links appear in bibliography entries for articles. By setting the option to true, the title of the article,instead of the "published in" information, will be used as the link text for a DOI . This makes the bibliography for articles more consistent with other types or entries, but is recommended only if no entries have both a DOI and a URL. [#73[], #74[]]

... (truncated)

Commits

Updates the requirements on [MPSKit](https://github.com/QuantumKitHub/MPSKit.jl), [MatrixAlgebraKit](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl), [Accessors](https://github.com/JuliaObjects/Accessors.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [KrylovKit](https://github.com/Jutho/KrylovKit.jl), [TensorKit](https://github.com/QuantumKitHub/TensorKit.jl), [OptimKit](https://github.com/Jutho/OptimKit.jl), [Zygote](https://github.com/FluxML/Zygote.jl), [ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl), [MPSKitModels](https://github.com/QuantumKitHub/MPSKitModels.jl), [DocumenterCitations](https://github.com/JuliaDocs/DocumenterCitations.jl), [DocumenterInterLinks](https://github.com/JuliaDocs/DocumenterInterLinks.jl), [PEPSKit](https://github.com/QuantumKitHub/PEPSKit.jl), [CairoMakie](https://github.com/MakieOrg/Makie.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [TOML](https://github.com/JuliaLang/TOML.jl) and [SUNRepresentations](https://github.com/QuantumKitHub/SUNRepresentations.jl) to permit the latest version.

Updates `MPSKit` to 0.13.13
- [Release notes](https://github.com/QuantumKitHub/MPSKit.jl/releases)
- [Commits](QuantumKitHub/MPSKit.jl@v0.13.9...v0.13.13)

Updates `MatrixAlgebraKit` to 0.6.9
- [Release notes](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/releases)
- [Commits](QuantumKitHub/MatrixAlgebraKit.jl@v0.6.5...v0.6.9)

Updates `Accessors` to 0.1.45
- [Release notes](https://github.com/JuliaObjects/Accessors.jl/releases)
- [Commits](JuliaObjects/Accessors.jl@v0.1.0...v0.1.45)

Updates `Statistics` to 1.11.1
- [Release notes](https://github.com/JuliaStats/Statistics.jl/releases)
- [Commits](JuliaStats/Statistics.jl@v1.4.0...v1.11.1)

Updates `KrylovKit` to 0.10.4
- [Release notes](https://github.com/Jutho/KrylovKit.jl/releases)
- [Commits](https://github.com/Jutho/KrylovKit.jl/commits/v0.10.4)

Updates `TensorKit` to 0.17.1
- [Release notes](https://github.com/QuantumKitHub/TensorKit.jl/releases)
- [Commits](https://github.com/QuantumKitHub/TensorKit.jl/commits/v0.17.1)

Updates `OptimKit` to 0.5.0
- [Release notes](https://github.com/Jutho/OptimKit.jl/releases)
- [Commits](Jutho/OptimKit.jl@v0.4.0...v0.5.0)

Updates `Zygote` to 0.7.11
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](https://github.com/FluxML/Zygote.jl/commits/v0.7.11)

Updates `ChainRulesCore` to 1.26.1
- [Release notes](https://github.com/JuliaDiff/ChainRulesCore.jl/releases)
- [Commits](JuliaDiff/ChainRulesCore.jl@v1.0.0...v1.26.1)

Updates `MPSKitModels` to 0.4.7
- [Release notes](https://github.com/QuantumKitHub/MPSKitModels.jl/releases)
- [Commits](QuantumKitHub/MPSKitModels.jl@v0.4.0...v0.4.7)

Updates `DocumenterCitations` to 1.4.1
- [Release notes](https://github.com/JuliaDocs/DocumenterCitations.jl/releases)
- [Changelog](https://github.com/JuliaDocs/DocumenterCitations.jl/blob/master/NEWS.md)
- [Commits](JuliaDocs/DocumenterCitations.jl@v0.1.0...v1.4.1)

Updates `DocumenterInterLinks` to 1.1.0
- [Release notes](https://github.com/JuliaDocs/DocumenterInterLinks.jl/releases)
- [Changelog](https://github.com/JuliaDocs/DocumenterInterLinks.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/DocumenterInterLinks.jl@v1.0.0...v1.1.0)

Updates `PEPSKit` to 0.8.0
- [Release notes](https://github.com/QuantumKitHub/PEPSKit.jl/releases)
- [Commits](v0.1.0...v0.8.0)

Updates `CairoMakie` to 0.15.13
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits)

Updates `BenchmarkTools` to 1.8.0
- [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases)
- [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.8.0)

Updates `TOML` to 1.0.3
- [Release notes](https://github.com/JuliaLang/TOML.jl/releases)
- [Commits](https://github.com/JuliaLang/TOML.jl/commits)

Updates `SUNRepresentations` to 0.4.0
- [Release notes](https://github.com/QuantumKitHub/SUNRepresentations.jl/releases)
- [Commits](QuantumKitHub/SUNRepresentations.jl@v0.2.0...v0.4.0)

---
updated-dependencies:
- dependency-name: MPSKit
  dependency-version: 0.13.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MatrixAlgebraKit
  dependency-version: 0.6.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Accessors
  dependency-version: 0.1.45
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Statistics
  dependency-version: 1.11.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: KrylovKit
  dependency-version: 0.10.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TensorKit
  dependency-version: 0.17.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OptimKit
  dependency-version: 0.5.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Zygote
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ChainRulesCore
  dependency-version: 1.26.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MPSKitModels
  dependency-version: 0.4.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocumenterCitations
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocumenterInterLinks
  dependency-version: 1.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PEPSKit
  dependency-version: 0.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CairoMakie
  dependency-version: 0.15.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TOML
  dependency-version: 1.0.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SUNRepresentations
  dependency-version: 0.4.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 Jul 16, 2026
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