Skip to content

Latest commit

 

History

History
111 lines (103 loc) · 5.52 KB

File metadata and controls

111 lines (103 loc) · 5.52 KB

v0.7.2 (April 22, 2020)

API Changes

Enhancements

Bug fixes

Testing

Documentation

  • Add NumFOCUS affiliation to Sphinx documentation. (:pull:`862`)
  • Add example of IV curve generation. (:pull:`872`)
  • Add section about gallery examples to Contributing guide. (:pull:`905`)
  • Add section with link to Code of Conduct in Contributing guide. (:pull:`922`)
  • Add example of GHI to POA transposition (:pull:`933`)

Requirements

  • nrel-pysam (optional) minimum set to v1.0.0 (:issue:`874`)
  • cftime (optional) minimum set to >=1.1.1. Use of only_use_python_datetimes kwarg in netCDF4.num2date in forecast.py requires >=1.1.1 which is >=Python3.6. (:pull:`947`)

Contributors