From 27a888b3b7159814962b924780ca7134c8c1a0ed Mon Sep 17 00:00:00 2001 From: martin-springer Date: Wed, 18 Dec 2024 10:18:29 -0500 Subject: [PATCH] move changes to pending changelog 7 --- docs/sphinx/source/changelog/pending.rst | 5 +++++ docs/sphinx/source/changelog/v3.0.0-beta.0.rst | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/changelog/pending.rst b/docs/sphinx/source/changelog/pending.rst index 12766af0..8497d34e 100644 --- a/docs/sphinx/source/changelog/pending.rst +++ b/docs/sphinx/source/changelog/pending.rst @@ -19,3 +19,8 @@ Requirements ------------ * Updated tornado==6.4.2 in ``notebook_requirements.txt`` (:pull:`438`) + +Tests +----- +* Add tests for pvlib clearsky fiter in analysis chain (:pull:`441`) + diff --git a/docs/sphinx/source/changelog/v3.0.0-beta.0.rst b/docs/sphinx/source/changelog/v3.0.0-beta.0.rst index 966ba44e..f8000382 100644 --- a/docs/sphinx/source/changelog/v3.0.0-beta.0.rst +++ b/docs/sphinx/source/changelog/v3.0.0-beta.0.rst @@ -36,7 +36,6 @@ Tests ----- * Testing matrix was updated to include python = [3.9, 3.10, 3.11, 3.12] (:pull:`428`) * nbval sanitization rules were added for date and time stamp (:pull:`428`) -* add tests for pvlib clearsky fiter in analysis chain (:pull:`441`) Documentation -------------