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.16.0 #3547

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Changes from all 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
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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
10 changes: 5 additions & 5 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
28 changes: 14 additions & 14 deletions docs/packages.toml
Original file line number Diff line number Diff line change
@@ -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]
@@ -70,7 +70,7 @@
[Pajarito]
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
[ParametricOptInterface]
rev = "1721e7b07bd1991238802a438ecb5af566d4b555"
rev = "v0.5.1"
extension = true
[Pavito]
rev = "v0.3.7"
@@ -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"
@@ -100,7 +100,7 @@

[Alpine]
user = "lanl-ansi"
rev = "32757b2568acfe71257e41ed4122a120717a6460"
rev = "v0.5.5"
[BilevelJuMP]
user = "joaquimg"
rev = "v0.6.2"
@@ -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"
@@ -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]
@@ -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]
@@ -162,7 +162,7 @@
rev = "v1.6.1"
[Plasmo]
user = "plasmo-dev"
rev = "37f80fe96781dc647b3a5e0ed26b9eb0a994bc4a"
rev = "v0.5.4"
has_html = true
extension = true
[ProxSDP]
@@ -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]
19 changes: 19 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -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 Documenter@1.1 (#3528)
- Fixed various tutorials (#3534) (#3532)
- Fixed `Project.toml` compat bounds for standard libraries (#3544)

## Version 1.15.1 (September 24, 2023)

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