diff --git a/Project.toml b/Project.toml index 08d4766ea45..1423bf63b09 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/README.md b/README.md index 6577efa8a9f..81fcb84b16b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/Project.toml b/docs/Project.toml index e6875af0f88..df1640fe8c8 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -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" diff --git a/docs/packages.toml b/docs/packages.toml index 6486803186b..2084465af07 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -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] diff --git a/docs/src/changelog.md b/docs/src/changelog.md index b9381bd25e5..3c70b4a338e 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -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 diff --git a/docs/styles/Vocab/JuMP-Vocab/accept.txt b/docs/styles/Vocab/JuMP-Vocab/accept.txt index f83e9c3b259..ccf6c68e2e6 100644 --- a/docs/styles/Vocab/JuMP-Vocab/accept.txt +++ b/docs/styles/Vocab/JuMP-Vocab/accept.txt @@ -30,6 +30,7 @@ jll|JLL [Jj]ulia [Mm]ultiline [Mm]ulticriteria +multithreading namespace orthant performant