diff --git a/docs/sphinx/source/whatsnew/pending.rst b/docs/sphinx/source/whatsnew/pending.rst index e60280e9..3346a38b 100644 --- a/docs/sphinx/source/whatsnew/pending.rst +++ b/docs/sphinx/source/whatsnew/pending.rst @@ -25,7 +25,9 @@ Bug fixes * Numpy 2.0 compatibility bug (:issue:`521`) * Fixed bug in :func:`bifacial_radiance.mismatch.mismatch_fit3` where the function was not returning the correct values. It has also been deprecated in favour of :func:`bifacial_radiance.mismatch.mismatch_fit2` which has a greater agreement with anual energy yield data (:issue:`520`) * Updated Github Actions to use Node20: checkout@v4, setup-python@v5, coactions/setup-xvfb, setup-buildx-action@v3 (:pull:`517`) +* Updated Github Actions to make Coveralls fail silently if it has an internal server error (:pull:`517`) * Fix PerformanceWarning and SettingWithCopyWarning (:issue:`515`) +* Switch from Versioneer to setuptools_scm (:pull:`522`) Documentation ~~~~~~~~~~~~~~