Skip to content

Commit 1d3af5f

Browse files
committed
create bug fixes section in whatsnew
1 parent 637e4bd commit 1d3af5f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
v0.11.3 (Anticipated March, 2025)
55
---------------------------------
66

7+
Bug fixes
8+
~~~~~~~~~
9+
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
10+
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
11+
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
12+
using the `from pvlib.transformer` syntax (:pull:`2388`)
13+
14+
15+
716
Deprecations
817
~~~~~~~~~~~~
918

@@ -12,10 +21,6 @@ Enhancements
1221
~~~~~~~~~~~~
1322
* :py:func:`~pvlib.irradiance.gti_dirint` now raises an informative message
1423
when input data don't include values with AOI<90 (:issue:`1342`, :pull:`2347`)
15-
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
16-
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
17-
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
18-
using the `from pvlib.transformer` syntax (:pull:`2388`)
1924

2025
Documentation
2126
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)