@@ -52,6 +52,16 @@ Deprecations
5252
5353Enhancements
5454~~~~~~~~~~~~
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+
5565* Added a function :py:func: `pvlib.spectrum.spectral_factor_caballero `
5666 to estimate spectral mismatch modifiers from atmospheric conditions. (:pull: `1296 `)
5767* Added a new irradiance decomposition model :py:func: `pvlib.irradiance.louche `. (:pull: `1705 `)
@@ -72,6 +82,11 @@ Enhancements
7282
7383Bug fixes
7484~~~~~~~~~
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 `)
7590* `data ` can no longer be left unspecified in
7691 :py:meth: `pvlib.modelchain.ModelChain.run_model_from_effective_irradiance `. (:issue: `1713 `, :pull: `1720 `)
7792* ``d2mutau `` and ``NsVbi `` were hardcoded in :py:func: `pvlib.pvsystem.max_power_point ` instead of
@@ -103,6 +118,8 @@ Requirements
103118
104119Contributors
105120~~~~~~~~~~~~
121+ * Mark Mikofski (:ghuser: `mikofski `)
122+ * Cliff Hansen (:ghuser: `cwhanse `)
106123* Lakshya Garg (:ghuser: `Lakshyadevelops `)
107124* Adam R. Jensen (:ghuser: `adamrjensen `)
108125* Ben Pierce (:ghuser: `bgpierc `)
0 commit comments