Skip to content

Commit b2502d0

Browse files
authored
Prep for v1.3.0 (#3066)
1 parent 59926a9 commit b2502d0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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.2.1"
4+
version = "1.3.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.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):
1414
* Installation via the Julia package manager:
1515
* `import Pkg; Pkg.add("JuMP")`
1616
* Get help:

docs/src/release_notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release notes
22

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+
318
## Version 1.2.1 (August 22, 2022)
419

520
For a detailed list of the closed issues and pull requests from this release,

0 commit comments

Comments
 (0)