Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 17:03
· 2 commits to main since this release
150fe7a

GenX v0.4.1

Added

  • Objective scaler to address ill-conditioning problem (#667)
  • Co-location of electrolyzers to VRE_STOR and enabled regional hydrogen production limits (#678)
  • Option to output results with time series reconstructed for the entire year (#700)
  • Default settings in multitage optimization (#703)
  • Option to write results after each iteration of a multistage run (Myopic) (#704)
  • Workflow that ensures that CHANGELOG.md and the version number are updated (#711)
  • Print GenX version at startup and export it to disk (#712)
  • Option to precompile run_genx_case! and cluster_inputs to speedup TTFX of GenX (#718)

Fixed

  • Formatting and images in tutorials 3, 5, 6, and 8 to address issue #697 (#698)
  • devbranch in the docs make.jl file to track the develop branch (#710)
  • TDR to load Fuels_data.csv w/wo optional None column (#720)
  • Include comprehensive list of all settings flags (that are currently in GenX) in the docs (#721)
  • Allow load_vre_stor_variability! to load only wind or solar resources as
    part of the VRE_STOR module (#728)
  • Text to doc pages for retrofits (#730)
  • Typo in HydrogenMinimumProduction setting key (#746)
  • Default value of Cap_Size attribute for thermal generators (#747)

Changed

  • Generalized the cHourlyMatching constraint in electrolyzer.jl and implemented it similarly
    to the other policies, making it easier for developers to add further contributions
    to the constraint (#725).

New Contributors

Full Changelog: v0.4.0...v0.4.1

Diff since v0.4.0

Merged pull requests:

Closed issues:

  • Energy Share Requirement Documentation Update (#468)
  • Adding precompile tools (#519)
  • Feature Request: Hourly outputs for price, emissions, power, storage dispatch (#538)
  • TDR requires None column in Fuels_data (#552)
  • Provide computationally efficient approach to incorporate multi-level investment/O&M cost supply curve (#647)
  • no netRevenue.csv in the results (#653)
  • Save resource buildout every few optimizer iterations and allow optimizer warm start (#658)
  • [Feature]: Write DDP upper & lower bound each iteration when solving multi-stage with foresight (#686)
  • [Bug]: wrong contraint expression in reserves_contingency!(EP::Model, inputs::Dict, setup::Dict) doc (#689)
  • TagBot trigger issue (#695)
  • GenX Documentation [Bug]: (#697)
  • [Bug]: Model Settings Parameters Documentation (#701)
  • [Feature]: Add GenX version number to output files (#708)
  • [Bug]: Minor typos in example_systems/README.mds (#715)
  • [Bug]: VRE_STOR asks for both wind and solar variability data when there is only solar or wind components in VRE_STOR. (#727)
  • [Bug]: Examples 2 and 6 have Hydro_Energy_to_Power_Ratio in Thermal.csv (#737)
  • [Bug]: Typos: HydrogenMimimumProduction (#740)
  • [Feature]: remove vZERO cruft (#741)
  • [Feature]: Inclusion of NSE (Non-Served Energy) Data in Example Cases (#744)