File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments