Release v2.0.0
Brand New Mods
- Max Flow / Min Cut
- Maximum Weighted Clique
- Public Transport Line Optimization
What's Changed
- Fix Sharpe ratio example code by @etowle in #115
- Change csc/csr_matrix to array by @torressa in #121
- Implement max flow and min cut by @torressa in #96
- Use sp.issparse instead of type check in tests by @simonbowly in #126
- Clean up unstable tests by @simonbowly in #127
- Improve scipy, python, gurobipy compatibility by @simonbowly in #128
- Small changes to the docs of the flow mods by @torressa in #129
- Adding Clique to MWIS by @maliheha in #125
- Adapt OPF case parser for pglib files by @pobonomo in #133
- Line Optimization in Public Transport by @Marika-K in #132
- Update documentation theme by @simonbowly in #135
- Bump requests from 2.31.0 to 2.32.2 in /docs by @dependabot in #137
- Standardize MWIS mod interface by @simonbowly in #136
- Rename line optimization input data columns by @simonbowly in #138
New Contributors
- @pobonomo made their first contribution in #133
- @Marika-K made their first contribution in #132
- @dependabot made their first contribution in #137
Full Changelog: v1.1.0...v2.0.0