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 https://github.com/Gurobi/gurobi-optimods/pull/115
* Change csc/csr_matrix to array by torressa in https://github.com/Gurobi/gurobi-optimods/pull/121
* Implement max flow and min cut by torressa in https://github.com/Gurobi/gurobi-optimods/pull/96
* Use sp.issparse instead of type check in tests by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/126
* Clean up unstable tests by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/127
* Improve scipy, python, gurobipy compatibility by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/128
* Small changes to the docs of the flow mods by torressa in https://github.com/Gurobi/gurobi-optimods/pull/129
* Adding Clique to MWIS by maliheha in https://github.com/Gurobi/gurobi-optimods/pull/125
* Adapt OPF case parser for pglib files by pobonomo in https://github.com/Gurobi/gurobi-optimods/pull/133
* Line Optimization in Public Transport by Marika-K in https://github.com/Gurobi/gurobi-optimods/pull/132
* Update documentation theme by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/135
* Bump requests from 2.31.0 to 2.32.2 in /docs by dependabot in https://github.com/Gurobi/gurobi-optimods/pull/137
* Standardize MWIS mod interface by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/136
* Rename line optimization input data columns by simonbowly in https://github.com/Gurobi/gurobi-optimods/pull/138
New Contributors
* pobonomo made their first contribution in https://github.com/Gurobi/gurobi-optimods/pull/133
* Marika-K made their first contribution in https://github.com/Gurobi/gurobi-optimods/pull/132
* dependabot made their first contribution in https://github.com/Gurobi/gurobi-optimods/pull/137
**Full Changelog**: https://github.com/Gurobi/gurobi-optimods/compare/v1.1.0...v2.0.0