From da6d11c265bf9fd4533f4e54c9a38c9340fe239a Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Mon, 25 Sep 2023 16:41:39 -0700 Subject: [PATCH] 0.6.5 --- docsite/docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docsite/docs/changelog.md b/docsite/docs/changelog.md index 2e78502..390d58c 100644 --- a/docsite/docs/changelog.md +++ b/docsite/docs/changelog.md @@ -3,6 +3,19 @@ For changes since the latest tagged release, please refer to the --- +## 0.6.5 (25 September 2023) + +This is a minor release with several important bugfixes. + +**Bugfixes and cleanups:** + +* Fixed intercept terms sorting after other features (by not counting literal + factors toward the degree of a term). +* Fixed a regression in 0.6.4 around quoted field names in Python evaluations. +* Fixed detection and dropping of null rows in sparse datasets. +* Fixed `poly()` transforms operating on datasets that include null values. +* Arguments can now be passed when running the unit tests using `hatch run tests`. + ## 0.6.4 (10 July 2023) This is a minor release with several new features and cleanups.