Skip to content

build(deps): update MatrixEquations requirement to 2.5.8 in /test#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/MatrixEquations-2.5.8
Open

build(deps): update MatrixEquations requirement to 2.5.8 in /test#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/MatrixEquations-2.5.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updates the requirements on MatrixEquations to permit the latest version.

Release notes

Sourced from MatrixEquations's releases.

v2.5.8

MatrixEquations v2.5.8

Diff since v2.5.7

Changelog

Sourced from MatrixEquations's changelog.

Version 2.5.8

  • recursive blocking implemented in lyapd for BlasFloat data
  • blocksize parameter added as keyword argument in lyapd
  • various code optimizations to enforce null allocations in 2x2 solvers

Version 2.5.7

  • recursive blocking implemented in lyapc for BlasFloat data
  • blocksize parameter added as keyword argument in lyapc

Version 2.5.6

  • revisited interfaces for sylvcs! and sylvds! and adapting tests accordingly
  • removing dependence on the DoubleFloats.jl package in the tests
  • using generalized real Schur decomposition from the GenericSchur.jl package in the generic versions of the Lyapunov and Sylvester equation solvers

Version 2.5.5

Enhanced functionality for sylvds!.

Version 2.5.4

Enhanced functionality for sylvcs!.

Version 2.5.3

Fix a bug in ghsylvi.

Version 2.5.2

Fix improper error message for some singular Lyapunov equations.

Version 2.5.1

Version bump to enforce compatibility with last version of GenericSchur.

Version 2.5.0

Version bump to enforce compatibility with Julia's LTS version. New iterative solvers for positive Lyapunov equations based on low-rank ADI methods.

Version 2.4.5

Enhanced Lyapunov solvers lyapc and lyapd and Sylvester solvers sylvc and sylvd to efficiently handle symmetric/Hermitian/diagonal inputs.

Version 2.4.4

Back to using the standard Sylvester solver sylvc with the old wrappers (the *trsyl family of solvers), until issue #150 will be fixed.

Version 2.4.3

New wrappers for BLAS Level 3 based LAPACK family *trsylv3 of solvers for Sylvester equation. Updating the standard Sylvester solver sylvc to use the new wrappers (instead the *trsyl family of solvers).

Version 2.4.2

Version bump to fix type piracy detected by Aqua.

Version 2.4.1

Patch release which implements a new structure exploiting scaling option for all Riccati equation solvers. This scaling preserves the Hamiltonian/symplectic matrix structures and is based on a symmetric matrix equilibration technique.

... (truncated)

Commits
  • c060545 Blocked version of lyapd implemented
  • ec16b57 Tuning tests
  • fdc212e Recursive blocking based algorithm used in lyapc
  • 9661998 Adding link to LinkedIn
  • e4eb7c7 No changes.
  • c677550 Adjust tests
  • ad180f4 Using real generalized Schur decomposition in the generic solvers
  • 5b4b564 Enhanced functionality for sylvds!.
  • bab7936 Enhanced functionality for sylvds!
  • f1004e5 Enhanced functionality for sylvds!
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [MatrixEquations](https://github.com/andreasvarga/MatrixEquations.jl) to permit the latest version.
- [Release notes](https://github.com/andreasvarga/MatrixEquations.jl/releases)
- [Changelog](https://github.com/andreasvarga/MatrixEquations.jl/blob/master/ReleaseNotes.md)
- [Commits](andreasvarga/MatrixEquations.jl@v0.1.0...v2.5.8)

---
updated-dependencies:
- dependency-name: MatrixEquations
  dependency-version: 2.5.8
  dependency-type: direct:production
...

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 May 25, 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