Skip to content

Releases: OSeMOSYS/otoole

v1.1.5

15 Nov 22:23
4142997
Compare
Choose a tag to compare

What's Changed

  • Correct discount factor calculation for multiple regions by @trevorb1 in #243

Full Changelog: v1.1.4...v1.1.5

v1.1.5-alpha

15 Nov 22:17
4142997
Compare
Choose a tag to compare
v1.1.5-alpha Pre-release
Pre-release

What's Changed

  • Correct discount factor calcualtion for multiple regions by @trevorb1 in #243

Full Changelog: v1.1.4...v1.1.5-alpha

v1.1.4

13 Nov 00:13
3e1f05d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.4-alpha

12 Nov 23:59
3e1f05d
Compare
Choose a tag to compare
v1.1.4-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.3-alpha...v1.1.4-alpha

v1.1.3

07 Oct 11:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.3-alpha

07 Oct 11:27
Compare
Choose a tag to compare
v1.1.3-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3-alpha

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)