Skip to content

Commit e4b6629

Browse files
authored
Prep for v0.10.9 (#1740)
1 parent 5e4cd36 commit e4b6629

2 files changed

Lines changed: 24 additions & 2 deletions

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 = "0.10.8"
3+
version = "0.10.9"
44

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

docs/src/release_notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release notes
22

3+
## v0.10.9 (February 16, 2022)
4+
5+
For a detailed list of the closed issues and pull requests from this release,
6+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.9).
7+
8+
### New features
9+
10+
- Added `MOI.Utilities.FreeVariables` as a new `VariablesConstrainer` for conic
11+
solvers
12+
- Added `MOI.default_cache` for specifying the model used in `CachingOptimizer`
13+
14+
### Bug fixes
15+
16+
- Fixed LaTeX printing of `MOI.Interval` sets
17+
18+
### Performance and maintenance
19+
20+
- Added Aqua.jl as a CI check, and fixed suggested issues. The constructors of
21+
GeoMeanBridge, StructOfConstraints, and CachingOptimizer were changed from
22+
outer to inner constructors. This change is technically breaking, but does
23+
not impact users who followed the documented API.
24+
325
## v0.10.8 (February 3, 2022)
426

527
For a detailed list of the closed issues and pull requests from this release,
@@ -8,7 +30,7 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
830
### New features
931

1032
- Added a `Base.read!` for `FileFormats.LP`.
11-
33+
1234
### Bug fixes
1335

1436
- Fixed a bug in `MutableSparseMatrix`

0 commit comments

Comments
 (0)