Skip to content

Commit 27a461b

Browse files
authored
Prep for v1.3.0 (#1849)
1 parent 801a492 commit 27a461b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.2.0"
3+
version = "1.3.0"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/release_notes.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release notes
22

3+
## v1.3.0 (May 27, 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/MathOptInterface.jl/releases/tag/v1.3.0).
7+
8+
### New features
9+
10+
- Add `MOI.Nonlinear` submodule. This is a large new submodule that has been
11+
refactored from code that was in JuMP. For now, it should be considered
12+
experimental.
13+
- Add `FileFormats.NL.SolFileResults(::IO, ::Model)`
14+
- Add `FileFormats.NL.read!(::IO, ::Model)`
15+
- Add `MOI.modify` that accepts a vector of modifications
16+
17+
### Bug fixes
18+
19+
- Fixed a bug in `Test` which attempted to include non-`.jl` files
20+
- Fixed a bug in `FileFormats` for models with open interval constraints
21+
22+
### Performance and maintenance
23+
24+
- Fixed a performance issue in `Utilities.DoubleDict`
25+
- Various minor improvements to the documentation
26+
327
## v1.2.0 (April 25, 2022)
428

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

0 commit comments

Comments
 (0)