Releases: Gurobi/gurobipy-pandas
Releases · Gurobi/gurobipy-pandas
v1.2.2
What's Changed
- Fix add_vars upper bound default in docs by @etowle in #101
- Note support for Python 3.13 by @simonbowly in #102
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix integer-valued attributes bug by @simonbowly in #99
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Support nonlinear constraints with Gurobi 12 by @simonbowly in #95
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
- Add indicator constraint example by @simonbowly in #97
Full Changelog: v1.1.5...v1.1.6
Release v1.1.5
Minor update
- Documentation updates
- Update tests to support Gurobi 12
- No functional changes
Full Changelog: v1.1.4...v1.1.5
Release v1.1.4
What's Changed
- notebook and data from July 2024 webinar by @Dr-Irv in #81
- Add unit commitment example by @simonbowly in #87
Full Changelog: v1.1.3...v1.1.4
Release v1.1.3
What's Changed
- Update to use gurobi theme by @simonbowly in #82
- Documentation updates by @simonbowly in #84
- Update add_constrs type hints and docs by @simonbowly in #85
Full Changelog: v1.1.2...v1.1.3
Release v1.1.2
What's Changed
- Update docs build chain by @simonbowly in #72
- Add missing arguments in API docstrings by @simonbowly in #76
- Define public API in all by @simonbowly in #75
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
What's Changed
- Update gurobipy versions in CI by @simonbowly in #66
- Bugfix: handle string argument to set_attr by @simonbowly in #69
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
What's Changed
- Convert docstrings to numpydoc format by @simonbowly in #64
- Accept constraint senses as a Series or column by @simonbowly in #59
- Add support for python 3.12 by @simonbowly in #65
Full Changelog: v1.0.0...v1.1.0