Update DAQPBase compatibility to include version 0.4#22
Closed
franckgaga wants to merge 2 commits intodarnstrom:mainfrom
Closed
Update DAQPBase compatibility to include version 0.4#22franckgaga wants to merge 2 commits intodarnstrom:mainfrom
franckgaga wants to merge 2 commits intodarnstrom:mainfrom
Conversation
I just [received a PR](JuliaControl/ModelPredictiveControl.jl#344) from `dependabot` to update the compat bound of `LinearMPC.jl`. As you can see there is an incompatibility when we have an environment with both `LinearMPC.jl` v0.9 and `DAQP.jl` v0.7.1. It's impossible to install `LinearMPC.jl` v0.9 because of this incompatibility. To solve this you need to update the `compat` entry of `DAQPBase` to include the support of v0.4.
Owner
|
I had a local push that adds additional features to DAQP.jl (setting time limit and warm starts.) This PR motivated me to finalize those and push them to main in 775e062. So DAQP.jl 0.8.0 will be available in the in the general registry soon! |
Author
|
Alright the issue is solved in DAQP.jl v0.8. Thanks! |
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.
I just received a PR from
dependabotto update the compat bound ofLinearMPC.jl. As you can see there is an incompatibility when we have an environment with bothLinearMPC.jlv0.9 andDAQP.jlv0.7.1 installed. It's impossible to installLinearMPC.jlv0.9 because of this incompatibility.To solve this you need to update the
compatentry ofDAQPBaseto include the support of v0.4 in this package.