From c282e93b7d51caa4de5afccc14f6f7016d304eb2 Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Mon, 15 Feb 2021 10:32:37 -0700 Subject: [PATCH 1/3] update psm3 links --- pvlib/iotools/psm3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvlib/iotools/psm3.py b/pvlib/iotools/psm3.py index 87dd386d98..758884160a 100644 --- a/pvlib/iotools/psm3.py +++ b/pvlib/iotools/psm3.py @@ -112,9 +112,9 @@ def get_psm3(latitude, longitude, api_key, email, names='tmy', interval=60, .. [1] `NREL National Solar Radiation Database (NSRDB) `_ .. [2] `Physical Solar Model (PSM) v3 - `_ + `_ .. [3] `Physical Solar Model (PSM) v3 TMY - `_ + `_ .. [4] `Physical Solar Model (PSM) v3 - Five Minute Temporal Resolution `_ """ From 78e140685fab9521c0a03428a241773c0ad7aef3 Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Mon, 15 Feb 2021 10:37:50 -0700 Subject: [PATCH 2/3] whats new fix --- docs/sphinx/source/whatsnew/v0.9.0.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.0.rst b/docs/sphinx/source/whatsnew/v0.9.0.rst index 1377458ddc..6842a98437 100644 --- a/docs/sphinx/source/whatsnew/v0.9.0.rst +++ b/docs/sphinx/source/whatsnew/v0.9.0.rst @@ -100,10 +100,11 @@ Enhancements Bug fixes ~~~~~~~~~ * Pass weather data to solar position calculations in - :ref:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`. + :py:meth:`~pvlib.modelchain.ModelChain.prepare_inputs_from_poa`. (:issue:`1065`, :pull:`1140`) * Reindl model fixed to generate sky_diffuse=0 when GHI=0. (:issue:`1153`, :pull:`1154`) + Testing ~~~~~~~ From aa2c25a4282da88c685f07db91aea0692873cbb2 Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Mon, 15 Feb 2021 10:44:38 -0700 Subject: [PATCH 3/3] more whats new, including people we missed previously --- docs/sphinx/source/whatsnew/v0.9.0.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.0.rst b/docs/sphinx/source/whatsnew/v0.9.0.rst index 6842a98437..81e7a0c60b 100644 --- a/docs/sphinx/source/whatsnew/v0.9.0.rst +++ b/docs/sphinx/source/whatsnew/v0.9.0.rst @@ -112,7 +112,8 @@ Documentation ~~~~~~~~~~~~~ * Update intro tutorial to highlight the use of historical meteorological data - and to make the procedural and OO results match exactly. + and to make the procedural and object oriented results match exactly. +* Update documentation links in :py:func:`pvlib.iotools.get_psm3` Requirements ~~~~~~~~~~~~ @@ -128,3 +129,5 @@ Contributors * Nate Croft (:ghuser:`ncroft-b4`) * Kevin Anderson (:ghuser:`kanderso-nrel`) * Adam R. Jensen (:ghuser:`AdamRJensen`) +* Joshua Stein (:ghuser:`jsstein`) +* Tony Lorenzo (:ghuser:`alorenzo175`)