From 6627f97476441537519a49a7318795136f4d3e65 Mon Sep 17 00:00:00 2001 From: martin-springer Date: Mon, 2 Dec 2024 16:29:33 -0500 Subject: [PATCH] update changelog --- docs/sphinx/source/changelog/v3.0.0-beta.0.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 f69ffff4..d0020bc8 100644 --- a/docs/sphinx/source/changelog/v3.0.0-beta.0.rst +++ b/docs/sphinx/source/changelog/v3.0.0-beta.0.rst @@ -22,7 +22,8 @@ Enhancements * Added codecov.yml configuration file (:pull:`420`) * Availability module no longer considered experimental (:pull:`429`) * Add capability to seed the CircularBlockBootstrap (:pull:`429`) -* Allow sub-daily aggregation in :py:func:`~rdtools.degradation.degradation_year_on_year` (:pull:`390`) +* Allow sub-daily aggregation in :py:func:`~rdtools.degradation.degradation_year_on_year` (:pull:`390`) + Bug fixes --------- @@ -31,6 +32,7 @@ Bug fixes * Deploy workflow was replaced with trusted publisher workflow for pypi (:pull:`427`) * Fix pandas 2.0.0 deprications and update syntax changes (:pull:`428`) * Fix numpy 2.0.0 deprications and update syntax changes (:pull:`428`) +* Add warning to clearsky workflow when power_expected is passed by user (:pull:`437`) Tests -----