Skip to content

Commit

Permalink
Prep for v1.16.0 (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 24, 2023
1 parent 12ffa91 commit 35e7713
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 21 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.15.1"
version = "1.16.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by
visiting [jump.dev](https://jump.dev).


**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.15.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.15.1) (`release-1.0` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.16.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.16.0) (`release-1.0` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
Expand Down
10 changes: 5 additions & 5 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CDDLib = "=0.9.2"
CSV = "0.10"
Clarabel = "=0.5.1"
Clarabel = "=0.6.0"
DataFrames = "1"
DimensionalData = "0.24"
Distributions = "0.25"
Documenter = "=1.1.0"
Documenter = "=1.1.1"
Dualization = "0.5"
GLPK = "=1.1.2"
GLPK = "=1.1.3"
HTTP = "1.5.4"
HiGHS = "=1.6.0"
HiGHS = "=1.7.4"
Interpolations = "0.14"
Ipopt = "=1.4.2"
Ipopt = "=1.5.0"
JSON = "0.21"
JSONSchema = "1"
Literate = "2.8"
Expand Down
28 changes: 14 additions & 14 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
[ECOS]
rev = "v1.1.1"
[GLPK]
rev = "v1.1.2"
rev = "v1.1.3"
[Gurobi]
rev = "v1.0.3"
rev = "v1.0.4"
[HiGHS]
rev = "v1.6.0"
rev = "v1.7.4"
[Ipopt]
rev = "v1.4.2"
rev = "v1.5.0"
[KNITRO]
rev = "4c56de7684c42dd3c83c5fbc515ae1f424eed524"
[MiniZinc]
rev = "v0.3.2"
rev = "v0.3.4"
[MosekTools]
rev = "v0.15.1"
[MultiObjectiveAlgorithms]
Expand All @@ -70,7 +70,7 @@
[Pajarito]
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
[ParametricOptInterface]
rev = "1721e7b07bd1991238802a438ecb5af566d4b555"
rev = "v0.5.1"
extension = true
[Pavito]
rev = "v0.3.7"
Expand All @@ -91,7 +91,7 @@
[SeDuMi]
rev = "v0.4.2"
[SumOfSquares]
rev = "v0.7.1"
rev = "v0.7.3"
extension = true
[Xpress]
rev = "v0.16.1"
Expand All @@ -100,7 +100,7 @@

[Alpine]
user = "lanl-ansi"
rev = "32757b2568acfe71257e41ed4122a120717a6460"
rev = "v0.5.5"
[BilevelJuMP]
user = "joaquimg"
rev = "v0.6.2"
Expand All @@ -113,11 +113,11 @@
rev = "9700752f849845bc8d8477928baf3df920daadd6"
[Clarabel]
user = "oxfordcontrol"
rev = "v0.5.1"
rev = "v0.6.0"
has_html = true
[COPT]
user = "COPT-Public"
rev = "v1.1.7"
rev = "v1.1.11"
[COSMO]
user = "oxfordcontrol"
rev = "v0.8.8"
Expand All @@ -136,7 +136,7 @@
has_html = true
[InfiniteOpt]
user = "infiniteopt"
rev = "v0.5.7"
rev = "v0.5.8"
filename = "docs/jump/README.md"
extension = true
[Juniper]
Expand All @@ -151,7 +151,7 @@
has_html = true
[NEOSServer]
user = "odow"
rev = "v1.0.2"
rev = "v1.1.0"
# [NLopt] # Hard-coded in the file docs/src/packages/NLopt.md
# user = "JuliaOpt"
[OSQP]
Expand All @@ -162,7 +162,7 @@
rev = "v1.6.1"
[Plasmo]
user = "plasmo-dev"
rev = "37f80fe96781dc647b3a5e0ed26b9eb0a994bc4a"
rev = "v0.5.4"
has_html = true
extension = true
[ProxSDP]
Expand All @@ -174,7 +174,7 @@
rev = "v0.11.14"
[SDDP]
user = "odow"
rev = "v1.6.3"
rev = "v1.6.6"
has_html = true
extension = true
[Tulip]
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.16.0 (October 24, 2023)

### Added

- Added `:=` operator for Boolean satisfiability problems (#3530)

### Fixed

- Fixed `text/latex` printing of [`MOI.Interval`](@ref) sets (#3537)
- Fixed tests with duplicate function names (#3539)

### Other

- Updated documentation list of supported solvers (#3527) (#3529) (#3538)
(#3542) (#3545) (#3546)
- Updated to [email protected] (#3528)
- Fixed various tutorials (#3534) (#3532)
- Fixed `Project.toml` compat bounds for standard libraries (#3544)

## Version 1.15.1 (September 24, 2023)

### Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/styles/Vocab/JuMP-Vocab/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jll|JLL
[Jj]ulia
[Mm]ultiline
[Mm]ulticriteria
multithreading
namespace
orthant
performant
Expand Down

2 comments on commit 35e7713

@odow
Copy link
Member Author

@odow odow commented on 35e7713 Oct 24, 2023

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

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.16.0 -m "<description of version>" 35e7713dbd41fd06ed16de03d3bde2ed2f404917
git push origin v1.16.0

Please sign in to comment.