From 469ee27b464974960df8b76cfaf8ac56fbfc2e92 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:07:38 -0400 Subject: [PATCH] docs: Update CHANGELOG and AUTHORS --- AUTHORS.rst | 1 + CHANGELOG.rst | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 7f9b8275..a6f367e4 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -45,3 +45,4 @@ agate is made by a community. The following individuals have contributed code, d * `brian-from-quantrocket `_ * `mathdesc `_ * `Tim Gates `_ +* `castorf `_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7827bf62..169c3290 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,8 @@ -1.7.2 +1.8.0 ----- -* Fix consecutive calls to :meth:`.Table.group_by`. (#765) +* feat: Lowercase the ``null_values`` provided to individual data types, since all comparisons to ``null_values`` are case-insensitive. (#770) +* fix: Allow consecutive calls to :meth:`.Table.group_by`. (#765) 1.7.1 - Jan 4, 2023 -------------------