Skip to content

chore: bump highspy from 1.13.1 to 1.15.0#715

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/highspy-1.15.0
Open

chore: bump highspy from 1.13.1 to 1.15.0#715
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/highspy-1.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps highspy from 1.13.1 to 1.15.0.

Release notes

Sourced from highspy's releases.

v1.15.0

The highlights of v1.15 are the first variant of the parallel MIP solver and the addition of HiPO in Python.

Code changes

Following [PR #2886](ERGO-Code/HiGHS#2886), our prototype multithreaded MIP solver is available, refactoring the worker/node-search logic of the branch-and-cut solver to run across multiple threads. This is the first release of the parallel MIP solver.

A fix to the parallel scheduler was merged in [PR #3087](ERGO-Code/HiGHS#3087).

Following [PR #2994](ERGO-Code/HiGHS#2994), HiPO can now be used to solve LPs and QPs from highspy, with documentation added in [PR #3024](ERGO-Code/HiGHS#3024) and [PR #3060](ERGO-Code/HiGHS#3060). HiPO performance was further improved by faster handling of free variables ([PR #3013](ERGO-Code/HiGHS#3013)) and faster triangular solves ([PR #3014](ERGO-Code/HiGHS#3014)).

Prompted by #2957, square Hessians that are only slightly asymmetric are now accepted by Highs::qFormatOk, rather than being rejected outright ([PR #2965](ERGO-Code/HiGHS#2965), [PR #2984](ERGO-Code/HiGHS#2984) and [PR #3003](ERGO-Code/HiGHS#3003)). Identification of non-convexity in the QP solvers was also improved, with extended documentation added in [PR #3056](ERGO-Code/HiGHS#3056), and a further bug affecting some QPs was fixed in [PR #3069](ERGO-Code/HiGHS#3069). QP hot start was added in [PR #3089](ERGO-Code/HiGHS#3089).

Following [PR #2982](ERGO-Code/HiGHS#2982), several bugs in the computation of an Irreducible Infeasible Subsystem (IIS) via Highs::getIis were fixed.

Following [PR #3046](ERGO-Code/HiGHS#3046), zero-cost singleton columns are no longer fixed to an infinite bound during HPresolve::dualFixing, and the size of shifts applied during reduced-cost fixing was reduced in [PR #2986](ERGO-Code/HiGHS#2986). Strengthened variable bounds found during presolve are now retained ([PR #3010](ERGO-Code/HiGHS#3010)), a bug in the computation of the fractional value of a variable with finite

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [highspy](https://github.com/ERGO-Code/HiGHS) from 1.13.1 to 1.15.0.
- [Release notes](https://github.com/ERGO-Code/HiGHS/releases)
- [Commits](ERGO-Code/HiGHS@v1.13.1...v1.15.0)

---
updated-dependencies:
- dependency-name: highspy
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Updating or fixing dependencies python Pull requests that update python code labels Jun 28, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 28, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updating or fixing dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants