Skip to content

Commit c66d730

Browse files
committed
Final PR merged in
1 parent 41ce1bf commit c66d730

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ CHANGELOG
2525
- Solver Interfaces
2626
- Set Gurobi LogToConsole instead of OutputFlag to handle "tee" (#3716)
2727
- New KNITRO direct solver interface (#3707)
28+
- Add Gurobi direct support for MINLP (#3745)
2829
- Bugfix: IPOPT log parser and no objective case (#3738)
2930
- Add test to ensure `Results` object is populated fully (#3709)
3031
- Mark that AMPL Gurobi 12.0.3 returns incorrect dual values (#3750)

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following are highlights of the 6.9 release series:
1313
- New ASL External Functions Library
1414
- New solver interfaces:
1515
- `knitro_direct` KNITRO Python bindings interface
16+
- Add `gurobi_direct` support for MINLP
1617
- v2: Ongoing solver interface refactor
1718
- ...and of course numerous minor bug fixes and performance enhancements
1819

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def __ne__(self, other):
240240
'openpyxl', # dataportals
241241
'packaging', # for checking other dependency versions
242242
#'pathos', # requested for #963, but PR currently closed
243-
# pint causes a segfault on pypy
243+
# pint causes a segfault only for one test (test_bad_units) on pypy
244244
'pint; implementation_name!="pypy"', # units
245245
'plotly', # incidence_analysis
246246
'python-louvain', # community_detection

0 commit comments

Comments
 (0)