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.17.0 #3588

Merged
merged 10 commits into from
Dec 3, 2023
Merged

Prep for v1.17.0 #3588

merged 10 commits into from
Dec 3, 2023

Conversation

odow
Copy link
Member

@odow odow commented Nov 27, 2023

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/7009775299
  • 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

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f7fb42b) 98.39% compared to head (545149a) 98.39%.
Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3588   +/-   ##
=======================================
  Coverage   98.39%   98.39%           
=======================================
  Files          38       38           
  Lines        5667     5687   +20     
=======================================
+ Hits         5576     5596   +20     
  Misses         91       91           

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

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

odow commented Nov 28, 2023

x-ref https://jump.dev/JuMP.jl/previews/PR3588/release_notes/

There are a couple of new things here that may have slipped past people and are worth double checking we're happy with the naming of:

@odow odow requested review from mlubin and blegat November 28, 2023 01:58
@odow
Copy link
Member Author

odow commented Nov 30, 2023

For SkipModelConvertScalarSetWrapper add note that it is mainly intended for extensions.

@odow
Copy link
Member Author

odow commented Nov 30, 2023

For lp_matrix_data, offer hints for boolean and integer variables. Maybe other stuff as well Write better docs

docs/src/changelog.md Outdated Show resolved Hide resolved
@odow odow merged commit 419c334 into master Dec 3, 2023
12 checks passed
@odow odow deleted the od/v1.17.0 branch December 3, 2023 20:00
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.

2 participants