From de0d442b496afdf2d976286878a8443fdfcf64f6 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Tue, 15 Mar 2022 19:30:52 +1100 Subject: [PATCH] 0.3.1 --- docsite/docs/changelog.md | 7 +++++++ formulaic/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docsite/docs/changelog.md b/docsite/docs/changelog.md index 8d3cdf29..36dda463 100644 --- a/docsite/docs/changelog.md +++ b/docsite/docs/changelog.md @@ -3,6 +3,13 @@ For changes since the latest tagged release, please refer to the --- +## 0.3.1 (15 March 2022) + +This is a minor patch release that fixes the maintaining of output types, +NA-handling, and assurance of full-rank for factors that evaluate to pre-encoded +columns when constructing a model matrix from a pre-defined ModelSpec. The +benchmarks were also updated. + ## 0.3.0 (14 March 2022) This is a major new release with many new features, and a few small breaking diff --git a/formulaic/_version.py b/formulaic/_version.py index 5772098f..7f6fe26d 100644 --- a/formulaic/_version.py +++ b/formulaic/_version.py @@ -2,4 +2,4 @@ __author__ = "Matthew Wardrop" __author_email__ = "mpwardrop@gmail.com" -__version__ = "0.3.0" +__version__ = "0.3.1"