We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7b6e7 commit 60ade0eCopy full SHA for 60ade0e
docs/sphinx/source/whatsnew/v0.11.3.rst
docs/sphinx/source/whatsnew/v0.12.1.rst
@@ -14,6 +14,13 @@ Bug fixes
14
15
Enhancements
16
~~~~~~~~~~~~
17
+* Add NREL NSRDB PSM v4 API client to :py:mod:`pvlib.iotools`. See
18
+ :py:func:`~pvlib.iotools.get_nsrdb_psm4_aggregated`,
19
+ :py:func:`~pvlib.iotools.get_nsrdb_psm4_tmy`,
20
+ :py:func:`~pvlib.iotools.get_nsrdb_psm4_conus`,
21
+ :py:func:`~pvlib.iotools.get_nsrdb_psm4_full_disc`,
22
+ :py:func:`~pvlib.iotools.read_nsrdb_psm4`, and
23
+ :py:func:`~pvlib.iotools.parse_nsrdb_psm4`. (:issue:`2326`, :pull:`2378`)
24
25
26
Documentation
@@ -31,3 +38,4 @@ Maintenance
31
38
Contributors
32
39
33
40
* Cliff Hansen (:ghuser:`cwhanse`)
41
+* Will Hobbs (:ghuser:`williamhobbs`)
0 commit comments