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 -----