File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " JuMP"
2
2
uuid = " 4076af6c-e467-56ae-b986-b466b2749572"
3
3
repo = " https://github.com/jump-dev/JuMP.jl.git"
4
- version = " 1.2.1 "
4
+ version = " 1.3.0 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
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
10
10
visiting [ jump.dev] ( https://jump.dev ) .
11
11
12
12
13
- ** Latest Release** : [ ![ version] ( https://juliahub.com/docs/JuMP/DmXqY/1.2.1 /version.svg )] ( https://juliahub.com/ui/Packages/JuMP/DmXqY/1.2.1 ) (` release-1.0 ` branch):
13
+ ** Latest Release** : [ ![ version] ( https://juliahub.com/docs/JuMP/DmXqY/1.3.0 /version.svg )] ( https://juliahub.com/ui/Packages/JuMP/DmXqY/1.3.0 ) (` release-1.0 ` branch):
14
14
* Installation via the Julia package manager:
15
15
* ` import Pkg; Pkg.add("JuMP") `
16
16
* Get help:
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
+ ## Version 1.3.0 (September 5, 2022)
4
+
5
+ For a detailed list of the closed issues and pull requests from this release,
6
+ see the [ tag notes] ( https://github.com/jump-dev/JuMP.jl/releases/tag/v1.3.0 ) .
7
+
8
+ - New features:
9
+ - Support slicing in ` SparseAxisArray `
10
+ - Bug fixes:
11
+ - Fixed a bug introduced in v1.2.0 that prevented ` DenseAxisArray ` s with
12
+ ` Vector ` keys.
13
+ - Documentation and maintenance:
14
+ - Released the JuMP logos under the CC BY 4.0 license
15
+ - Minor tweaks to the PDF documentation
16
+ - Improved code coverage of a number of files
17
+
3
18
## Version 1.2.1 (August 22, 2022)
4
19
5
20
For a detailed list of the closed issues and pull requests from this release,
You can’t perform that action at this time.
0 commit comments