Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 15:20
· 18 commits to main since this release

TulipaEnergyModel v0.16.0

Diff since v0.15.1

Breaking changes

  • DC-OPF requires new columns
  • Flows relationships requires new tables
  • Column consumer_balance_sense does not accept missing
  • populate_with_defaults! enforce schema and will replace types and fill NULLs

Merged pull requests:

  • Add new table to define flows relationships (#1176) (@datejada)
  • Add low bound to the sum of flows for transport flows (#1178) (@gnawin)
  • Add parameters for dc-opf feature (#1179) (@gnawin)
  • [AUTO] pre-commit update (#1180) (@github-actions[bot])
  • Add new tables to calculate the lowest resolution for flows that have a flows relationship (#1183) (@datejada)
  • Add electricity angle variables (#1185) (@gnawin)
  • Minor edits multi year docs (#1186) (@gnawin)
  • Fix CompareMPS when files differ in length (#1190) (@abelsiqueira)
  • Always run find-comment in CompareMPS, whether it fails or not (#1191) (@abelsiqueira)
  • Fix bug with mixing compact and simple/none investment methods (#1195) (@urosgluscevic)
  • Update EU benchmark case study (#1196) (@datejada)
  • Improve the hotfix for the alignment of units_on and compact method (#1197) (@gnawin)
  • Create highest resolution table for flows and their connecting assets (#1198) (@gnawin)
  • Add flows relationship constraints (#1202) (@datejada)
  • Run the case studies twice to ensure it doesn't raise an error (#1207) (@abelsiqueira)
  • Add test to make sure that populate_with_defaults doesn't drop extra columns (#1208) (@abelsiqueira)
  • Fix consumer_balance_sense check and fix data validation (#1211) (@abelsiqueira)
  • Create Tinier test case study simplifying Tiny (#1212) (@abelsiqueira)
  • Make populate_with_defaults enforce schema (correct types and fill NULLs) (#1213) (@abelsiqueira)

Closed issues:

  • Check (or apply schema) after adding the defaults (#1156)
  • Lower bound for the capacity constraints (#1159)
  • Create a new table to define the fix ratio relationships between two flows (#1166)
  • Enforce transport flows have free signs (#1168)
  • Define new parameters (#1177)
  • Add variables for dc-opf (#1181)
  • Create a table with the lowest resolution of both flows in the flows relationship table (#1182)
  • Simplify the test case studies input data by using the defaults function (#1184)
  • Add highest resolution table between flows and its connecting assets (#1187)
  • [Bug] MPS workflow false positive result (#1188)
  • Add table for constraints with flows relationship (#1189)
  • Update EU case study for the benchmarks (#1193)
  • [Bug] Misalignment of variables when using the compact method with unit commitment constraints (#1194)
  • Make sure that running run_scenario twice works (#1205)
  • Make sure that populate_with_defaults keeps extra columns (#1206)
  • [Bug] consumer_balance_sense is being incorrectly checked (and data-validation is wrong) (#1210)