v0.1
What's Changed
- Composition design review by @FabianHofmann in #63
- fix minor typos in doc strings by @lumbric in #70
- Refactor LinearExpression and Constraint using composition by @coroa in #55
- Support writing problem to MPS file by @FabianHofmann in #71
- Modularize tests by @FabianHofmann in #72
- fully support integer variables by @FabianHofmann in #73
- Add constants module for static parameter by @FabianHofmann in #74
- A set of constant status and termination conditions by @FabianHofmann in #76
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #75
- Automatic summation of repeated variables by @FabianHofmann in #77
- Support diff operation for variables and expressions by @FabianHofmann in #79
- Filter out very small coefficients by @FabianHofmann in #80
- Improve representation of infeasible constraints by @FabianHofmann in #81
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #82
- Improve representation by @FabianHofmann in #84
- supress disturbing output when cbc/glpk are no available_solvers by @jankaeh in #87
- Solver options printout by @FabianHofmann in #86
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #83
- Improve repr follow up by @FabianHofmann in #88
New Contributors
Full Changelog: v0.0.15...v0.1