Skip to content

Commit b158868

Browse files
committed
Prep for v1.50.0
1 parent dc2a3aa commit b158868

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

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.49.0"
3+
version = "1.50.0"
44

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

docs/src/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.50.0 (February 27, 2026)
11+
12+
### Added
13+
14+
- Added `LDLFactorizations.jl` as a package extension (#2933)
15+
- Added support for reading defined variables in `.nl` files (#2938)
16+
- Added `;generic_names` support to LP and MOF file formats (#2947)
17+
18+
### Fixed
19+
20+
- Fix `isapprox` for [ScalarNonlinearFunction`](@ref) and comparison to Number
21+
(#2934)
22+
- Fixed performance issue parsing each line of an MPS file (#2940)
23+
- Fixed MPS reader to allow the RHS name to be optional when reading (#2942)
24+
- Fixed [`Bridges.print_active_bridges`](@ref) for some constrained variable
25+
cases (#2943)
26+
- Fixed error messages for unsupported keyword arguments in file format models
27+
(#2946)
28+
- Fixed missing `Utilities.operate` in various `Bridges.Constraint.map_function`
29+
(#2948)
30+
31+
### Other
32+
33+
- Added ParallelTestRunner.jl to parallelize the tests (#2932)
34+
- Removed Julia `1-ubuntu-latest-x64` from CI (#2935)
35+
- Added an explicit test for method redefinitions instead of parsing logs
36+
(#2936)
37+
- Made minor formatting changes to the docs (#2939)
38+
- Installed Dependabot (#2949), (#2950), (#2951), (#2952), (#2953), (#2954)
39+
1040
## v1.49.0 (January 30, 2026)
1141

1242
### Added

0 commit comments

Comments
 (0)