Skip to content

v0.5.0

Compare
Choose a tag to compare
@danielolsen danielolsen released this 01 Sep 22:59
· 101 commits to master since this release
9468af0

Closed issues

  • Recalibrate US map of emission using bars (#186)
  • Refactor shortfall figure (#235)
  • Scatter plot of capacity vs capacity factor (#236)
  • Integrate heatmap figure (#237)
  • Integrate power flow snapshot figure (#238)
  • Clean up (#239)
  • Scatter plot of capacity vs curtailment (#244)
  • Scatter plot of cost curve slopes vs capacity (#246)
  • Generation stacked bar chart (#258)
  • MatplotlibDeprecationWarning: The 's' parameter of annotate() has been renamed 'text' since Matplotlib 3.3 (#259)
  • Bar plot of total capacity, actual generation and minimum generation per zone (#263)
  • Bar plot of total capacity, actual generation and available energy per zone (#264)
  • Transmission upgrades visualization refactor (#267)
  • Storage line and fill can be misaligned in plot_generation_time_series_stack (#275)
  • Documentation including plots should be reproducible (#280)
  • Refactor plot_renewable_capacity_map (#281)
  • Add scatter plot of capacity vs capacity factor to tutorial (#282)
  • Add scatter plot of capacity vs cost curve slope to tutorial (#285)
  • Add scatter plot of capacity vs curtailment to tutorial (#287)
  • Add utilization map to tutorial (#290)
  • Rename plot_upgrades_map to plot_transmission_upgrades mapsion upgrade (#293)
  • Refactor states plotting (#305)

Merged pull requests (features)

Merged pull requests (fixes, etc.)

  • docs: fix link to function in docstring (#248) (@rouille)
  • Update dependencies (#249) (@jon-hagg)
  • ci: add pep8-naming check to flake8 (#250) (@jon-hagg)
  • docs: fix link to functions in docstrings (#254) (@rouille)
  • ci: build and push docker image (#257) (@jon-hagg)
  • fix: install ipywidgets for tqdm progress bar (@jon-hagg)
  • chore: change file permission (#268) (@rouille)
  • chore: add data CSVs to package_data (#270) (@danielolsen)
  • chore: remove seaborn from requirements (#272) (@danielolsen)
  • chore: create bug report issue template (@273) (@rouille)
  • ci: add workflow_dispatch trigger to docker build (#274) (@jon-hagg)
  • generation stack plot bug fix (@276) (@BainanXia)
  • ci: add coverage report to pytest (#278) (@jon-hagg)
  • Add scatter plot of capacity vs capacity factor to tutorial (#283) (@rouille)
  • chore: create feature request issue template (#284) (@rouille)
  • Add scatter plot of capacity vs cost curve slope to tutorial (#286) (@rouille)
  • Add scatter plot of capacity vs curtailment to tutorial (#288) (@rouille)
  • Add utilization map to tutorial (#291) (@rouille)
  • Rename plot_upgrades_map to plot_transmission_upgrades map (#294) (@rouille)
  • Add logo and badges to README (#296) (@rouille)
  • Update dependencies (#297) (@jon-hagg)
  • fix: correct bug where get_dcline_differences fails for DC lines connected to new buses (#299) (@danielolsen)
  • refactor: move code snippets to files (#302) (@jon-hagg)
  • Update dependencies (#303) (@jon-hagg)
  • Simplify process to generate plotting documentation (#307) (@jon-hagg)
  • chore: bump version number to v0.5.0 (#309) (@danielolsen)
  • refactor: replace function definitions with imports from powersimdata (#310) (@danielolsen)
  • Update dependencies (#311) (@jon-hagg)
  • Upload coverage report (#312) (@jon-hagg)
  • chore: fix yaml and add badge (#313) (@jon-hagg)
  • docs: clarify PowerSimData dependency (#314) (@rouille)
  • Fix import statements (#315) (@rouille)
  • Update dependencies (#316) (@jon-hagg)
  • Update packaging and docker related workflows (#317) (@jon-hagg)