Skip to content

Commit

Permalink
Prep for v1.23.0 (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 13, 2024
1 parent 34ec0a0 commit ce946b7
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 20 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.22.2"
version = "1.23.0"

[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 @@ -38,7 +38,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CDDLib = "=0.9.3"
CDDLib = "=0.9.4"
CSV = "0.10"
Clarabel = "=0.9.0"
DataFrames = "1"
Expand All @@ -50,17 +50,17 @@ Dualization = "0.5"
Enzyme = "0.12.14"
GLPK = "=1.2.1"
HTTP = "1.5.4"
HiGHS = "=1.9.0"
HiGHS = "=1.9.2"
Interpolations = "0.14"
Ipopt = "=1.6.2"
Ipopt = "=1.6.5"
JSON = "0.21"
JSONSchema = "1"
Literate = "2.8"
MathOptInterface = "=1.31.0"
MultiObjectiveAlgorithms = "=1.3.3"
PATHSolver = "=1.7.7"
Plots = "1"
SCS = "=2.0.0"
SCS = "=2.0.1"
SQLite = "1"
StatsPlots = "0.15"
Tables = "1"
28 changes: 14 additions & 14 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.0.3"
rev = "v1.1.0"
[CPLEX]
rev = "v1.0.3"
[CSDP]
Expand All @@ -57,16 +57,16 @@
[Gurobi]
rev = "v1.3.0"
[HiGHS]
rev = "v1.9.0"
rev = "v1.9.2"
[Hypatia]
rev = "v0.8.1"
has_html = true
[Ipopt]
rev = "v1.6.3"
rev = "v1.6.5"
[KNITRO]
rev = "v0.14.2"
rev = "v0.14.4"
[MiniZinc]
rev = "v0.3.9"
rev = "v0.3.11"
[MosekTools]
rev = "v0.15.1"
[MultiObjectiveAlgorithms]
Expand All @@ -75,18 +75,18 @@
[Pajarito]
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
[ParametricOptInterface]
rev = "v0.7.0"
rev = "v0.8.1"
extension = true
[Pavito]
rev = "v0.3.8"
# Penopt.jl isn't a registered package yet
# [Penopt]
# rev = "486f07d3f3a11f12012ea3ada702a3ee55c8fdc5"
[PolyJuMP]
rev = "v0.7.4"
rev = "v0.7.5"
extension = true
[SCS]
rev = "v2.0.0"
rev = "v2.0.1"
[SDPA]
rev = "v0.5.1"
[SDPLR]
Expand Down Expand Up @@ -117,14 +117,14 @@
rev = "6d165e8e8f59b14e36e99c8efb19f0e775bbd292"
[CDDLib]
user = "JuliaPolyhedra"
rev = "v0.9.3"
rev = "v0.9.4"
[Clarabel]
user = "oxfordcontrol"
rev = "v0.9.0"
has_html = true
[COPT]
user = "COPT-Public"
rev = "v1.1.17"
rev = "v1.1.19"
[COSMO]
user = "oxfordcontrol"
rev = "v0.8.9"
Expand Down Expand Up @@ -157,14 +157,14 @@
rev = "v0.1.2"
[MadNLP]
user = "MadNLP"
rev = "389561354a774441cd5e6b3aa5fffee102ed222e"
rev = "v0.8.4"
has_html = true
[MAiNGO]
user = "MAiNGO-github"
rev = "v0.2.2"
[Manopt]
user = "JuliaManifolds"
rev = "v0.4.65"
rev = "v0.4.69"
filename = "Readme.md"
[NEOSServer]
user = "odow"
Expand All @@ -185,7 +185,7 @@
rev = "0448763a5f8aa9d43a5ad684309c839f70d10fbf"
[Plasmo]
user = "plasmo-dev"
rev = "v0.5.4"
rev = "v0.6.0"
has_html = true
extension = true
[ProxSDP]
Expand All @@ -197,7 +197,7 @@
rev = "v0.11.14"
[SDDP]
user = "odow"
rev = "v1.6.7"
rev = "v1.8.1"
has_html = true
extension = true
[Tulip]
Expand Down
27 changes: 27 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ 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.0 (August 13, 2024)

### Added

- Added set inequality syntax for matrices (#3766)
- Improved matrix inequality support (#3778) (#3805)

### Fixed

- Fixed a method for calling [`value`](@ref) on a `::Number` (#3776)
- Fixed querying dual of Symmetric and Hermitian equality constraints (#3797)
- Fixed [`read_from_file`](@ref) for coefficient types other than `Float64`
(#3801)

### Other

- Documentation improvements
- Fixed missing character in installation instructions (#3777)
- Added a section of querying the Jacobian (#3779)
- Clarify that SCIP does not support lazy constraints (#3784)
- Fixed typo in `knapsack.jl` (#3792)
- Added a warning to docs about tolerances in Bin and Int variables (#3794)
- Clarify where to type installation commands (#3795)
- Improve error message for common incorrect syntax in constraint macro (#3781)
- Changed `show(::IO, ::GenericModel)` to a more informative tree structure
(#3803)

## Version 1.22.2 (June 17, 2024)

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion docs/styles/config/vocabularies/JuMP/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jll|JLL
[Jj]ulia
[Mm]ultiline
[Mm]ulticriteria
multithreading
multithread(ed|ing)
namespace
orthant
performant
Expand Down Expand Up @@ -92,6 +92,7 @@ priori
POVM
[Pp]recompil(ation|(e(?d)))
[Pp]resolve
refactorization
Relatedly
rhs
satisfiability
Expand Down Expand Up @@ -140,6 +141,7 @@ Hypatia
Jax
JSONSchema
(Knitro|KNITRO)
(Lapack|LAPACK)
[Mm]anopt
MATLAB
MOI
Expand Down

2 comments on commit ce946b7

@odow
Copy link
Member Author

@odow odow commented on ce946b7 Aug 13, 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/113021

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.0 -m "<description of version>" ce946b7092c45bdac916c9b531a13a5b929d45f0
git push origin v1.23.0

Please sign in to comment.