File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " MathOptInterface"
2
2
uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
- version = " 1.1.2 "
3
+ version = " 1.2.0 "
4
4
5
5
[deps ]
6
6
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
+ ## v1.2.0 (April 25, 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.2.0 ) .
7
+
8
+ ### New features
9
+
10
+ - Add support for the ` FORMAT_REW ` /` .rew ` file format in ` FileFormats ` .
11
+
12
+ ### Bug fixes
13
+
14
+ - Fix bug handling of default variable bounds in ` FileFormats.LP `
15
+ - Fix ` FileFormats.MPS ` to not write ` OBJSENSE ` by default since this is only
16
+ supported by some readers.
17
+
3
18
## v1.1.2 (March 31, 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