Skip to content

Commit b1d2afb

Browse files
authored
Prep for v1.45.0 (#2851)
1 parent bdad12f commit b1d2afb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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.44.0"
3+
version = "1.45.0"
44

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

docs/src/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.45.0 (September 20, 2025)
11+
12+
### Added
13+
14+
- Added [`Bridges.Objective.ToScalarNonlinearBridge`](@ref) (#2834), (#2835)
15+
- Added support for querying [`ConstraintConflictStatus`](@ref) when
16+
the constraint was bridged (#2839)
17+
18+
### Fixed
19+
20+
- Fixed a type instability in [`Utilities.set_dot`](@ref) (#2831)
21+
- Rewrote `Base.read!(::IO, ::FileFormats.LP.Model)` to use a proper recursive
22+
descent parser. This fixed numerous performance issues, and the resulting
23+
parser is simpler to maintain and extend. (#2840), (#2841), (#2842), (#2843),
24+
(#2844), (#2846), (#2847), (#2848), (#2852), (#2853)
25+
- Rewrote the error handling in `read!(::IO, ::FileFormats.MPS.Model)` to throw
26+
a `FileFormats.MPS.ParseError` (#2845), (#2849)
27+
28+
### Other
29+
30+
- Temporarily pinned `OpenSSL_jll` to work around an upstream bug (#2850), (#2854)
31+
1032
## v1.44.0 (September 4, 2025)
1133

1234
### Added

0 commit comments

Comments
 (0)