From 7fc9e25fdde449b82e4a0286a9fc0370daf3bbaa Mon Sep 17 00:00:00 2001 From: Bastien Boutonnet Date: Sun, 17 Jan 2021 20:36:11 +0100 Subject: [PATCH] update changelog --- CHANGELOG.rst | 7 +++++++ changelog/323.fix.rst | 1 - changelog/CHANGELOG.rst | 9 +++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 changelog/323.fix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4cb680a..4d43d485 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +sheetwork v1.0.6 Nicolas Jaar - Garden of Eden (2021-01-17) +=========================================================== + +Bug Fixes +--------- + +- `#323 `_: Columns to be converted to booleans which contained empty strings were converted as ``np.nan`` after sheet ingestion. Because this value had not been added to the allowable values for boolean conversion, users who had null values in their sheets could have ran into the app raising an error and not wanting to convert. Given that it is perfectly fine to have ``null`` values among booleans it is not made possible. sheetwork v1.0.5 Nicolas Jaar - Encore (2021-01-09) =================================================== diff --git a/changelog/323.fix.rst b/changelog/323.fix.rst deleted file mode 100644 index 86bfcd44..00000000 --- a/changelog/323.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Columns to be converted to booleans which contained empty strings were converted as ``np.nan`` after sheet ingestion. Because this value had not been added to the allowable values for boolean conversion, users who had null values in their sheets could have ran into the app raising an error and not wanting to convert. Given that it is perfectly fine to have ``null`` values among booleans it is not made possible diff --git a/changelog/CHANGELOG.rst b/changelog/CHANGELOG.rst index 2b03aa38..eb9de47f 100644 --- a/changelog/CHANGELOG.rst +++ b/changelog/CHANGELOG.rst @@ -2,6 +2,15 @@ This is an automatically generated changelog. Please consult the reformatted one .. towncrier release notes start +sheetwork v1.0.6 (2021-01-17) +============================= + +Bug Fixes +--------- + +- `#323 `_: Columns to be converted to booleans which contained empty strings were converted as ``np.nan`` after sheet ingestion. Because this value had not been added to the allowable values for boolean conversion, users who had null values in their sheets could have ran into the app raising an error and not wanting to convert. Given that it is perfectly fine to have ``null`` values among booleans it is not made possible + + sheetwork v1.0.5 (2021-01-09) =============================