Skip to content

otoole v1.1.0

Compare
Choose a tag to compare
@trevorb1 trevorb1 released this 30 Aug 22:54
· 147 commits to master since this release
87e5613
  • Public Python API added to call otoole directly in Python files (PR #180)
  • ReadCplex directly reads in CPLEX solution files. Drops the need to transform and sort solution file (PR #190)
  • ReadGlpk class added to process GLPK solution files (PR #187)
  • Update to Pydantic v2.0 (PR #188)
  • ReadResultsCbc renamed to ReadWideResults (PR #187)
  • Model validation instructions updated in documentation (PR #189)
  • The --input_datafile argument is deprecated, and the user now must supply the input data to process results (PR #180)
  • Locks pandas to <2.1 (PR #193)