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~~~~~~~~~~~~
139* Deprecate :py:func: `~pvlib.modelchain.get_orientation `. (:pull: `2495 `)
10+ * Deprecate :py:func: `pvlib.modelchain.get_orientation `. (:pull: `2495 `)
1411* Rename parameter name ``apparent_azimuth `` to ``solar_azimuth `` in :py:func: `~pvlib.tracking.singleaxis `.
1512 (:issue: `2479 `, :pull: `2480 `)
1613* Rename ``axis_tilt `` and ``cross_axis_tilt `` to ``axis_slope `` and ``cross_axis_slope `` all through the project. Affects:
@@ -32,8 +29,9 @@ Bug fixes
3229
3330Enhancements
3431~~~~~~~~~~~~
35- * Add new parameters for the Huld PV array mode :py:func: `~pvlib.pvarray.huld ` (:issue: `2461 `, :pull: `2486 `)
36- * Add k coefficient in :py:func: `~pvlib.temperature.ross `
32+ * Add option to use the latest parameters for the Huld PV array model
33+ :py:func: `~pvlib.pvarray.huld `. (:issue: `2461 `, :pull: `2486 `)
34+ * Add option to specify ``k `` coefficient in :py:func: `~pvlib.temperature.ross `.
3735 (:issue: `2506 `, :pull: `2521 `)
3836* Add iotools functions to retrieve irradiance and weather data from Meteonorm:
3937 :py:func: `~pvlib.iotools.get_meteonorm_forecast_basic `, :py:func: `~pvlib.iotools.get_meteonorm_forecast_precision `,
@@ -44,8 +42,8 @@ Enhancements
4442 (:pull: `2500 `)
4543* :py:func: `pvlib.spectrum.spectral_factor_firstsolar ` no longer emits warnings
4644 when airmass and precipitable water values fall out of range. (:pull: `2512 `)
47- * Allows reading TMY data from a Path or file-like object in :py:func: `~pvlib.iotools.read_tmy3 `.
48- (:pull: `2544 `, :ghuser: ` jerluc ` )
45+ * Allow reading TMY data from a Path or file-like object in :py:func: `~pvlib.iotools.read_tmy3 `.
46+ (:pull: `2544 `)
4947
5048Documentation
5149~~~~~~~~~~~~~
@@ -55,19 +53,11 @@ Documentation
5553 and other miscellaneous edits. (:issue: `2205 `, :issue: `2248 `, :pull: `2311 `)
5654* Substantiate definitions of solar/surface azimuth/zenith and aoi on the
5755 :ref: `nomenclature ` page. (:issue: `2448 `, :pull: `2503 `)
58- * Add a new reference page for the spectrum (:ref: `_spectrum_user_guide `) to the
56+ * Add a new reference page for the spectrum (:ref: `spectrum_user_guide `) to the
5957 Modeling Topics section of the user guide, documenting pvlib-python's spectrum
6058 functionality, which includes a comparison table of spectral mismatch estimation
6159 models. (:issue: `2329 `, :pull: `2353 `)
62-
63-
64- Testing
65- ~~~~~~~
66-
67-
68- Benchmarking
69- ~~~~~~~~~~~~
70-
60+ * Fix FAQ URL in ``README.md ``. (:pull: `2488 `)
7161
7262Requirements
7363~~~~~~~~~~~~
@@ -76,22 +66,26 @@ Requirements
7666* Advance minimum scipy to 1.7.2. (:pull: `2547 `)
7767* Advance minimum pandas to 1.3.3. (:pull: `2547 `)
7868
79-
8069Maintenance
8170~~~~~~~~~~~
82- * Fix FAQ URL in ``README.md ``. (:pull: `2488 `)
83-
71+ * Switch to using Trusted Publishing for deploying releases to PyPI. (:issue: `2511 `, :pull: `2549 `)
8472
8573Contributors
8674~~~~~~~~~~~~
8775* Elijah Passmore (:ghuser: `eljpsm `)
8876* Omar Bahamida (:ghuser: `OmarBahamida `)
8977* Cliff Hansen (:ghuser: `cwhanse `)
90-
9178* Ioannis Sifnaios (:ghuser: `IoannisSifnaios `)
9279* Rajiv Daxini (:ghuser: `RDaxini `)
93- * Omar Bahamida (:ghuser: `OmarBahamida `)
9480* Rodrigo Amaro e Silva (:ghuser: `ramaroesilva `)
9581* Kevin Anderson (:ghuser: `kandersolar `)
9682* Mikaella Brewer (:ghuser: `brwerx `)
9783* Will Holmgren (:ghuser: `wholmgren `)
84+ * Jeremy Lucas (:ghuser: `jerluc `)
85+ * Adam R. Jensen (:ghuser: `AdamRJensen `)
86+ * Will Hobbs (:ghuser: `williamhobbs `)
87+ * Echedey Luis (:ghuser: `echedey-ls `)
88+ * Anton Driesse (:ghuser: `adriesse `)
89+ * Mark Mikofski (:ghuser: `mikofski `)
90+ * Mathias Aschwanden (:ghuser: `maschwanden `)
91+ * :ghuser: `leopardracer `
0 commit comments