Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

62 lines (46 loc) · 2.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Add cheat sheet

v0.3.1 - 2023-04-19

v0.3.0 - 2023-01-14

Added

  • Add sc.execute_model_func(model_func).
  • Add cs.plot() which interactively provides most important plots and tables.
  • Add cs.plot.collector_table() and cs.plot.collector_balance().
  • Add cs.plot.heatmap_all_T() interactive heatmap plotting that considers multi-dimensional time series.
  • Add metrics to cs.plot.eFlex_table().
  • Add caption to cs.plot.tables().
  • Add option to provide series in sc.plot.ts_balance().
  • Add only_scalars and number_format arguments to cs.plot.table().
  • Add cs.plot.capa_TES_table().
  • Add link to draf demo paper and its case studies.
  • Add maxsell and maxbuy to EG component template.
  • Add wind turbine (WT) component.
  • Add hydrogen components (FC, Elc, H2S).
  • Add direct air capture (DAC) component.
  • Add H_level_target to thermal generation components (HOB, CHP, P2H, HP).
  • Add draf.helper.get_TES_volume().
  • Add functionality to update dimensions with dictionary through cs.add_scen().
  • Add sc.update_var_bound(), sc.update_upper_bound(), sc.update_lower_bound().
  • Add cs.scens.get().
  • Add option to iterate over cs.scens.
  • Add draf.helper.play_beep_sound() and play_sound argument in cs.optimize().
  • Add possibility to use a solved scenario as base scenario.
  • Add sc.fix_vars().

Removed

  • Remove sc.has_thermal_entities property.
  • Remove German EEG levy on own consumption for PV and CHP.

Fixed

  • Fix disappearing collector values and solving times, when solving scenarios in parallel.
  • Fix missing registration of feed-in (FI) in P_EL_source_T for component templates PV and CHP.
  • dQ_amb_source_ is now "Thermal energy flow to ambient".

Changed

  • Rename heat downgrading component H2H1 to HD.
  • Repair, maintenance and inspection (RMI) are now part of the operation expenses (OpEx).

v0.2.0 - 2022-05-10