Allow Manopt 0.6 in OptimizationManopt#1243
Merged
ChrisRackauckas merged 1 commit intoJul 7, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should be ignored until reviewed by @ChrisRackauckas.\n\n## Summary\n- widens OptimizationManopt's Manopt compat from
0.5.25to0.5.25, 0.6\n- unblocks downstream Dependabot updates such as SciML/SymbolicAnalysis.jl#116, which otherwise continue resolving Manopt 0.5 because OptimizationManopt restricts Manopt to 0.5.x\n\n## Local verification\n-timeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 --project=lib/OptimizationManopt -e 'using Pkg; Pkg.test()'\n - resolvedManopt v0.6.1,Manifolds v0.11.28,ManifoldsBase v2.4.0\n - result:Testing OptimizationManopt tests passed\n-timeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 -e 'using Runic; exit(Runic.main(["--check", "."]))'\n - result: exit code 0\n\n## Downstream verification\nIn a local checkout of SciML/SymbolicAnalysis.jl at PR #116, I developed this local OptimizationManopt branch into the test environment and forcedManopt v0.6.1. The SymbolicAnalysis test entrypoint passed under that dependency set:\n\n-Manopt v0.6.1\n-Manifolds v0.11.28\n-OptimizationManopt v1.3.3 ../../Optimization.jl/lib/OptimizationManopt\n\nCommand used:\ntimeout 3600 /home/crackauc/.juliaup/bin/julia +1.10 --project=test -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.status(["SymbolicAnalysis", "Manopt", "OptimizationManopt", "Manifolds"]; mode=Pkg.PKGMODE_MANIFEST); include("test/runtests.jl")'\n\nResult: all SymbolicAnalysis test files passed, includingCore/dgp.jl | 28 pass.