campanelli-sunpower
released this
22 Feb 20:16
·
2 commits
to master
since this release
v1.5.2 (February 22, 2022)
Requirements
- Add python 3.9 to test configuration (#122)
- Set the upper bound on shapely to version 2.0 (not yet released). The shapely dependency may be dropped altogether in a future pvfactors release. (#130 )
Fixes
- A small bug in the pvlib-python implementation of the Perez transposition model was discovered and fixed in pvlib v0.9.0. To ensure the error does not affect pvfactors output moving forward, the pvlib dependency is updated from
pvlib>=0.7.0,<0.9.0
topvlib>=0.9.0,<0.10.0
. This will likely change the results of irradiance simulations. According to the pvlib release notes, the differences are "expected to be small and primarily occur at low irradiance conditions". (#121) - Fixed a bug that affected some irradiance simulations when
surface_tilt
is exactly zero. See #125 for details. (#128)
Maintenance
- Update CI including sphinx for documentation (#124)
- Add documentation for making new releases (#133)
Contributors
- Marc Anoma (anomam)
- Kevin Anderson (kanderso-nrel)
- Mark Campanelli (campanelli-sunpower)