Skip to content

Commit fed2f8b

Browse files
authored
Prep for v1.13.0 (#2102)
* Prep for v1.13.0 * Update linkcheck_ignore * Update changelog * Update docs/src/changelog.md
1 parent cc77bc4 commit fed2f8b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-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.12.0"
3+
version = "1.13.0"
44

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

docs/src/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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.13.0 (February 28, 2022)
11+
12+
### Added
13+
14+
- Added [`Bridges.Constraint.NumberConversionBridge`](@ref) (#2091)
15+
- Added [`Parameter`](@ref) set (#2095) (#2105) (#2106) (#2109)
16+
- Added `with_cache_type` argument to [`instantiate`](@ref) (#2097)
17+
- Added support for [`HermitianPositiveSemidefiniteConeTriangle`](@ref) in
18+
`Utilities.Model` (#2100)
19+
20+
### Fixed
21+
22+
- Fixed bug when `Utilities.@product_of_sets` is empty (#2101)
23+
- Fixed [`Bridges.print_active_bridges`](@ref) when variable bridge is an
24+
[`AbstractScalarSet`](@ref) (#2107)
25+
26+
### Other
27+
28+
- Added tests for vector-valued objective functions in `FileFormats.MOF` (#2093)
29+
- Used and documented preference for `import MathOptInterface as MOI` (#2096)
30+
- Fix and test links in the documentation with `linkcheck = true` (#2098)
31+
- Improved docstrings of sets in `src/sets.jl` (#2099)
32+
- Skip checking flakey links in documentation with `linkcheck_ignore` (#2103)
33+
1034
## v1.12.0 (February 10, 2022)
1135

1236
### Added

0 commit comments

Comments
 (0)