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 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.31.2 "
3+ version = " 1.32.0 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ CurrentModule = MathOptInterface
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
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+
1036## v1.31.2 (August 30, 2024)
1137
1238### Fixed
You can’t perform that action at this time.
0 commit comments