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.23.4 #3876

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) (#3858)
odow marked this conversation as resolved.
Show resolved Hide resolved
- 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)
Copy link
Member Author

Choose a reason for hiding this comment

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

We now have >99.5% code coverage:

image

- JuMP now uses [`MOI.add_constrained_variable`](@ref) when adding a scalar
variable with bounds (#3863) (#3865)
Copy link
Member Author

Choose a reason for hiding this comment

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

This seemed like a MINOR feature change, but it doesn't actually change anything user-facing, so I've bumped only the PATCH number.

odow marked this conversation as resolved.
Show resolved Hide resolved

## 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
Loading