Skip to content

Commit 5326595

Browse files
authored
Prep for v1.37.0 (#2655)
1 parent d1a5864 commit 5326595

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-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.36.0"
3+
version = "1.37.0"
44

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

docs/src/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ 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.37.0 (February 24, 2025)
11+
12+
### Added
13+
14+
- Added constructors for [`VectorAffineFunction`](@ref) and [`VectorQuadraticFunction`](@ref)
15+
that accept `AbstractVector{MOI.ScalarAffineFunction}` and
16+
`AbstractVector{MOI.ScalarQuadraticFunction}` respectively (#2636)
17+
18+
### Fixed
19+
20+
- Fixed a bug reading `QCMATRIX` in `FileFormats.MPS` (#2628)
21+
- Fixed reading [`VariablePrimalStart`](@ref), [`ConstraintPrimalStart`](@ref),
22+
and [`ConstraintDualStart`](@ref) from `FileFormats.MOF` (#2652)
23+
- Fixed writing unsupported variable types in a number of file formats (#2654)
24+
25+
### Other
26+
27+
- Removed the "experimental" warning from `Nonlinear` (#2625)
28+
- This release contains a large number of pull requests that increase test
29+
coverage (#2630), (#2631), (#2632), (#2637), (#2638), (#2639), (#2640),
30+
(#2641), (#2642), (#2644), (#2645), (#2646), (#2647), (#2648), (#2649),
31+
(#2650)
32+
- Fixed link to the coverage badge (#2634)
33+
- Removed the mention of MathProgBase from the README (#2635)
34+
- Removed `precompile` statements. Packages using MOI should address
35+
precompilation using `PrecompileTools.jl` in their own package (#2643)
36+
- Removed unneeded `Unicode` dependency (#2656)
37+
1038
## v1.36.0 (February 12, 2025)
1139

1240
### Added

0 commit comments

Comments
 (0)