-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for v1.23.4 #3876
Prep for v1.23.4 #3876
Conversation
docs/src/changelog.md
Outdated
- Improvements to test coverage (#3867) (#3868) (#3869) (#3870) (#3871) (#3872) | ||
(#3873) (#3874) (#3875) | ||
- JuMP now uses [`MOI.add_constrained_variable`](@ref) when adding a scalar | ||
variable with bounds (#3863) (#3865) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seemed like a MINOR
feature change, but it doesn't actually change anything user-facing, so I've bumped only the PATCH
number.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3876 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 43 43
Lines 6028 6028
=======================================
Hits 6003 6003
Misses 25 25 ☔ View full report in Codecov by Sentry. |
- Clarified [`add_to_expression!`](@ref) can add two expressions (#3859) | ||
- Added `SHOT` to the installation table (#3853) | ||
- Improvements to test coverage (#3867) (#3868) (#3869) (#3870) (#3871) (#3872) | ||
(#3873) (#3874) (#3875) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Benoît Legat <[email protected]>
Pre-release
docs/Project.toml
are updated. We pinthe versions so that changes in the solvers (changes in printing, small
numeric changes) do not break the printing of the JuMP docs in arbitrary
commits.
rev
fields indocs/packages.toml
are updated. We pinthe versions of solvers and extensions to ensure that changes to their
READMEs do not break the JuMP docs in arbitrary commits, and to ensure
that the versions are compatible with the latest JuMP and
MathOptInterface releases.
DimensionalData
inProject.toml
MacroTools
inProject.toml
docs/src/changelog.md
Project.toml
[ci skip]
The release
After merging this pull request, comment
[at]JuliaRegistrator register
inthe GitHub commit. This should automatically publish a new version to the
Julia registry, as well as create a tag, and rebuild the documentation
for this tag.
Post-release
release-
branch. The latestrelease branch at the time of writing is
release-1.0
(we haven'tback-ported any patches that needed to create a
release-1.Y
branch). Toto update the release branch with the v1.10.0 tag, do:
git checkout release-1.0 git pull git merge v1.10.0 git push