Skip to content

Prep for v1.31.0#4188

Open
odow wants to merge 3 commits into
masterfrom
od/v1.31.0
Open

Prep for v1.31.0#4188
odow wants to merge 3 commits into
masterfrom
od/v1.31.0

Conversation

@odow

@odow odow commented Jul 1, 2026

Copy link
Copy Markdown
Member

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.
  • Check compat of DimensionalData in Project.toml
  • Check compat of MacroTools in Project.toml
  • Update docs/src/changelog.md
  • https://github.com/jump-dev/JuMP.jl/actions/runs/28484006371
  • https://github.com/jump-dev/JuMP.jl/actions/runs/28839389542
  • Change the version number in Project.toml
  • 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

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.93%. Comparing base (8ede235) to head (691ad41).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4188   +/-   ##
=======================================
  Coverage   99.93%   99.93%           
=======================================
  Files          42       42           
  Lines        6258     6278   +20     
=======================================
+ Hits         6254     6274   +20     
  Misses          4        4           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow

odow commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

There are a couple of blocking failures here:

Corrected spelling of 'postive' to 'positive' and updated issue references.
@odow

odow commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

@blegat the failure in PiecewiseLinearApprox is because of this change in COSMO: oxfordcontrol/COSMO.jl#198

Updated the version date and added a bug fix for DenseAxisArray.
@odow

odow commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

This is ready for release. The only decision is whether to do something about #4190 first.

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.

1 participant