Merged
Conversation
Updates the requirements on [lbfgs](https://github.com/korken89/lbfgs-rs) to permit the latest version. - [Release notes](https://github.com/korken89/lbfgs-rs/releases) - [Changelog](https://github.com/korken89/lbfgs-rs/blob/master/CHANGELOG.md) - [Commits](korken89/lbfgs-rs@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: lbfgs dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
About: - implementation without modcholesky - using custom Cholesky implementation - all Rust unit tests pass
About: - clippy recomendations - rename variables for readability
Update rand requirement from 0.9 to 0.10
Update lbfgs requirement from 0.2 to 0.3
Updates the requirements on icasadi_test to permit the latest version. --- updated-dependencies: - dependency-name: icasadi_test dependency-version: 0.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…-0.0.3 Update icasadi_test requirement from 0.0.2 to 0.0.3
About: - clippy warnings associated with docs
About: - Removed as_file(resource) - Returning resource directly
About: - Unit test to cover cases where the user attempts to solve without first factorizing - and where the factorization has failed (e.g., not pos. def. matrix)
Safer templates_dir implementation
Owner
Author
|
@korken89 after some recent changes to the Rust compiler, one of our dependencies, |
This was referenced Mar 11, 2026
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.
Both issues #378 and #380 have been addressed. The dependency
modcholeskyhas been removed; instead, the structCholeskyFactoriseris introduced, where we compute the Cholesky factorisation ourselves.Main Changes
definitions.pywithout usingpkg_resourcesCholeskyFactoriser)matrix_operations::mul_a_at, which computendarray)test_raspberry_pi.py, the local version of OpEn is used (same as in all other tests)AffineSpacereimplemented usingCholeskyFactoriser; all tests passAssociated Issues
modcholeskydependency under rustc versions>= 1.94.0#378Checklist
CHANGELOG(s)CHANGELOG,Cargo.tomlandVERSION)