Skip to content

Commit

Permalink
Prep for v1.23.6 (#3908)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 6, 2025
1 parent ac92dad commit 7b43657
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 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.5"
version = "1.23.6"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
8 changes: 4 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Clustering = "0.15.7"
DSP = "0.7.10"
DataFrames = "1"
DifferentiationInterface = "0.6.5"
DimensionalData = "=0.29.1"
DimensionalData = "=0.29.6"
Distributions = "0.25"
Documenter = "=1.7.0"
Documenter = "=1.8.0"
DocumenterCitations = "1"
Dualization = "0.5"
Enzyme = "0.13.7"
Expand All @@ -65,7 +65,7 @@ HTTP = "1.5.4"
HiGHS = "=1.12.0"
Images = "0.26.1"
Interpolations = "0.14"
Ipopt = "=1.6.7"
Ipopt = "=1.7.1"
JSON = "0.21"
JSONSchema = "1"
LinearOperatorCollection = "2.0.7"
Expand All @@ -77,7 +77,7 @@ PATHSolver = "=1.7.8"
ParametricOptInterface = "0.8.1"
Plots = "1"
RegularizedLeastSquares = "0.16.6"
SCS = "=2.0.1"
SCS = "=2.0.2"
SQLite = "1"
SpecialFunctions = "2"
StatsPlots = "0.15"
Expand Down
24 changes: 12 additions & 12 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[Cbc]
rev = "v1.2.0"
[Clp]
rev = "v1.1.0"
rev = "v1.2.2"
[CPLEX]
rev = "v1.0.3"
[CSDP]
Expand All @@ -55,20 +55,20 @@
[GLPK]
rev = "v1.2.1"
[Gurobi]
rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc"
rev = "v1.6.0"
[HiGHS]
rev = "v1.12.1"
rev = "v1.13.0"
[Hypatia]
rev = "v0.8.1"
has_html = true
[Ipopt]
rev = "v1.6.7"
rev = "v1.7.1"
[KNITRO]
rev = "v0.14.4"
[MiniZinc]
rev = "v0.3.12"
[MosekTools]
rev = "v0.15.1"
rev = "v0.15.4"
[MultiObjectiveAlgorithms]
rev = "v1.3.3"
has_html = true
Expand All @@ -93,7 +93,7 @@
rev = "v0.7.5"
extension = true
[SCS]
rev = "v2.0.1"
rev = "v2.0.2"
[SDPA]
rev = "v0.6.0"
[SDPLR]
Expand All @@ -119,6 +119,9 @@
user = "joaquimg"
rev = "v0.6.2"
extension = true
[CATrustRegionMethod]
user = "fadihamad94"
rev = "v0.1.0"
[CDCS]
user = "oxfordcontrol"
rev = "6d165e8e8f59b14e36e99c8efb19f0e775bbd292"
Expand All @@ -131,7 +134,7 @@
has_html = true
[COPT]
user = "COPT-Public"
rev = "v1.1.19"
rev = "v1.1.20"
[COSMO]
user = "oxfordcontrol"
rev = "v0.8.9"
Expand Down Expand Up @@ -204,15 +207,12 @@
has_html = true
[SCIP]
user = "scipopt"
rev = "v0.12.0"
rev = "v0.12.1"
[SDDP]
user = "odow"
rev = "v1.9.0"
rev = "v1.10.1"
has_html = true
extension = true
[Tulip]
user = "ds4dm"
rev = "v0.9.6"
[CATrustRegionMethod]
user = "fadihamad94"
rev = "v0.1.0"
22 changes: 22 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ 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.6 (January 6, 2024)

### Fixed

- Fixed the use of recursion in [`value`](@ref) for [`GenericNonlinearExpr`](@ref)
(#3889)

### Other

- Added new documentation examples for:
- [NormSpectralCone](@ref) and [NormNuclearCone](@ref) examples (#3887)
- [Low-rank matrix completion](@ref) (#3888)
- Improved the error message when `=` is used instead of `==` in macros
(#2892)
- Added a section on thread safety to the parallelism tutorial (#3897)
- Various minor fixes to the documentation (#3898) (#3899) (#3901) (#3906)
(#3907)
- Added a new solver `CATrustRegionMethod.jl` (#3900)
- Added a new tutorial [Example: fitting of circles and ellipses](@ref) (#3895)
- Removed GLPK from the documentation in favor of Gurobi (#3904)
- Added a new tutorial [Finding multiple feasible solutions](@ref) (#3905)

## Version 1.23.5 (November 19, 2024)

### Fixed
Expand Down
9 changes: 3 additions & 6 deletions docs/src/extensions/DimensionalData.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ julia> @variable(
x[i = 2:4, j = ["a", "b"]] >= i,
container = DimensionalData.DimArray,
)
╭──────────────────────────────╮
│ 3×2 DimArray{VariableRef, 2} │
┌ 3×2 DimArray{VariableRef, 2} ┐
├──────────────────────────────┴────────────────── dims ┐
↓ i Sampled{Int64} 2:4 ForwardOrdered Regular Points,
→ j Categorical{String} ["a", "b"] ForwardOrdered
Expand Down Expand Up @@ -72,8 +71,7 @@ julia> @expression(
sum(x[At(i), At(j)] for i in 2:4),
container = DimensionalData.DimArray,
)
╭────────────────────────────────╮
│ 2-element DimArray{AffExpr, 1} │
┌ 2-element DimArray{AffExpr, 1} ┐
├────────────────────────────────┴──────────── dims ┐
↓ j Categorical{String} ["a", "b"] ForwardOrdered
└───────────────────────────────────────────────────┘
Expand All @@ -88,8 +86,7 @@ julia> @constraint(
expr[At(j)] <= 1,
container = DimensionalData.DimArray,
)
╭──────────────────────────────────────────────────────────────────────────────╮
│ 2-element DimArray{ConstraintRef{Model, MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LessThan{Float64}}, ScalarShape}, 1} │
┌ 2-element DimArray{ConstraintRef{Model, MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LessThan{Float64}}, ScalarShape}, 1} ┐
├──────────────────────────────────────────────────────────────────────── dims ┤
↓ j Categorical{String} ["a", "b"] ForwardOrdered
└──────────────────────────────────────────────────────────────────────────────┘
Expand Down

2 comments on commit 7b43657

@odow
Copy link
Member Author

@odow odow commented on 7b43657 Jan 6, 2025

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/122505

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.6 -m "<description of version>" 7b4365706ec3b8d7b4fe0616881574e34db9955c
git push origin v1.23.6

Please sign in to comment.