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 860a75e commit 397598eCopy full SHA for 397598e
docs/source/changelog.md
@@ -2,6 +2,9 @@
2
3
## Unreleased change
4
5
+## 0.2.3
6
+- Fix a bug when deleting constraint in HiGHS
7
+
8
## 0.2.2
9
- Fix the performance issue with HiGHS optimizer
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "pyoptinterface"
-version = "0.2.2"
+version = "0.2.3"
description = "Python interface to multiple optimization solvers"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments