We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd850d commit 81949eaCopy full SHA for 81949ea
docs/source/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased change
+## 0.2.8
4
- Fix bugs in HiGHS and MOSEK when the quadratic objective function contains nondiagonal terms
5
6
## 0.2.7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "pyoptinterface"
7
-version = "0.2.7"
+version = "0.2.8"
8
description = "Python interface to multiple optimization solvers"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments