From 0d02a8f1a6cbb1268fdd4571d419fae8581344a7 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Fri, 12 Jul 2024 11:48:42 -0700 Subject: [PATCH] 1.0.2 --- docsite/docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docsite/docs/changelog.md b/docsite/docs/changelog.md index c664c2e6..f326ca5b 100644 --- a/docsite/docs/changelog.md +++ b/docsite/docs/changelog.md @@ -3,6 +3,18 @@ For changes since the latest tagged release, please refer to the --- +## 1.0.2 (12 July 2024) + +**Bugfixes and cleanups:** + +* Fix compatibility with `pandas` >=3. +* Fix `mypy` type inference in materializer subclasses. + +**Documentation:** + +* Add column name extraction to `sklearn` integration example. +* Add section to allow users to indicate their usage of formulaic. + ## 1.0.1 (24 December 2023) **Bugfixes and cleanups:**