-
-
Notifications
You must be signed in to change notification settings - Fork 401
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.11.1 #3350
Prep for v1.11.1 #3350
Conversation
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
cc @pulsipher do you have time to look at InfiniteOpt with the latest I'm seeing lots of errors: https://github.com/jump-dev/JuMP.jl/actions/runs/4942011171/jobs/8835171512 I don't know what would have caused the issue on our end. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #3350 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 34 34
Lines 4919 4919
=======================================
Hits 4824 4824
Misses 95 95 ☔ View full report in Codecov by Sentry. |
Hmmm, I'll take a closer look tonight or early tomorrow (EST). |
It seems this is actually a Julia v1.9 issue. I'll keep digging |
InfiniteOpt confirmed as unrelated to JuMP. Some weird bug on Julia v1.9... |
@blegat happy? |
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.
docs/src/changelog.md
using a
workflow_dispatch
trigger to check for any changes in JuMP thatbroke extensions.
* https://github.com/jump-dev/JuMP.jl/actions/runs/4942011171
Project.toml
[ci skip]
(See Documenter#965.)
The release
After merging this pull request, comment
@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