diff --git a/docs/sphinx/source/changelog.rst b/docs/sphinx/source/changelog.rst index 276fdb06..304e6b44 100644 --- a/docs/sphinx/source/changelog.rst +++ b/docs/sphinx/source/changelog.rst @@ -1,5 +1,6 @@ RdTools Change Log ================== +.. include:: changelog/v2.2.0-beta.2.rst .. include:: changelog/v2.2.0-beta.1.rst .. include:: changelog/v2.1.8.rst .. include:: changelog/v2.1.7.rst diff --git a/docs/sphinx/source/changelog/v2.2.0-beta.2.rst b/docs/sphinx/source/changelog/v2.2.0-beta.2.rst new file mode 100644 index 00000000..c8455958 --- /dev/null +++ b/docs/sphinx/source/changelog/v2.2.0-beta.2.rst @@ -0,0 +1,19 @@ +******************************** +v2.2.0-beta.2 (December 1, 2023) +******************************** + +Enhancements +------------ +* Return CODS results without bootstrapping when soiling signal + is small but raise warning ``soiling.py`` (:issue:`367` :pull:`400`) + +Bug fixes +--------- +* Fix flake8 missing whitespaces ``bootstrap_test.py``, ``soiling_cods_test.py`` (:pull:`400`) +* Specify dtype for seasonal samples ``soiling.py`` (:pull:`400`) +* Update deprecated `check_less_precise` to `rtol` ``soiling_cods_test.py`` (:pull:`400`) + +Contributors +------------ +* Martin Springer (:ghuser:`martin-springer`) +* Michael Deceglie (:ghuser:`mdeceglie`) \ No newline at end of file