v0.5.6
What's Changed
- Fixed typing of arithmetic methods by @RobbieKiwi in #454
- Solver: Added additional keys and values within condition map of cplex solver by @BuiMCanmet in #458
- remove python 3.9 deps by @FabianHofmann in #463
- Add Support for Python 3.13 by @lkstrp in #465
- Add Claude Code GitHub Workflow by @FabianHofmann in #462
- fix: Allow COPT solution parsing for IMPRECISE status by @FabianHofmann in #466
- feat: allow passing a parameter dict to gurobi's env creation by @coroa in #469
- fix: make gurobipy dependency optional in generic type parameter by @lkstrp in #471
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #472
- feat: extend IIS calculation to support Xpress solver by @FabianHofmann in #473
New Contributors
- @RobbieKiwi made their first contribution in #454
- @BuiMCanmet made their first contribution in #458
Full Changelog: v0.5.5...v0.5.6