Skip to content

Commit c054d71

Browse files
authored
Prep for v1.47.0 (#2891)
1 parent c4b2a1c commit c054d71

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.46.0"
3+
version = "1.47.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.47.0 (December 5, 2025)
11+
12+
### Added
13+
14+
- Allow penalty relaxation for [`ScalarNonlinearFunction`](@ref) constraints
15+
(#2875)
16+
- Improve hessian sparsity detection. This may result in a different sparsity
17+
pattern of the Hessian and improved performance. (#2882)
18+
- Added support for [`Utilities.distance_to_set`](@ref) and the
19+
[`Parameter`](@ref) set (#2889)
20+
21+
### Fixed
22+
23+
- Fixed querying [`ConstraintConflictStatus`](@ref) in bridges with constrained
24+
variables (#2871)
25+
- Fixed the dimension of [`VectorNonlinearOracle`](@ref) in the tests and
26+
docstrings (#2874)
27+
28+
### Other
29+
30+
- Updates to `solver-tests.yml` (#2872), (#2873), (#2880)
31+
- Minor documentation updates (#2876), (#2878), (#2881), (#2886)
32+
- Add a contributing page to the developer documentation (#2884)
33+
- Add a custom `IntDisjointSet` type and remove DataStructures.jl (#2885)
34+
- Improved the performance of reading MPS files (#2892)
35+
1036
## v1.46.0 (October 21, 2025)
1137

1238
### Added

0 commit comments

Comments
 (0)