Skip to content
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.15.0 #3485

Merged
merged 9 commits into from
Sep 14, 2023
Merged

Prep for v1.15.0 #3485

merged 9 commits into from
Sep 14, 2023

Conversation

odow
Copy link
Member

@odow odow commented Sep 4, 2023

Changelog preview: https://jump.dev/JuMP.jl/previews/PR3485/release_notes/

TODO

Pre-release

  • Check that the pinned packages in docs/Project.toml are updated. We pin
    the 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.
  • Check that the rev fields in docs/packages.toml are updated. We pin
    the 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.
  • Update docs/src/changelog.md
  • https://github.com/jump-dev/JuMP.jl/actions/runs/6178384899
  • Change the version number in Project.toml
  • Update the links in README.md
  • The commit messages in this PR do not contain [ci skip]

The release

  • After merging this pull request, comment [at]JuliaRegistrator register in
    the 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.

    These steps can take quite a bit of time (1 hour or more), so don't be
    surprised if the new documentation takes a while to appear. In addition,
    the links in the README will be broken until JuliaHub fetches the new
    version on their servers.
    

Post-release

  • Once the tag is created, update the relevant release- branch. The latest
    release branch at the time of writing is release-1.0 (we haven't
    back-ported any patches that needed to create a release-1.Y branch). To
    to 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

@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.04% 🎉

Comparison is base (a0e451c) 98.09% compared to head (361c065) 98.14%.
Report is 15 commits behind head on master.

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     

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/src/changelog.md Outdated Show resolved Hide resolved
@odow odow changed the title WIP: [docs] prep changelog for v1.15.0 Prep for v1.15.0 Sep 5, 2023
@odow
Copy link
Member Author

odow commented Sep 5, 2023

@blegat, do we want to fix jump-dev/MutableArithmetics.jl#225 first?

docs/src/changelog.md Outdated Show resolved Hide resolved
@blegat
Copy link
Member

blegat commented Sep 6, 2023

I just release a new version of MA so we can go ahead and release JuMP v1.15, can't wait 🎉

@odow odow closed this Sep 6, 2023
@odow odow reopened this Sep 6, 2023
@odow
Copy link
Member Author

odow commented Sep 6, 2023

docs/src/changelog.md Outdated Show resolved Hide resolved
@pulsipher
Copy link
Contributor

https://github.com/jump-dev/JuMP.jl/actions/runs/6094919151

The failure with InfiniteOpt is minor and has to do with expression checking changes with now having move_factors_into_sums move some of the terms around. I am fine to release JuMP with this failure and the next release of InfiniteOpt will fix it and have a minimum compat for JuMP v1.15.

@odow odow changed the title Prep for v1.15.0 DNMY: Prep for v1.15.0 Sep 6, 2023
@odow
Copy link
Member Author

odow commented Sep 6, 2023

@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).

docs/src/changelog.md Outdated Show resolved Hide resolved
docs/src/changelog.md Outdated Show resolved Hide resolved
Copy link
Member

@mlubin mlubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change log looks good

@odow
Copy link
Member Author

odow commented Sep 13, 2023

Looks like there's still a failure in UnitJuMP. It might actually be our problem. trulsf/UnitJuMP.jl#21

@odow
Copy link
Member Author

odow commented Sep 13, 2023

Latest release of UnitJuMP is now passing. Thanks @trulsf

@odow
Copy link
Member Author

odow commented Sep 13, 2023

#3500 is not blocking (it's also a problem in 1.14.1), so I plan to merge this tomorrow during my call with @ccoffrin (09:00 NZ time).

@odow odow changed the title DNMY: Prep for v1.15.0 Prep for v1.15.0 Sep 13, 2023
docs/src/changelog.md Outdated Show resolved Hide resolved
@odow odow merged commit 9037ed9 into master Sep 14, 2023
@odow odow deleted the od/changelog branch September 14, 2023 22:41
@odow
Copy link
Member Author

odow commented Sep 14, 2023

Just running https://github.com/jump-dev/JuMP.jl/actions/runs/6191628679 one last time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants