v0.3.9
What's Changed
- matrices: add dual attribute by @FabianHofmann in #258
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #259
- avoid using highs_bindings, they are not needed and are removed in 1.7.1.dev by @apfelix in #264
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #268
- Added the new pdlp solver (highs > 1.7) to the description, added warning by @Cellophil in #267
- Add function for querying attributes of solver model by @Irieo in #247
- Update JuMP syntax in syntax.rst by @odow in #272
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #273
- properly handle constraint assignment with constants when using args by @FabianHofmann in #274
- add_constraints: allow rhs to be expression by @FabianHofmann in #277
- expressions & variables: add expand_dims and stack functions by @FabianHofmann in #278
- remove cplex from macos solver deps by @FabianHofmann in #280
- add python 3.12 to CI by @FabianHofmann in #184
- Renamed kw
dims
ofLinearExpression.sum
&Variable.sum
todim
by @leuchtum in #246 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #276
- Support for integer/binary vars for MOSEK by @ulfworsoe in #275
- replace setup.py by pyproject.yaml by @FabianHofmann in #279
New Contributors
- @apfelix made their first contribution in #264
- @ulfworsoe made their first contribution in #275
Full Changelog: v0.3.8...v0.3.9