Skip to content

Releases: OSeMOSYS/otoole

otoole v1.1.2

12 Dec 05:28
f9ffec2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

otoole v1.1.2a

12 Dec 04:20
96dab31
Compare
Choose a tag to compare
otoole v1.1.2a Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.1...v1.1.2a

otoole v1.1.1

07 Dec 22:32
21afaef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

otoole v1.1.0

30 Aug 22:54
87e5613
Compare
Choose a tag to compare
  • 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)

v1.0.4: Hotfix - pin pydantic to less than v2.0

10 Jul 09:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Test release process again

10 Jul 09:01
Compare
Choose a tag to compare
Pre-release
v1.0.4a2

Use vars instead of secrets

v1.0.4a.1: Hotfix update pydantic

10 Jul 08:57
Compare
Choose a tag to compare
Pre-release

Test that release process is working correctly

v1.0.4a Hotfix - pin pydantic to less than version 2

10 Jul 08:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

otoole v1.0.3

03 May 20:33
56baf80
Compare
Choose a tag to compare

Changes include

  • Improved error message for multiple names mismatches
  • Fix for excel pivoting bug (issue 171)
  • Fix data type casting issue for floats to ints (issue 167)
  • Deprecates calculated field for Result definitions in config file (issue 173)
  • Lock urllib<2 as per PR 177
  • Minor documentation updates

otoole v1.0.2

20 Apr 02:06
3306279
Compare
Choose a tag to compare

Changes include

  • Fix of pandas version in setup.cfg