Releases: OSeMOSYS/otoole
Releases · OSeMOSYS/otoole
v1.1.5
v1.1.5-alpha
What's Changed
Full Changelog: v1.1.4...v1.1.5-alpha
v1.1.4
v1.1.4-alpha
v1.1.3
What's Changed
- Regression in tests caused by pandas fixed by pandas 2.1.4 by @willu47 in #211
- Update coveralls workflow to use lcov by @willu47 in #210
- Modified citation file with template for JOSS article by @willu47 in #209
- Calculate CapitalInvestment using discount rate with/without technology index by @willu47 in #213
- Upgrade to mypy 1.9.0 by @trevorb1 in #223
- Added instructions to install graphviz, if needed. by @AgnesBelt in #225
- Updating Development Branch by @trevorb1 in #232
- Fix writing of default values by @trevorb1 in #216
- General dependency updates by @trevorb1 in #230
- Add Python 3.12 support by @trevorb1 in #233
- Correct CRF calcualtions for empty discount rates by @trevorb1 in #234
- Fix
read_results
API docs by @trevorb1 in #235 - Add HiGHS as a solver by @trevorb1 in #224
- Fix
CapitalInvestment
result calculation by @trevorb1 in #236
New Contributors
- @AgnesBelt made their first contribution in #225
Full Changelog: v1.1.2...v1.1.3
v1.1.3-alpha
What's Changed
- Regression in tests caused by pandas fixed by pandas 2.1.4 by @willu47 in #211
- Update coveralls workflow to use lcov by @willu47 in #210
- Modified citation file with template for JOSS article by @willu47 in #209
- Calculate CapitalInvestment using discount rate with/without technology index by @willu47 in #213
- Upgrade to mypy 1.9.0 by @trevorb1 in #223
- Added instructions to install graphviz, if needed. by @AgnesBelt in #225
- Updating Development Branch by @trevorb1 in #232
- Fix writing of default values by @trevorb1 in #216
- General dependency updates by @trevorb1 in #230
- Add Python 3.12 support by @trevorb1 in #233
- Correct CRF calcualtions for empty discount rates by @trevorb1 in #234
- Fix
read_results
API docs by @trevorb1 in #235 - Add HiGHS as a solver by @trevorb1 in #224
- Fix
CapitalInvestment
result calculation by @trevorb1 in #236
New Contributors
- @AgnesBelt made their first contribution in #225
Full Changelog: v1.1.2...v1.1.3-alpha
otoole v1.1.2
otoole v1.1.2a
otoole v1.1.1
otoole v1.1.0
- 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 toReadWideResults
(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)