Skip to content

Commit

Permalink
Bump 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Jun 29, 2024
1 parent 419cecb commit f7634a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased change

## 0.2.5
- Fix `add_linear_constraint` of HiGHS optimizer to consider the constant term in expression correctly
- Make `make_tupledict` slightly faster

## 0.2.4
- Add `map` method for `tupledict` class
- Add type stubs for C++ extension modules
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyoptinterface"
version = "0.2.4"
version = "0.2.5"
description = "Python interface to multiple optimization solvers"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit f7634a0

Please sign in to comment.