@@ -19,6 +19,13 @@ Enhancements
1919 data (:py:func: `~pvlib.ivtools.sdm.fit_pvsyst_iec61853_sandia_2025 `). (:issue: `2185 `, :pull: `2429 `)
2020* Add optional arguments ``temperature_ref `` and ``irradiance_ref `` to
2121 :py:func: `~pvlib.pvsystem.sapm`(:issue:`2432 `, :pull: `2434 `)
22+ * Add NREL NSRDB PSM v4 API client to :py:mod: `pvlib.iotools `. See
23+ :py:func: `~pvlib.iotools.get_nsrdb_psm4_aggregated `,
24+ :py:func: `~pvlib.iotools.get_nsrdb_psm4_tmy `,
25+ :py:func: `~pvlib.iotools.get_nsrdb_psm4_conus `,
26+ :py:func: `~pvlib.iotools.get_nsrdb_psm4_full_disc `,
27+ :py:func: `~pvlib.iotools.read_nsrdb_psm4 `, and
28+ :py:func: `~pvlib.iotools.parse_nsrdb_psm4 `. (:issue: `2326 `, :pull: `2378 `)
2229
2330Documentation
2431~~~~~~~~~~~~~
@@ -27,6 +34,8 @@ Documentation
2734 (:issue: `2423 `, :pull: `2426 `)
2835* Clarify which SAPM coefficients are required by the ``module `` parameter in
2936 :py:func: `~pvlib.pvsystem.sapm ` (:issue: `2392 `, :pull: `2435 `)
37+ * Update references in :py: func`~pvlib.irradiance.get_extra_radiation`
38+ (:issue: `2333 `, :pull: `2347 `)
3039
3140Requirements
3241~~~~~~~~~~~~
@@ -46,5 +55,6 @@ Contributors
4655~~~~~~~~~~~~
4756* Cliff Hansen (:ghuser: `cwhanse `)
4857* Rajiv Daxini (:ghuser: `RDaxini `)
58+ * Will Hobbs (:ghuser: `williamhobbs `)
4959* Kevin Anderson (:ghuser: `kandersolar `)
5060* Will Holmgren (:ghuser: `wholmgren `)
0 commit comments