What's Changed
- Initialize stubs by @jonathanberthias in #1073
- Add back lost v5.6.0 changes by @mmghannam in #1080
- BUG: small patch to
_VarArraywhile inputting a matrix with length > 1 by @Zeroto521 in #1060 - BUG: change the type of
@result fromMatrixVariabletoMatrixExprby @Zeroto521 in #1059 - Add changelog entry for new stubs by @jonathanberthias in #1081
- API:
addMatrixConsIndicatorsupportsExprConsby @Zeroto521 in #1047 - Feature: Speed up
MatrixVariable.sum(axis=None)viaquicksumby @Zeroto521 in #1078 - Fix binary operations between
GenExprandMatrixExprby @jonathanberthias in #1071 - Use a dependency-group for testing by @jonathanberthias in #1082
- TST: test
matrix.sumcosting time by @Zeroto521 in #1085 - BUG: MatrixExpr can't be compared with Expr by @Zeroto521 in #1069
- attempt to fix pipelines by @Joao-Dionisio in #1087
- Fix pipelines by @Joao-Dionisio in #1088
- This is the one by @Joao-Dionisio in #1090
- Variables in exponent with basis other than e by @Joao-Dionisio in #1091
- Use optional dependencies instead of dependency groups by @jonathanberthias in #1093
- Allow to run integration tests on-demand by @jonathanberthias in #1095
- Specify test dependencies in requirements.txt files by @jonathanberthias in #1094
- Expose NODETYPE by @Joao-Dionisio in #1096
- Feature:
MatrixVariablesupports numpy broadcast feature by @Zeroto521 in #1092 - Fix dependencies installation when building wheels by @jonathanberthias in #1100
- Add wrappers for methods used in node selection by @mmghannam in #1099
- Fix the case of returning none from the nodeselect callback by @mmghannam in #1102
- Detect SCIP installation in conda environment if SCIPOPTDIR is not defined by @mmghannam in #1103
- Add the hybrid estimate in C-SCIP as an example by @mmghannam in #1104
- Update GH Actions macOS runner, update cibuildwheel for Python 3.14 build by @mkoeppe in #1105
- update setup.py w.r.t. SCIP 10 by @pfetsch in #1106
- Add three functions for variables by @pfetsch in #1107
- Update stubs with node selection methods by @jonathanberthias in #1101
- Some variable stubs by @Joao-Dionisio in #1110
- Manage benders subproblems memory in the master scip instance by @mmghannam in #1111
New Contributors
- @jonathanberthias made their first contribution in #1073
Full Changelog: v5.6.0...v5.7.0