Uh oh!
There was an error while loading. Please reload this page.
fix: blacklist highs 1.14.0 - #654
Conversation
maurerle
commented
Apr 17, 2026
b05fc68 to
4a06615Compare4a06615 to
bb4418aCompareFBumann
commented
Apr 17, 2026
@coroa Could we use a more expressive name for |
| "toolz", | ||
| "numexpr", | ||
| "xarray>=2024.2.0", | ||
| "xarray>=2024.2.0,<2026.4", |
There was a problem hiding this comment.
If we merge this, we should remove this line again in #647
coroa
commented
Apr 17, 2026
I was going for ExpressionLike but that was already taken. Suggestions? |
FBumann
commented
Apr 17, 2026
I Don't have a good suggestion either. As it's purely internal and pretty local it's not really important anyway... |
coroa
commented
Apr 17, 2026
found a good compromise. now the test failures |
Uh oh!
There was an error while loading. Please reload this page.
FBumann
commented
Apr 18, 2026
@coroa |
Closes#648 and #646 .
Changes proposed in this Pull Request
Highs 1.14.0 is producing wrong results (due to broken presolve) and crashes on certain Windows machines.
Typing overloads for
expressions.merge.The version constraints for individual solvers to python<=1.12 were relaxed.
Checklist
doc.doc/release_notes.rstof the upcoming release is included.