File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 0.4.0
44- Add ` model.add_m_variables ` and ` model.add_m_linear_constraints ` matrix modeling API
55- Add ` model.computeIIS ` and IIS related attributes for constraint and variable
66- Implement constraint based on compare operators, now you can use ` model.add_linear_constraint(x + y <= 1.0) ` directly
7+ - Drop support for Python 3.8
8+ - Add wheels for Linux ARM64
9+ - Supports HiGHS 1.9.0 and Mosek 11
710
811## 0.3.0
912- Add ` model.set_variable_bounds(variable, lb, ub) ` to make it easier to change variable bounds
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " pyoptinterface"
7- version = " 0.3 .0"
7+ version = " 0.4 .0"
88description = " Python interface to multiple optimization solvers"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -33,6 +33,6 @@ cmake.build-type = "Release"
3333wheel.py-api = " cp312"
3434
3535[tool .scikit-build .cmake .define ]
36- PYTHON_VERSION = { env = " PYTHON_VERSION" , default = " 3.8 " }
36+ PYTHON_VERSION = { env = " PYTHON_VERSION" , default = " 3.9 " }
3737CMAKE_FIND_DEBUG_MODE = " OFF"
3838ENABLE_TEST_MAIN = " OFF"
You can’t perform that action at this time.
0 commit comments