Skip to content

build(deps-dev): bump highspy from 1.15.0 to 1.15.1 - #879

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/highspy-1.15.1
Open

build(deps-dev): bump highspy from 1.15.0 to 1.15.1#879
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/highspy-1.15.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps highspy from 1.15.0 to 1.15.1.

Release notes

Sourced from highspy's releases.

v1.15.1

Patch release v1.15.1 fixes:

Apache release binaries not including HiPO fixed in [PR #3112](ERGO-Code/HiGHS#3112).

Build for users with C++20 fixed in [PR #3114](ERGO-Code/HiGHS#3114).

OpenBLAS setup issue affecting performance fixed in [PR #3122](ERGO-Code/HiGHS#3122).

Values passed for string option values (except for file names) are converted to lower case [PR #3108](ERGO-Code/HiGHS#3108).


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

... (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.15.0 to 1.15.1.
- [Release notes](https://github.com/ERGO-Code/HiGHS/releases)
- [Commits](ERGO-Code/HiGHS@v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: highspy
  dependency-version: 1.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 2, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 2.3%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 2 improved benchmarks
❌ 2 regressed benchmarks
✅ 171 untouched benchmarks
⏩ 175 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory test_to_lp[rolling-severity=0] 2.1 MB 3.1 MB -32.94%
Memory test_to_lp[storage-n=250] 30.7 MB 35.6 MB -13.76%
Memory test_to_lp[masked-n=100] 2.7 MB 2.1 MB +29.34%
Memory test_to_lp[merge_balance-severity=0] 3.2 MB 2.6 MB +21.81%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/pip/highspy-1.15.1 (400fe4a) with master (d610692)

Open in CodSpeed

Footnotes

  1. 175 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants