- refactor to make code more modular
- avoid coercing NewSolution to numeric type
- update default parameter list for v9.5.0
- add counter to LogFilePath to better distinguish merged logs
- new parameter
prettynames=True
to replace parameter values with meaningful descriptions
- fix parsing of MIP Start information
- add missing range attributes for quadratic constraints
- parse output from NoRel heuristic into separate DataFrame (included in
timelines
dictionary)
- new output format for timelines:
- second return value (when using option
timelines=True
) is now a dictionary including the individual timeline DataFrames, that isrootlp
,nodelog
, andnorel
- see README for updated usage information
- second return value (when using option
- support Compute Server log files
- add Cores count
- initial public release