@@ -30,18 +30,6 @@ Bug fixes
3030 data type integer, users can expect modeled cell temperature values to
3131 increase slightly.
3232 (:issue: `2608 `, :pull: `2745 `)
33-
34-
35- Enhancements
36- ~~~~~~~~~~~~
37- * Implement the ANTS-2D bifacial irradiance model in
38- :py:func: `pvlib.bifacial.ants2d.get_irradiance `. (:pull: `2740 `)
39- * Add parameters ``g0 `` and ``g1 `` to allow segmented ground surfaces in
40- :py:func: `~pvlib.bifacial.utils.vf_ground_sky_2d_integ ` and
41- :py:func: `~pvlib.bifacial.utils.vf_row_ground_2d_integ `. (:pull: `2740 `)
42- * Accelerate :py:func: `~pvlib.bifacial.utils.vf_ground_sky_2d_integ ` by one or
43- two orders of magnitude. This also makes :py:mod: `pvlib.bifacial.infinite_sheds ` faster.
44- (:pull: `2740 `)
4533* Fixes a regression in :py:func: `pvlib.tracking.calc_surface_orientation `
4634 introduced in v0.15.1 (:pull: `2702 `) that caused a broadcasting
4735 ``ValueError `` when ``tracker_theta `` was a 2-D (or higher rank) array.
@@ -52,10 +40,17 @@ Enhancements
5240* Add the ``front_side_fraction `` parameter to
5341 :py:func: `pvlib.snow.loss_townsend ` to support Townsend snow-loss
5442 workflows for bifacial systems. (:issue: `2755 `, :pull: `2756 `)
55-
5643* Added mapping of the parameter ``"albedo" `` in
5744 :py:func: `~pvlib.iotools.get_nasa_power ` when ``map_variables=True ``
5845 (:pull: `2753 `)
46+ * Implement the ANTS-2D bifacial irradiance model in
47+ :py:func: `pvlib.bifacial.ants2d.get_irradiance `. (:pull: `2740 `)
48+ * Add parameters ``g0 `` and ``g1 `` to allow segmented ground surfaces in
49+ :py:func: `~pvlib.bifacial.utils.vf_ground_sky_2d_integ ` and
50+ :py:func: `~pvlib.bifacial.utils.vf_row_ground_2d_integ `. (:pull: `2740 `)
51+ * Accelerate :py:func: `~pvlib.bifacial.utils.vf_ground_sky_2d_integ ` by one or
52+ two orders of magnitude. This also makes :py:mod: `pvlib.bifacial.infinite_sheds ` faster.
53+ (:pull: `2740 `)
5954
6055
6156Documentation
0 commit comments