Prep for v1.15.0#3485
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #3485 +/- ##
==========================================
+ Coverage 98.09% 98.14% +0.04%
==========================================
Files 37 37
Lines 5518 5545 +27
==========================================
+ Hits 5413 5442 +29
+ Misses 105 103 -2 ☔ View full report in Codecov by Sentry. |
|
@blegat, do we want to fix jump-dev/MutableArithmetics.jl#225 first? |
|
I just release a new version of MA so we can go ahead and release JuMP v1.15, can't wait 🎉 |
|
The failure with InfiniteOpt is minor and has to do with expression checking changes with now having |
|
@ccoffrin has asked that we hold off another week to give the LANL folks more time to test. My tentative plan is to merge and tag this on the 15th (NZ time). |
|
Looks like there's still a failure in UnitJuMP. |
|
Latest release of UnitJuMP is now passing. Thanks @trulsf |
|
Just running https://github.com/jump-dev/JuMP.jl/actions/runs/6191628679 one last time |
Changelog preview: https://jump.dev/JuMP.jl/previews/PR3485/release_notes/
TODO
Pre-release
docs/Project.tomlare 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.
revfields indocs/packages.tomlare 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.
docs/src/changelog.mdProject.toml[ci skip]The release
After merging this pull request, comment
[at]JuliaRegistrator registerinthe 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.Ybranch). 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