From dd2c85f3a91673feb150a94b362849094c16f7ad Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Fri, 19 Jul 2024 18:29:10 -0700 Subject: [PATCH] Update v0.11.1 what's new for coerce pvgis tmy - add description and links to issue/pr --- docs/sphinx/source/whatsnew/v0.11.1.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 4ccc9687c3..0148436154 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -16,6 +16,10 @@ Enhancements * Add new parameters for min/max absolute air mass to :py:func:`pvlib.spectrum.spectral_factor_firstsolar`. (:issue:`2086`, :pull:`2100`) +* Add ``utc_offset`` and ``coerce_year`` arguments to + :py:func:`pvlib.iotools.get_pvgis_tmy` to allow user to specify time zone, + rotate indices of TMY to begin at midnight, and force indices to desired + year. (:issue:`2139`, :pull:`2138`) Bug fixes @@ -45,4 +49,4 @@ Contributors * Leonardo Micheli (:ghuser:`lmicheli`) * Echedey Luis (:ghuser:`echedey-ls`) * Rajiv Daxini (:ghuser:`RDaxini`) - +* Mark A. Mikofski (:ghuser:`mikofski`)