Skip to content

Commit 66184ef

Browse files
authored
Prep for v1.18.0 (#3636)
1 parent 597ef39 commit 66184ef

File tree

5 files changed

+38
-12
lines changed

5 files changed

+38
-12
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JuMP"
22
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
33
repo = "https://github.com/jump-dev/JuMP.jl.git"
4-
version = "1.17.0"
4+
version = "1.18.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by
1010
visiting [jump.dev](https://jump.dev).
1111

1212

13-
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.17.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.17.0) (`release-1.0` branch):
13+
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.18.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.18.0) (`release-1.0` branch):
1414
* Installation via the Julia package manager:
1515
* `import Pkg; Pkg.add("JuMP")`
1616
* Get help:

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Clarabel = "=0.6.0"
4141
DataFrames = "1"
4242
DimensionalData = "0.24"
4343
Distributions = "0.25"
44-
Documenter = "=1.1.2"
44+
Documenter = "=1.2.1"
4545
DocumenterCitations = "1"
4646
Dualization = "0.5"
4747
GLPK = "=1.1.3"
@@ -54,7 +54,7 @@ JSONSchema = "1"
5454
Literate = "2.8"
5555
MathOptInterface = "=1.23.0"
5656
MultiObjectiveAlgorithms = "=1.3.1"
57-
PATHSolver = "=1.7.0"
57+
PATHSolver = "=1.7.1"
5858
Plots = "1"
5959
SCS = "=2.0.0"
6060
SQLite = "1"

docs/packages.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
[Clp]
4141
rev = "v1.0.3"
4242
[CPLEX]
43-
rev = "v1.0.1"
43+
rev = "v1.0.2"
4444
[CSDP]
4545
rev = "3a2e4c7c48af7660a5ba258a4cb6549ab0970366"
4646
[DiffOpt]
@@ -59,7 +59,7 @@
5959
[Ipopt]
6060
rev = "v1.5.1"
6161
[KNITRO]
62-
rev = "v0.14.0"
62+
rev = "v0.14.1"
6363
[MiniZinc]
6464
rev = "v0.3.6"
6565
[MosekTools]
@@ -70,7 +70,7 @@
7070
[Pajarito]
7171
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
7272
[ParametricOptInterface]
73-
rev = "v0.5.1"
73+
rev = "v0.7.0"
7474
extension = true
7575
[Pavito]
7676
rev = "v0.3.7"
@@ -94,7 +94,7 @@
9494
rev = "v0.7.3"
9595
extension = true
9696
[Xpress]
97-
rev = "v0.16.1"
97+
rev = "v0.16.2"
9898

9999
# =========================== non-jump-dev packages ========================== #
100100

@@ -117,7 +117,7 @@
117117
has_html = true
118118
[COPT]
119119
user = "COPT-Public"
120-
rev = "v1.1.12"
120+
rev = "v1.1.13"
121121
[COSMO]
122122
user = "oxfordcontrol"
123123
rev = "v0.8.8"
@@ -158,7 +158,7 @@
158158
has_html = true
159159
[Manopt]
160160
user = "JuliaManifolds"
161-
rev = "v0.4.43"
161+
rev = "v0.4.44"
162162
filename = "Readme.md"
163163
[NEOSServer]
164164
user = "odow"
@@ -170,7 +170,7 @@
170170
rev = "443706e34c2619acbe65281c60bbe850ca4a8fac"
171171
[PATHSolver]
172172
user = "chkwon"
173-
rev = "v1.7.0"
173+
rev = "v1.7.1"
174174
[Percival]
175175
user = "JuliaSmoothOptimizers"
176176
rev = "0448763a5f8aa9d43a5ad684309c839f70d10fbf"
@@ -193,4 +193,4 @@
193193
extension = true
194194
[Tulip]
195195
user = "ds4dm"
196-
rev = "069cdda082dfde31ef7ee935c96e833a3b96b33c"
196+
rev = "v0.9.6"

docs/src/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ CurrentModule = JuMP
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## Version 1.18.0 (January 2, 2024)
11+
12+
### Added
13+
14+
- This release includes a large refactoring of the macro code that closes a
15+
roadmap item (#3629)
16+
Contributing pull requests include (#3600), (#3603), (#3606), (#3607),
17+
(#3610), (#3611), (#3612), (#3613), (#3614), (#3615), (#3617), (#3618),
18+
(#3619), (#3620), (#3621), (#3631), (#3632), (#3633)
19+
20+
### Fixed
21+
22+
- Fixed error for unsupported objective sense (#3601)
23+
- Fixed `text/latex` printing of [`GenericNonlinearExpr`](@ref) (#3609)
24+
- Fixed compat bounds of `stdlib` packages (#3626)
25+
- Fixed a bug that can accidentally modify the user's expressions in a macro (#3639)
26+
- Fixed a bug converting `AffExpr` to [`GenericNonlinearExpr`](@ref) (#3642)
27+
28+
### Other
29+
30+
- Added `DisjunctiveProgramming`to `extension-tests` (#3597)
31+
- Added `DisjunctiveProgramming`to docs (#3598)
32+
- Added DocumenterCitations to the docs (#3596), (#3630)
33+
- Migrate from SnoopPrecompile to PrecompileTools (#3608)
34+
- Minor documentation updates (#3623), (#3628), (#3635), (#3640), (#3643)
35+
1036
## Version 1.17.0 (December 4, 2023)
1137

1238
### Added

0 commit comments

Comments
 (0)