File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-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.31.2 "
3
+ version = " 1.32.0 "
4
4
5
5
[deps ]
6
6
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ CurrentModule = MathOptInterface
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## v1.32.0 (October 21, 2024)
11
+
12
+ ### Added
13
+
14
+ - Added support for user-defined univariate operators which do not support
15
+ second derivatives (#2542 )
16
+ - Added the [ ` NodeLimit ` ] ( @ref ) attribute (#2552 )
17
+ - Added support for ` Utilities.filter_variables ` with
18
+ [ ` VectorNonlinearFunction ` ] ( @ref ) (#2556 )
19
+
20
+ ### Fixed
21
+
22
+ - Fixed [ ` Bridges.Constraint.TableToMILPBridge ` ] ( @ref ) if there is a constant
23
+ in the function (#2544 )
24
+ - Fixed ` FileFormats.MPS ` and ` FileFormats.LP ` to read separate variable bounds
25
+ instead of an [ ` Interval ` ] ( @ref ) set (#2548 )
26
+ - Fixed the variable domains in ` Test.test_nonlinear_expression_hs110 ` (#2551 )
27
+ - Fixed the dimension of ` VectorNonlinearFunction ` in tests (#2555 )
28
+ - Fixed the use of ` 1:length(x) ` in ` Nonlinear.Coloring ` (#2559 )
29
+ - Fixed an index conflict in ` Nonlinear.Coloring ` (#2561 )
30
+
31
+ ### Other
32
+
33
+ - Documentation fixes (#2541 ) (#2543 ) (#2545 ) (#2557 ) (#2560 )
34
+ - Formatting improvements (#2554 )
35
+
10
36
## v1.31.2 (August 30, 2024)
11
37
12
38
### Fixed
You can’t perform that action at this time.
0 commit comments