Skip to content

v0.11.0

Compare
Choose a tag to compare
@fdabrandao fdabrandao released this 21 Jun 18:41
· 217 commits to master since this release

Changelog:

  • Upgrade libampl to 2.1.2-20230618.
  • Add AMPL.write, PresolveException, and InfeasibilityException.
  • Improve handling of numpy types.
  • Allow assigning values to sets from iterables.
  • [Breaking] Drop async functionalities.
  • [Breaking] DataFrame.to_pandas: start using multi-index by default.
  • [Breaking] Drop Python 2.7 compatibility.
  • [Breaking] Iterating over non-indexed sets now iterates over set members.