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-
117Deprecations
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
1713Bug fixes
@@ -21,8 +17,9 @@ Bug fixes
2117
2218Enhancements
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
3936Documentation
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
6150Requirements
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-
6957Maintenance
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
7461Contributors
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 `
0 commit comments