File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-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.8.2 "
3
+ version = " 1.9.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.9.0 (October 29, 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.9.0 ) .
7
+
8
+ ### New features
9
+
10
+ - Added default fallback for getting ` ListOfConstraintIndices ` and
11
+ ` NumberOfConstraints ` when the constraint type is unsupported by the model
12
+ - Added support for ` min ` and ` max ` in nonlinear expressions
13
+ - Added support for ` Indicator{EqualTo{T}} ` constraints in ` FileFormats.MPS `
14
+ - Added default fallback for ` write_to_file(::ModelLike, ::String) ` and
15
+ ` read_from_file(::ModelLike, ::String) `
16
+
17
+ ### Bug fixes
18
+
19
+ - Fixed ` Constraint.ZeroOneBridge ` by adding new bounds as affine constraints
20
+ instead of variable bounds
21
+ - Fixed reading free rows in ` FileFormats.MPS ` files
22
+ - Fixed parsing of ` OBJSENSE ` blocks in ` FileFormats.MPS ` files
23
+ - Fix the parsing of deeply nested nonlinear expressions by removing the use of
24
+ recursion
25
+ - Fixed the requirements check in ` Test.test_constrainnt_get_ConstraintIndex `
26
+
3
27
## v1.8.2 (September 20, 2022)
4
28
5
29
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