Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Dec 1, 2023
1 parent 00dff00 commit 2aacb43
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 19 additions & 0 deletions docs/sphinx/source/changelog/v2.2.0-beta.2.rst
Original file line number Diff line number Diff line change
@@ -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`)

0 comments on commit 2aacb43

Please sign in to comment.