v4.3.0
4.3.0 - 2023-03-17
Added
- Add SCIP function SCIprowGetOriginCons
- Add getConsOriginConshdlrtype to Row
- Add possibility to use sine and cosing
- Add ability to set priced variable score
- Python 3.11 support
Removed
- Removed function rowGetNNonz
What's Changed
- fix confusing error message in checkStage by @mattmilten in #581
- add note about SCIP's licensing by @mattmilten in #590
- Removes incorrect PY_SCIP_CALL wrapper by @Opt-Mucca in #592
- Mt/row origin call by @Opt-Mucca in #598
- add (co)sine functions by @pfetsch in #612
- Add ability to set priced variable score by @mmghannam in #623
- Default lib and include paths fixed for Mac installation by @sm-ghavami in #647
- pyproject.toml: New by @mkoeppe in #628
- pyproject.toml: Set build-backend by @mkoeppe in #650
- .github/workflows/integration-test.yml: Update tested Python versions by @mkoeppe in #649
- updated copyright date to 2023 by @Urquh4rt in #642
- New release 4.3 by @mattmilten in #661
New Contributors
- @mmghannam made their first contribution in #623
- @sm-ghavami made their first contribution in #647
- @mkoeppe made their first contribution in #628
- @Urquh4rt made their first contribution in #642
Full Changelog: v4.2.0...v4.3.0