From b926883a4ab744367953095a8540c8bf64ec2449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Capretto?= Date: Wed, 18 May 2022 13:39:09 -0300 Subject: [PATCH] Prepare 0.3.4 release (#76) --- CHANGELOG.md | 17 ++++++++++------- formulae/version.py | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6310e1..028736b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,34 @@ # Change Log -### 0.X.X Unreleased +## v0.X.X Unreleased ### New features ### Maintenance and fixes -- Fixed a bug in the levels of interaction terms involving numeric terms with multiple columns (b4a1f73) - ### Documentation ### Deprecation -### v0.3.3 +## v0.3.4 + +### Maintenance and fixes + +- Fixed a bug in the levels of interaction terms involving numeric terms with multiple columns (b4a1f73) + +## v0.3.3 ### Maintenance and fixes - Fixed a bug in `CategoricalBox`. Now it considers the order of the categories if `data` is ordered and `levels` is `None` (#73) -### v0.3.2 +## v0.3.2 ### Maintenance and fixes - Fixed a bug in `CategoricalBox` because it failed to convert categorical series to numpy arrays. Now it works. (#72) -### v0.3.1 +## v0.3.1 ### Maintenance and fixes @@ -36,7 +40,6 @@ - Removed `binary` and `success` attributes from `ResponseMatrix` (#71) - ## v0.3.0 ### New features diff --git a/formulae/version.py b/formulae/version.py index e19434e..334b899 100644 --- a/formulae/version.py +++ b/formulae/version.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.3.4"