Published August 11, 2017
| Version v0.5.0
Software
Open
pvlib/pvlib-python: 0.5.0
Authors/Creators
- Will Holmgren1
- Calama-Consulting
- Tony Lorenzo2
- Uwe Krien3
- bmu4
- DaCoEx5
- mayudong
- Mark Mikofski6
- Ed Miller
- Heliolytics
- jforbess
- Marc A. Anoma7
- pyElena21
- Volker Beutner8
- MLEEFS
- Johannes Dollinger9
- mangecoeur
- jkfm
- Veronica Guo
- Liz T
- KonstantinTr
- Jonathan Gaffiot10
- Johannes Oos11
- Giuseppe Peronato12
- Birgit Schachler3
- Alaina Kafkes
- 1. University of Arizona
- 2. Univ. of Arizona
- 3. Reiner Lemoine Institut
- 4. Fraunhofer Institute for Solar Energy Systems (ISE)
- 5. Data & Code Expert Experimenting with Code on Data
- 6. @SunPower
- 7. SunPower Corporation
- 8. @FraunhoferCSE
- 9. 2txt
- 10. Corsica Sole
- 11. Freelancing
- 12. Ecole polytechnique fédérale de Lausanne (EPFL)
Description
v0.5.0 (August 11, 2017)
API Changes
- Removed parameter w from _calc_d (:issue:
344) - SingleAxisTracker.get_aoi and SingleAxisTracker.get_irradiance
now require surface_zenith and surface_azimuth (:issue:
351) - Changes calculation of the Incidence Angle Modifier to return 0
instead of np.nan for angles >= 90°. This improves the calculation of
effective irradiance close to sunrise and sunset. (:issue:
338) - Change the default ModelChain orientation strategy from
'south_at_latitude_tilt' to
None. (:issue:290)
- Method of multi-inheritance has changed to make it possible to use kwargs in
the parent classes of LocalizedPVSystem and LocalizedSingleAxisTracker
(:issue:
330) - Fix the
__repr__method ofModelChain, crashing whenorientation_strategyis set to'None'(:issue:352) - Fix the
ModelChain's angle of incidence calculation for SingleAxisTracker objects (:issue:351) - Fix issue with ForecastModel.cloud_cover_to_transmittance_linear method of
forecast.py ignoring 'offset' parameter. (:issue:
343)
- Added default values to docstrings of all functions (:issue:
336) - Added analytical method that calculates solar azimuth angle (:issue:
291)
- Added ModelChain documentation page
- Added nbsphinx to documentation build configuration.
- Added a pull request template file (:issue:
354)
- Added explicit tests for aoi and aoi_projection functions.
- Update test of
ModelChain.__repr__to take in account :issue:352 - Added a test for solar_azimuth_analytical function.
- Johannes Kaufmann
- Will Holmgren
- Uwe Krien
- Alaina Kafkes
- Birgit Schachler
- Jonathan Gaffiot
- Siyan (Veronica) Guo
- KonstantinTr
Files
pvlib/pvlib-python-v0.5.0.zip
Files
(31.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1e28f8ea37ff6e496f1ffa18bd83e95c
|
31.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pvlib/pvlib-python/tree/v0.5.0 (URL)