Skip to content

Commit ee313be

Browse files
authored
Prep for v1.32.0 (#2562)
1 parent c3a9551 commit ee313be

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-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.31.2"
3+
version = "1.32.0"
44

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

docs/src/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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

0 commit comments

Comments
 (0)