Skip to content

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:34
· 174 commits to main since this release
05c9b89

TulipaEnergyModel v0.17.1

Diff since v0.17.0

Merged pull requests:

  • Add vintage flow variable (#1280) (@gnawin)
  • Add validation for flow_both (#1281) (@gnawin)
  • [docs]: Two-stage stochastic programming formulation changes (#1286) (@datejada)
  • Validate investment method (#1287) (@gnawin)
  • Refactor add investment variables (#1291) (@datejada)
  • Add vintage flow sum constraint (#1292) (@gnawin)
  • Add generic functions to create variables with specifications per row (#1293) (@abelsiqueira)
  • Add new function for creating tables in constraint tests (#1296) (@gnawin)
  • Add new method for is_constraint_equal to handle vectors (#1297) (@datejada)
  • Add constraint capacity outgoing for semi-compact method (#1301) (@gnawin)
  • Refactor profile joins in the _append functions in capacity constraints (#1306) (@gnawin)
  • [AUTO] pre-commit update (#1307) (@github-actions[bot])
  • Start using TestItemRunner (#1312) (@abelsiqueira)
  • Add validation to align data between asset_commission and asset_both (#1313) (@gnawin)
  • Release 0.17.1 (#1315) (@gnawin)

Closed issues:

  • Refactor tests to use TestItemRunner (#1238)
  • Validate hub and consumer assets can only have "none" investment method (#1270)
  • Add new vintage flow variable (#1274)
  • Validate flow_both does not contain non-transport flows (#1275)
  • Add lower limit on flow variable (#1279)
  • [2S-SO]: Update the mathematical formulation in the documentation (#1282)
  • Refactor add_investment_variables! function (#1288)
  • Add vintage sum constraint (#1290)
  • Refactor creating tables in test-constraints-* (#1294)
  • Update _is_constraint_equal to support vectors and update the tests to use it. (#1295)
  • Add max output flow constraint (#1299)
  • Refactor profile joins in the _append functions in capacity constraints (#1305)
  • [Bug] Fixed_cost must be defined for all milestone years in commission year table for compact method, otherwise it throws error (#1309)