Skip to content

Commit b1fa89b

Browse files
authored
Prep for v1.4.0 (#1888)
1 parent 8d4d998 commit b1fa89b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
3+
version = "1.4.0"
44

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

docs/src/release_notes.md

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

3+
## v1.4.0 (June 9, 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.4.0).
7+
8+
### New features
9+
10+
- Added a number of sets for constraint programming:
11+
- `AllDifferent`
12+
- `BinPacking`
13+
- `Circuit`
14+
- `CountAtLeast`
15+
- `CountBelongs`
16+
- `CountDistinct`
17+
- `CountGreaterThan`
18+
- `Cumulative`
19+
- `Path`
20+
- `Table`
21+
- Added support for user-defined hessians in `Nonlinear`
22+
- Added `Bridges.runtests` to simplify the testing of bridge implementations
23+
24+
### Bug fixes
25+
26+
- Fixed a bug in `FileFormats.NL` when writing univariate `*`
27+
28+
### Performance and maintenance
29+
30+
- Began a large refactoring of the `Bridges` submodule, with greatly improved
31+
documentation.
32+
333
## v1.3.0 (May 27, 2022)
434

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

0 commit comments

Comments
 (0)