@@ -52,6 +52,16 @@ Deprecations
52
52
53
53
Enhancements
54
54
~~~~~~~~~~~~
55
+ * Exposes several functions useful for bifacial and shading calculations (:pull: `1666 `):
56
+
57
+ * :py:func: `pvlib.bifacial.utils.vf_row_sky_2d `
58
+ * :py:func: `pvlib.bifacial.utils.vf_row_sky_2d_integ `
59
+ * :py:func: `pvlib.bifacial.utils.vf_row_ground_2d `
60
+ * :py:func: `pvlib.bifacial.utils.vf_row_ground_2d_integ `
61
+ * :py:func: `pvlib.bifacial.utils.vf_ground_sky_2d `
62
+ * :py:func: `pvlib.bifacial.utils.vf_ground_sky_2d_integ `
63
+ * :py:func: `pvlib.shading.ground_angle `
64
+
55
65
* Added a function :py:func: `pvlib.spectrum.spectral_factor_caballero `
56
66
to estimate spectral mismatch modifiers from atmospheric conditions. (:pull: `1296 `)
57
67
* Added a new irradiance decomposition model :py:func: `pvlib.irradiance.louche `. (:pull: `1705 `)
@@ -72,6 +82,11 @@ Enhancements
72
82
73
83
Bug fixes
74
84
~~~~~~~~~
85
+ * Corrects an error in view factor calculations which are part of
86
+ :py:func: `pvlib.bifacial.infinite_sheds.get_irradiance `. The error
87
+ affects rear surface irradiance by a few W/m2. As part of the correction,
88
+ average view factors are now computed by exact formulas rather than by
89
+ numerical integration. (:issue: `1665 `, :pull: `1666 `)
75
90
* `data ` can no longer be left unspecified in
76
91
:py:meth: `pvlib.modelchain.ModelChain.run_model_from_effective_irradiance `. (:issue: `1713 `, :pull: `1720 `)
77
92
* ``d2mutau `` and ``NsVbi `` were hardcoded in :py:func: `pvlib.pvsystem.max_power_point ` instead of
@@ -103,6 +118,8 @@ Requirements
103
118
104
119
Contributors
105
120
~~~~~~~~~~~~
121
+ * Mark Mikofski (:ghuser: `mikofski `)
122
+ * Cliff Hansen (:ghuser: `cwhanse `)
106
123
* Lakshya Garg (:ghuser: `Lakshyadevelops `)
107
124
* Adam R. Jensen (:ghuser: `adamrjensen `)
108
125
* Ben Pierce (:ghuser: `bgpierc `)
0 commit comments