v0.0.13
New Features
- The function
LinearExpression.from_tuples
now allowsScalarVariable
as input. - For compatibility reasons, the function
groupby_sum
now allowspandas.Series
as input.
Bug Fixes
- Filtering out zeros is now an optional feature in the
solve
function. The previous behavior of filtering just before the LP file writing, lead to unexpected errors for constraints with only zero terms.