Skip to content

Commit 6b9476b

Browse files
kandersolarAdamRJensenechedey-lsRDaxini
authored
Finalize v0.13.1 (#2554)
* fix up whatsnew formatting * add missing contributors for 0.13.1 * correct a few sphinx issues * Update docs/sphinx/source/whatsnew/v0.13.1.rst Co-authored-by: Adam R. Jensen <[email protected]> * updates from review Co-Authored-By: Echedey Luis <[email protected]> * remove :term: from missing items Co-Authored-By: RDaxini <[email protected]> --------- Co-authored-by: Adam R. Jensen <[email protected]> Co-authored-by: Echedey Luis <[email protected]> Co-authored-by: RDaxini <[email protected]>
1 parent 72404a8 commit 6b9476b

File tree

3 files changed

+29
-36
lines changed

3 files changed

+29
-36
lines changed

docs/sphinx/source/user_guide/modeling_topics/spectrum.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ Reference [2]_.
5151
| +-----------------------------+ | | | | | | |
5252
| |:term:`precipitable_water`, ||||||| [2]_ |
5353
| +-----------------------------+ | | | | | | |
54-
| | :term:`aod` | | | | | | | |
54+
| | aod | | | | | | | |
5555
+-----------------------------------------------------+-----------------------------+---------+---------+------+------+------+------------+-----------+
5656
| :py:func:`First Solar <spectral_factor_firstsolar>` | :term:`airmass_absolute`, | | | | | | | |
5757
| +-----------------------------+ ||| | | | [3]_ |
5858
| | :term:`precipitable_water` | | | | | | | |
5959
+-----------------------------------------------------+-----------------------------+---------+---------+------+------+------+------------+-----------+
6060
| :py:func:`JRC <spectral_factor_jrc>` | :term:`airmass_relative`, | | | | | | | |
6161
| +-----------------------------+ ||| | | + [4]_ |
62-
| | :term:`clearsky_index` | | | | | | | |
62+
| | clearsky_index | | | | | | | |
6363
+-----------------------------------------------------+-----------------------------+---------+---------+------+------+------+------------+-----------+
6464
| :py:func:`PVSPEC <spectral_factor_pvspec>` | :term:`airmass_absolute`, | | | | | | | |
6565
| +-----------------------------+||||| | [5]_ |
66-
| | :term:`clearsky_index` | | | | | | | |
66+
| | clearsky_index | | | | | | | |
6767
+-----------------------------------------------------+-----------------------------+---------+---------+------+------+------+------------+-----------+
6868
| :py:func:`SAPM <spectral_factor_sapm>` | :term:`airmass_absolute` | | | | | | | [6]_ |
6969
+-----------------------------------------------------+-----------------------------+---------+---------+------+------+------+------------+-----------+
Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
.. _whatsnew_0_13_1:
22

33

4-
v0.13.1 (Anticipated September, 2025)
4+
v0.13.1 (September 24, 2025)
55
-------------------------------------
66

7-
Breaking Changes
8-
~~~~~~~~~~~~~~~~
9-
10-
117
Deprecations
128
~~~~~~~~~~~~
13-
* Deprecate :py:func:`~pvlib.modelchain.get_orientation`. (:pull:`2495`)
14-
* Rename parameter name ``aparent_azimuth`` to ``solar_azimuth`` in :py:func:`~pvlib.tracking.singleaxis`.
9+
* Deprecate :py:func:`pvlib.modelchain.get_orientation`. (:pull:`2495`)
10+
* Rename parameter name ``apparent_azimuth`` to ``solar_azimuth`` in :py:func:`~pvlib.tracking.singleaxis`.
1511
(:issue:`2479`, :pull:`2480`)
1612

1713
Bug fixes
@@ -21,8 +17,9 @@ Bug fixes
2117

2218
Enhancements
2319
~~~~~~~~~~~~
24-
* Add new parameters for the Huld PV array mode :py:func:`~pvlib.pvarray.huld` (:issue:`2461`, :pull:`2486`)
25-
* Add k coefficient in :py:func:`~pvlib.temperature.ross`
20+
* Add option to use the latest parameters for the Huld PV array model
21+
:py:func:`~pvlib.pvarray.huld`. (:issue:`2461`, :pull:`2486`)
22+
* Add option to specify ``k`` coefficient in :py:func:`~pvlib.temperature.ross`.
2623
(:issue:`2506`, :pull:`2521`)
2724
* Add iotools functions to retrieve irradiance and weather data from Meteonorm:
2825
:py:func:`~pvlib.iotools.get_meteonorm_forecast_basic`, :py:func:`~pvlib.iotools.get_meteonorm_forecast_precision`,
@@ -33,8 +30,8 @@ Enhancements
3330
(:pull:`2500`)
3431
* :py:func:`pvlib.spectrum.spectral_factor_firstsolar` no longer emits warnings
3532
when airmass and precipitable water values fall out of range. (:pull:`2512`)
36-
* Allows reading TMY data from a Path or file-like object in :py:func:`~pvlib.iotools.read_tmy3`.
37-
(:pull:`2544`, :ghuser:`jerluc`)
33+
* Allow reading TMY data from a Path or file-like object in :py:func:`~pvlib.iotools.read_tmy3`.
34+
(:pull:`2544`)
3835

3936
Documentation
4037
~~~~~~~~~~~~~
@@ -44,19 +41,11 @@ Documentation
4441
and other miscellaneous edits. (:issue:`2205`, :issue:`2248`, :pull:`2311`)
4542
* Substantiate definitions of solar/surface azimuth/zenith and aoi on the
4643
:ref:`nomenclature` page. (:issue:`2448`, :pull:`2503`)
47-
* Add a new reference page for the spectrum (:ref:`_spectrum_user_guide`) to the
44+
* Add a new reference page for the spectrum (:ref:`spectrum_user_guide`) to the
4845
Modeling Topics section of the user guide, documenting pvlib-python's spectrum
4946
functionality, which includes a comparison table of spectral mismatch estimation
5047
models. (:issue:`2329`, :pull:`2353`)
51-
52-
53-
Testing
54-
~~~~~~~
55-
56-
57-
Benchmarking
58-
~~~~~~~~~~~~
59-
48+
* Fix FAQ URL in ``README.md``. (:pull:`2488`)
6049

6150
Requirements
6251
~~~~~~~~~~~~
@@ -65,22 +54,26 @@ Requirements
6554
* Advance minimum scipy to 1.7.2. (:pull:`2547`)
6655
* Advance minimum pandas to 1.3.3. (:pull:`2547`)
6756

68-
6957
Maintenance
7058
~~~~~~~~~~~
71-
* Fix FAQ URL in ``README.md``. (:pull:`2488`)
72-
59+
* Switch to using Trusted Publishing for deploying releases to PyPI. (:issue:`2511`, :pull:`2549`)
7360

7461
Contributors
7562
~~~~~~~~~~~~
7663
* Elijah Passmore (:ghuser:`eljpsm`)
7764
* Omar Bahamida (:ghuser:`OmarBahamida`)
7865
* Cliff Hansen (:ghuser:`cwhanse`)
79-
8066
* Ioannis Sifnaios (:ghuser:`IoannisSifnaios`)
8167
* Rajiv Daxini (:ghuser:`RDaxini`)
82-
* Omar Bahamida (:ghuser:`OmarBahamida`)
8368
* Rodrigo Amaro e Silva (:ghuser:`ramaroesilva`)
8469
* Kevin Anderson (:ghuser:`kandersolar`)
8570
* Mikaella Brewer (:ghuser:`brwerx`)
8671
* Will Holmgren (:ghuser:`wholmgren`)
72+
* Jeremy Lucas (:ghuser:`jerluc`)
73+
* Adam R. Jensen (:ghuser:`AdamRJensen`)
74+
* Will Hobbs (:ghuser:`williamhobbs`)
75+
* Echedey Luis (:ghuser:`echedey-ls`)
76+
* Anton Driesse (:ghuser:`adriesse`)
77+
* Mark Mikofski (:ghuser:`mikofski`)
78+
* Mathias Aschwanden (:ghuser:`maschwanden`)
79+
* :ghuser:`leopardracer`

pvlib/irradiance.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ def poa_components(aoi, dni, poa_sky_diffuse, poa_ground_diffuse):
501501
* ``poa_direct`` : Total in-plane beam irradiance. [Wm⁻²]
502502
* ``poa_diffuse`` : Total in-plane diffuse irradiance. [Wm⁻²]
503503
* ``poa_sky_diffuse`` : In-plane diffuse irradiance from sky. [Wm⁻²]
504-
* ``poa_ground_diffuse`` : In-plane diffuse irradiance from ground
505-
. [Wm⁻²]
504+
* ``poa_ground_diffuse`` : In-plane diffuse irradiance from ground.
505+
[Wm⁻²]
506506
507507
Notes
508508
------
@@ -997,11 +997,11 @@ def king(surface_tilt, dhi, ghi, solar_zenith):
997997
998998
Parameters
999999
----------
1000-
surface_tilt : numeric
1001-
Panel tilt from the horizontal. See :term:`surface_tilt`. [°]
1000+
surface_tilt : numeric
1001+
Panel tilt from the horizontal. See :term:`surface_tilt`. [°]
10021002
1003-
dhi : numeric
1004-
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
1003+
dhi : numeric
1004+
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
10051005
10061006
ghi : numeric
10071007
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
@@ -1729,7 +1729,7 @@ def clearness_index_zenith_independent(clearness_index, airmass,
17291729
plane. [unitless]
17301730
17311731
airmass : numeric
1732-
Airmass. See :term:`relative_airmass`. [unitless]
1732+
Airmass. See :term:`airmass_relative`. [unitless]
17331733
17341734
max_clearness_index : numeric, default 2.0
17351735
Maximum value of the clearness index. The default, 2.0, allows

0 commit comments

Comments
 (0)