Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.66 KB

File metadata and controls

48 lines (42 loc) · 1.66 KB

v0.7.1 (January 17, 2020)

Enhancements

Bug fixes

Testing

  • Added single-year PSM3 API test for iotools.get_psm3.
  • Added tests for iotools.parse_psm3 and iotools.read_psm3.
  • Change pvlib/test folder to pvlib/tests and reorganize tests into subfolders, e.g.: created pvlib/tests/iotools (:pull:`859`)
  • replace os.path with pathlib and stringify path objects for Python<=3.5

Documentation

  • Created an Example Gallery. (:pull:`846`)
  • Updated list of allowed years for iotools.get_psm3.

Contributors