Skip to content

Commit 46841c3

Browse files
authored
Prep for v1.49.0 (#2928)
1 parent 05cb226 commit 46841c3

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.48.0"
3+
version = "1.49.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.49.0 (January 30, 2026)
11+
12+
### Added
13+
14+
- Added support creating a [`Utilities.MatrixOfConstraints`](@ref) from existing
15+
parts (#2902)
16+
- Added [`Utilities.distance_to_set`](@ref) for more sets (#2914), (#2923),
17+
(#2925), (#2926), (#2927)
18+
- Implemented [`Utilities.extract_function`](@ref) for transpose matrix (#2915)
19+
- Added support for [`Complements`](@ref) in `.nl` file format (#2916)
20+
- Added [`Bridges.Constraint.SplitComplexIndicatorEqualToBridge`](@ref) (#2921)
21+
22+
### Fixed
23+
24+
- Fixed a bug converting `MutableSparseMatrixCSC` to `SparseMatrixCSC` (#2929)
25+
26+
### Other
27+
28+
- Documentation updates (#2905), (#2906)
29+
- Fixed various errors found by JET (#2908), (#2911)
30+
- Changed the error message for [`GetAttributeNotAllowed`](@ref) when
31+
[`is_set_by_optimize`](@ref) (#2910)
32+
- Replaced JSON3.jl dependency by JSON.jl (#2918)
33+
- Added `julia-downgrade-compat` to test `[compat]` lower bounds (#2919)
34+
- Updated `solver-tests.yml` (#2930)
35+
1036
## v1.48.0 (December 9, 2025)
1137

1238
### Added

0 commit comments

Comments
 (0)