v0.3
What's Changed
- add option to pass existing gurobipy.Env to run_gurobipy() by @fneum in #172
- Remove logging.disable from gurobi solve by @dannyopts in #174
- Sourcery refactored master branch by @sourcery-ai in #175
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #173
- Fix typo in double logging by @dannyopts in #177
- solvers: update cplex condition map by @FabianHofmann in #178
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #179
- add objective module and objective class in order to allow maximization problems by @FabianHofmann in #170
- refine treatment of missing values by @FabianHofmann in #180
- Remove deprecations for v0.3 by @FabianHofmann in #181
- add transport tutorial to index.rst by @FabianHofmann in #183
- explicitly use
from_pandas_multiindex
in groupby function by @FabianHofmann in #182
New Contributors
- @fneum made their first contribution in #172
- @dannyopts made their first contribution in #174
- @sourcery-ai made their first contribution in #175
Full Changelog: v0.2.6...v0.3