Skip to content

Commit 8bb8ea9

Browse files
authored
Prep for v1.19.0 (#2232)
* Prep for v1.19.0 * Update changelog.md * Update * Apply suggestions from code review * Update docs/src/changelog.md * Update * Updates * Update changelog
1 parent 8c7fbbf commit 8bb8ea9

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-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.18.0"
3+
version = "1.19.0"
44

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

docs/src/changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ 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.19.0 (August 15, 2023)
11+
12+
### Added
13+
14+
- Added [`VectorNonlinearFunction`](@ref) (#2201)
15+
- Added new bridges
16+
* [`Bridges.Constraint.IntegerToZeroOneBridge`](@ref) (#2205)
17+
* [`Bridges.Constraint.ToScalarQuadraticBridge`](@ref) (#2235)
18+
* [`Bridges.Constraint.ToVectorQuadraticBridge`](@ref) (#2235)
19+
* [`Bridges.Constraint.ToScalarNonlinearBridge`](@ref) (#2233) (#2235)
20+
* [`Bridges.Constraint.FunctionConversionBridge`](@ref) (#2235)
21+
- Added [`Bridges.bridging_cost`](@ref) for setting a bridge-specific cost in
22+
the bridging graph (#2235)
23+
- Added [`Utilities.eval_variables`](@ref) support for
24+
[`ScalarNonlinearFunction`](@ref) (#2218) (#2219)
25+
- Added support for [`ScalarNonlinearFunction`](@ref) in `FileFormats.NL`
26+
(#2228) (#2231)
27+
- Added support for writing non-`Float64` functions in `FileFormats.MOF`
28+
- Added `Utilities.lazy_map` (#2254)
29+
30+
### Fixed
31+
32+
- Fixed method ambiguities in `operate` (#2224)
33+
- Fixed reading LP file with a `-infinity <= x <= +infinity` variable (#2225)
34+
- Fixed missing `require` in `Test.test_nonlinear_duals` (#2230)
35+
- Fixed bug in [`ConstraintPrimal`](@ref) of [`Bridges.Constraint.QuadtoSOCBridge`](@ref)
36+
(#2240)
37+
38+
### Other
39+
40+
- Added extensions to `solver-tests.yml` (#2229)
41+
- Refactored `test/Benchmarks` (#2234)
42+
- Fixed warnings in tests (#2241) (#2243)
43+
- Small refactoring of bridges for upcoming `VectorNonlinearFunction` (#2244)
44+
(#2245)
45+
- Fixed various typos (#2251) (#2255)
46+
- Partitioned how we run the tests on GitHub actions (#2252) (#2253)
47+
1048
## v1.18.0 (June 23, 2023)
1149

1250
### Added

0 commit comments

Comments
 (0)