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 0074dc0 commit c0fd4c7Copy full SHA for c0fd4c7
docs/source/changelog.md
@@ -2,6 +2,9 @@
2
3
## Unreleased change
4
5
+## 0.2.2
6
+- Fix the performance issue with HiGHS optimizer
7
+
8
## 0.2.1
9
- Fix the DLL search paths on Windows
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "pyoptinterface"
-version = "0.3.0.dev0"
+version = "0.2.2"
description = "Python interface to multiple optimization solvers"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments