File tree Expand file tree Collapse file tree 9 files changed +2292
-10
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 9 files changed +2292
-10
lines changed Original file line number Diff line number Diff line change 1+ pvlib /version.py export-subst
Original file line number Diff line number Diff line change 11#include *.txt
2+ include versioneer.py
3+ include pvlib/_version.py
24recursive-include pvlib/data *
35include README.md
46include pvlib/spa_c_files/*.h
57
6- #recursive-include docs *.txt
8+ #recursive-include docs *.txt
Original file line number Diff line number Diff line change @@ -10,23 +10,29 @@ We recommend that all users upgrade to this version.
1010Enhancements
1111~~~~~~~~~~~~
1212
13+ * Added versioneer to keep track of version changes instead
14+ of manually updating pvlib/version.py. This will aid
15+ developers because the version string includes the specific
16+ git commit of the library code currently imported.
1317
1418
1519Bug fixes
1620~~~~~~~~~
1721
1822* Fixes night tare issue in snlinverter. When the DC input power (p_dc)
1923 to an inverter is below the inversion startup power (Ps0), the model
20- should set the AC output (ac_power) to the night tare value (Pnt).
24+ should set the AC output (ac_power) to the night tare value (Pnt).
2125 The night tare power indicates the power consumed by the inverter to
2226 sense PV array voltage. The model was erroneously comparing Ps0 with
2327 the AC output power (ac_power), rather than the DC input power (p_dc).
2428
2529* Fixed the azimuth calculation of rotated PV panel in function
2630 pvlib.tracking.singleaxis(...) so that the results are consistent
2731 with PVsyst
32+
2833Contributors
2934~~~~~~~~~~~~
3035
3136* ejmiller2
3237* Yudong Ma
38+ * Tony Lorenzo
Original file line number Diff line number Diff line change 1111from pvlib import tracking
1212from pvlib import pvsystem
1313from pvlib import spa
14- from pvlib import modelchain
14+ from pvlib import modelchain
You can’t perform that action at this time.
0 commit comments