@@ -19,6 +19,13 @@ Enhancements
19
19
data (:py:func: `~pvlib.ivtools.sdm.fit_pvsyst_iec61853_sandia_2025 `). (:issue: `2185 `, :pull: `2429 `)
20
20
* Add optional arguments ``temperature_ref `` and ``irradiance_ref `` to
21
21
: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 `)
22
29
23
30
Documentation
24
31
~~~~~~~~~~~~~
@@ -27,6 +34,8 @@ Documentation
27
34
(:issue: `2423 `, :pull: `2426 `)
28
35
* Clarify which SAPM coefficients are required by the ``module `` parameter in
29
36
: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 `)
30
39
31
40
Requirements
32
41
~~~~~~~~~~~~
@@ -46,5 +55,6 @@ Contributors
46
55
~~~~~~~~~~~~
47
56
* Cliff Hansen (:ghuser: `cwhanse `)
48
57
* Rajiv Daxini (:ghuser: `RDaxini `)
58
+ * Will Hobbs (:ghuser: `williamhobbs `)
49
59
* Kevin Anderson (:ghuser: `kandersolar `)
50
60
* Will Holmgren (:ghuser: `wholmgren `)
0 commit comments