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.18.0 #3636

Merged
merged 8 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
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.17.0"
version = "1.18.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.17.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.17.0) (`release-1.0` branch):
**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):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clarabel = "=0.6.0"
DataFrames = "1"
DimensionalData = "0.24"
Distributions = "0.25"
Documenter = "=1.1.2"
Documenter = "=1.2.1"
DocumenterCitations = "1"
Dualization = "0.5"
GLPK = "=1.1.3"
Expand All @@ -54,7 +54,7 @@ JSONSchema = "1"
Literate = "2.8"
MathOptInterface = "=1.23.0"
MultiObjectiveAlgorithms = "=1.3.1"
PATHSolver = "=1.7.0"
PATHSolver = "=1.7.1"
Plots = "1"
SCS = "=2.0.0"
SQLite = "1"
Expand Down
16 changes: 8 additions & 8 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
[Clp]
rev = "v1.0.3"
[CPLEX]
rev = "v1.0.1"
rev = "v1.0.2"
[CSDP]
rev = "3a2e4c7c48af7660a5ba258a4cb6549ab0970366"
[DiffOpt]
Expand All @@ -59,7 +59,7 @@
[Ipopt]
rev = "v1.5.1"
[KNITRO]
rev = "v0.14.0"
rev = "v0.14.1"
[MiniZinc]
rev = "v0.3.6"
[MosekTools]
Expand All @@ -70,7 +70,7 @@
[Pajarito]
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
[ParametricOptInterface]
rev = "v0.5.1"
rev = "v0.7.0"
extension = true
[Pavito]
rev = "v0.3.7"
Expand All @@ -94,7 +94,7 @@
rev = "v0.7.3"
extension = true
[Xpress]
rev = "v0.16.1"
rev = "v0.16.2"

# =========================== non-jump-dev packages ========================== #

Expand All @@ -117,7 +117,7 @@
has_html = true
[COPT]
user = "COPT-Public"
rev = "v1.1.12"
rev = "v1.1.13"
[COSMO]
user = "oxfordcontrol"
rev = "v0.8.8"
Expand Down Expand Up @@ -158,7 +158,7 @@
has_html = true
[Manopt]
user = "JuliaManifolds"
rev = "v0.4.43"
rev = "v0.4.44"
filename = "Readme.md"
[NEOSServer]
user = "odow"
Expand All @@ -170,7 +170,7 @@
rev = "443706e34c2619acbe65281c60bbe850ca4a8fac"
[PATHSolver]
user = "chkwon"
rev = "v1.7.0"
rev = "v1.7.1"
[Percival]
user = "JuliaSmoothOptimizers"
rev = "0448763a5f8aa9d43a5ad684309c839f70d10fbf"
Expand All @@ -193,4 +193,4 @@
extension = true
[Tulip]
user = "ds4dm"
rev = "069cdda082dfde31ef7ee935c96e833a3b96b33c"
rev = "v0.9.6"
26 changes: 26 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ 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.18.0 (January 2, 2024)

### Added

- This release includes a large refactoring of the macro code that closes a
roadmap item (#3629)
Contributing pull requests include (#3600), (#3603), (#3606), (#3607),
(#3610), (#3611), (#3612), (#3613), (#3614), (#3615), (#3617), (#3618),
(#3619), (#3620), (#3621), (#3631), (#3632), (#3633)

### Fixed

- Fixed error for unsupported objective sense (#3601)
- Fixed `text/latex` printing of [`GenericNonlinearExpr`](@ref) (#3609)
- Fixed compat bounds of `stdlib` packages (#3626)
- Fixed a bug that can accidentally modify the user's expressions in a macro (#3639)
- Fixed a bug converting `AffExpr` to [`GenericNonlinearExpr`](@ref) (#3642)

### Other

- Added `DisjunctiveProgramming`to `extension-tests` (#3597)
- Added `DisjunctiveProgramming`to docs (#3598)
- Added DocumenterCitations to the docs (#3596), (#3630)
- Migrate from SnoopPrecompile to PrecompileTools (#3608)
- Minor documentation updates (#3623), (#3628), (#3635), (#3640), (#3643)

## Version 1.17.0 (December 4, 2023)

### Added
Expand Down
Loading