Skip to content

Commit

Permalink
Prep for v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 21, 2024
1 parent c3a9551 commit 2d82b7b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "1.31.2"
version = "1.32.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
26 changes: 26 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ CurrentModule = MathOptInterface
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.32.0 (October 21, 2024)

### Added

- Added support for user-defined univariate operators which do not support
second derivatives (#2542)
- Added the [`NodeLimit`](@rerf) attribute (#2552)
- Added support for `Utilities.filter_variables` with
[`VectorNonlinearFunction`](@ref) (#2556)

### Fixed

- Fixed [`Bridges.Constraint.TableToMILPBridge`](@ref) if there is a constant
in the function (#2544)
- Fixed `FileFormats.MPS` and `FileFormats.LP` to read separate variable bounds
instead of an [`Interval`](@ref) set (#2548)
- Fixed the variable domains in `Test.test_nonlinear_expression_hs110` (#2551)
- Fixed the dimension of `VectorNonlinearFunction` in tests (#2555)
- Fixed the use of `1:length(x)` in `Nonlinear.Colorinng` (#2559)
- Fixed an index conflict in `Nonlinear.Coloring` (#2561)

### Other

- Documentation fixes (#2541) (#2543) (#2545) (#2557) (#2560)
- Formatting improvements (#2554)

## v1.31.2 (August 30, 2024)

### Fixed
Expand Down

0 comments on commit 2d82b7b

Please sign in to comment.