Skip to content

Commit

Permalink
Prep for v1.23.4 (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 8, 2024
1 parent 2cb6688 commit e66396f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuMP"
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
repo = "https://github.com/jump-dev/JuMP.jl.git"
version = "1.23.3"
version = "1.23.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -20,7 +20,7 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
JuMPDimensionalDataExt = "DimensionalData"

[compat]
DimensionalData = "0.24, 0.25, 0.26.2, 0.27, 0.28"
DimensionalData = "0.24, 0.25, 0.26.2, 0.27, 0.28, 0.29"
LinearAlgebra = "<0.0.1, 1.6"
MacroTools = "0.5"
MathOptInterface = "1.34.0"
Expand Down
8 changes: 4 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CSV = "0.10"
Clarabel = "=0.9.0"
DataFrames = "1"
DifferentiationInterface = "0.6.5"
DimensionalData = "0.28.3"
DimensionalData = "0.29.0"
Distributions = "0.25"
Documenter = "=1.7.0"
DocumenterCitations = "1"
Expand All @@ -54,15 +54,15 @@ Enzyme = "0.13.7"
ForwardDiff = "0.10"
GLPK = "=1.2.1"
HTTP = "1.5.4"
HiGHS = "=1.10.1"
HiGHS = "=1.12.0"
Interpolations = "0.14"
Ipopt = "=1.6.6"
Ipopt = "=1.6.7"
JSON = "0.21"
JSONSchema = "1"
Literate = "2.8"
MarkdownAST = "0.1"
MathOptInterface = "=1.34.0"
MultiObjectiveAlgorithms = "=1.3.3"
MultiObjectiveAlgorithms = "=1.3.4"
PATHSolver = "=1.7.8"
ParametricOptInterface = "0.8.1"
Plots = "1"
Expand Down
18 changes: 9 additions & 9 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
# Files _must_ be written in Documenter-compatible Markdown, and they _should_
# follow the style of the READMEs of the jump-dev packages.
#
# The `rev` _must_ be a fixed git reference, such as a commit SHA or a tag. It
# The `rev` _must_ be a fixed git reference, such as a commit SHA or a tag. It
# must not be a relative reference such as a branch name.
#
# If you develop a new solver or extension, please add it to this list.
#
# Periodically, we will bump the `rev` of each package to reflect recent
# changes. If any solver or extension becomes unmaintained or incompatible with
# the latest version of JuMP or MathOptInterface, we reserve the right to
# the latest version of JuMP or MathOptInterface, we reserve the right to
# temporarily remove it from the list until it is updated again.

# ============================= jump-dev packages ============================ #
Expand Down Expand Up @@ -57,12 +57,12 @@
[Gurobi]
rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc"
[HiGHS]
rev = "v1.10.0"
rev = "v1.12.0"
[Hypatia]
rev = "v0.8.1"
has_html = true
[Ipopt]
rev = "v1.6.6"
rev = "v1.6.7"
[KNITRO]
rev = "v0.14.4"
[MiniZinc]
Expand Down Expand Up @@ -95,7 +95,7 @@
[SCS]
rev = "v2.0.1"
[SDPA]
rev = "v0.5.1"
rev = "v0.6.0"
[SDPLR]
rev = "v0.1.0"
[SDPNAL]
Expand Down Expand Up @@ -146,7 +146,7 @@
extension = true
[EAGO]
user = "PSORLab"
rev = "8bba4cf6d9ef1602b4cfe3ea31b847f21ce25837"
rev = "v0.8.2"
filename = "docs/src/jump/README.md"
[GAMS]
user = "GAMS-dev"
Expand Down Expand Up @@ -175,7 +175,7 @@
filename = "Readme.md"
[MathOptAI]
user = "lanl-ansi"
rev = "v0.1.2"
rev = "v0.1.6"
extension = true
[MathOptSymbolicAD]
user = "lanl-ansi"
Expand All @@ -195,7 +195,7 @@
rev = "0448763a5f8aa9d43a5ad684309c839f70d10fbf"
[Plasmo]
user = "plasmo-dev"
rev = "v0.6.3"
rev = "v0.6.4"
has_html = true
extension = true
[ProxSDP]
Expand All @@ -204,7 +204,7 @@
has_html = true
[SCIP]
user = "scipopt"
rev = "v0.11.14"
rev = "v0.12.0"
[SDDP]
user = "odow"
rev = "v1.9.0"
Expand Down
19 changes: 19 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ CurrentModule = JuMP
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 1.23.4 (November 8, 2024)

### Fixed

- Fixed `UnsupportedNonlinearOperator` error for the single argument
`LinearAlgebra.norm` (#3864)
- Fixed printing `MOI.Interval` with `MIME"text/latex"` (#3866)

### Other

- Various minor improvements to the documentation (#3855) (#3860)
- Added [MathOptAI.jl](@ref) and [MathOptSymbolicAD.jl](@ref) to the list of extensions in the documentation (#3858)
- Clarified [`add_to_expression!`](@ref) can add two expressions (#3859)
- Added `SHOT` to the installation table (#3853)
- Improvements to test coverage (#3867) (#3868) (#3869) (#3870) (#3871) (#3872)
(#3873) (#3874) (#3875)
- JuMP now uses [`MOI.add_constrained_variable`](@ref) when adding a scalar
variable with bounds for improving model creation performance with some solvers (#3863) (#3865)

## Version 1.23.3 (October 21, 2024)

### Fixed
Expand Down
7 changes: 1 addition & 6 deletions docs/src/manual/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ which result to return.
solution. Use [`objective_value`](@ref) to assess the quality of the
remaining solutions.

```jldoctest; filter=[r"Solve time.+", r"Dual objective value.+"]
```jldoctest; filter=[r"Solve time.+"]
julia> using JuMP
julia> import MultiObjectiveAlgorithms as MOA
Expand Down Expand Up @@ -716,14 +716,9 @@ julia> solution_summary(model; result = 1)
Dual status : NO_SOLUTION
Objective value : [0.00000e+00,0.00000e+00]
Objective bound : [0.00000e+00,-9.00000e+00]
Relative gap : 0.00000e+00
Dual objective value : -3.33067e-16
* Work counters
Solve time (sec) : 5.34880e-01
Simplex iterations : 0
Barrier iterations : 0
Node count : -1
julia> for i in 1:result_count(model)
println("Solution $i")
Expand Down

2 comments on commit e66396f

@odow
Copy link
Member Author

@odow odow commented on e66396f Nov 8, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/118998

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.23.4 -m "<description of version>" e66396f8caba165e5cbf449ad99e29cce88d061d
git push origin v1.23.4

Please sign in to comment.