From fed86166088012df369bfe9f6866c94a657822d0 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Mon, 7 Mar 2022 09:27:15 -0500 Subject: [PATCH] 3.1.0 release (#176) --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0256215..cd043c9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ Changelog Unreleased ---------- + +3.1.0 - 2022-03-07 +------------------ + **New feature** - :class:`tabmat.CategoricalMatrix` now accepts a `drop_first` argurment. This allows the user to drop the first column of a CategoricalMatrix to avoid multicollinearity problems in unregularized models.