Yank NLPModels.jl 0.22#143732
Merged
DilumAluthge merged 1 commit intoJuliaRegistries:masterfrom Jan 14, 2026
Merged
Conversation
Contributor
|
This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. [noblock] |
bc10f91 to
98e0b4b
Compare
Contributor
Author
|
We still want to yank the release 0.22.0 if it is possible. |
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.
We have decided to yank release 0.22 of
NLPModels.jlbecause the breaking change only affected the removal of a parameter (x) from three functions in the public API. This breaking release disrupts compatibility with the existing ecosystem — over 50 registered packages depend on this package.A non-breaking alternative is possible and straightforward (e.g., deprecating the parameter instead of removing it), which allows us to:
In hindsight, the release was pushed a bit hastily. Yank 0.22 allows us to preserve compatibility and ensures that breaking releases are made only for substantial, justified changes.