v0.3.0
What's Changed
- Use pyproject for everything but cython by @tlambert03 in #8
- Add expression objects, convertible to LinearConstraints by @tlambert03 in #9
- expose QuadraticObjective.getQuadraticCoefficients method as get_quadratic_coefficients by @tlambert03 in #11
- Wrap quadratic constraints by @tlambert03 in #12
- fix: fix typing in wrapper.pyi by @tlambert03 in #18
- remove conda folder by @tlambert03 in #19
- Add conversion from Expression to Objective by @tlambert03 in #13
- Linting by @tlambert03 in #20
- Support quadratic expressions to Objective by @tlambert03 in #15
- fix objective size when setting quadratic term by @tlambert03 in #25
- Test coverage of cython files by @tlambert03 in #29
- change return type of Solver.solve from tuple to Solution instance by @tlambert03 in #30
- support non-convex quadratic objectives/constraints in gurobi by @tlambert03 in #28
- Add
from_coefficients
class methods to Constraint and Objective by @tlambert03 in #21 - allow add_constraint and add_objective to accept expressions by @tlambert03 in #23
- Add functional
solve
API, use it for tests by @tlambert03 in #22 - bump version to 0.3.0 by @tlambert03 in #31
- add dependabot to update CI deps automatically by @tlambert03 in #33
- add license file by @tlambert03 in #32
- ci(dependabot): bump codecov/codecov-action from 2 to 3 by @dependabot in #34
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: v0.2.3...v0.3.0