Skip to content

Commit f82d273

Browse files
committed
fix up whatsnew formatting
1 parent a994fb7 commit f82d273

1 file changed

Lines changed: 8 additions & 22 deletions

File tree

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

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
v0.13.1 (Anticipated September, 2025)
55
-------------------------------------
66

7-
Breaking Changes
8-
~~~~~~~~~~~~~~~~
9-
10-
117
Deprecations
128
~~~~~~~~~~~~
139
* Deprecate :py:func:`~pvlib.modelchain.get_orientation`. (:pull:`2495`)
@@ -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
~~~~~~~~~~~~~
@@ -48,15 +45,7 @@ Documentation
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,19 @@ 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`)

0 commit comments

Comments
 (0)