You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+6-1
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,18 @@ Subsections for each version can be one of the following;
16
16
17
17
Each individual change should have a link to the pull request after the description of the change.
18
18
19
+
1.2.1 (2024-02-08)
20
+
------------------
21
+
Added
22
+
^^^^^
23
+
- Updated GroupRareLevelsTransformer so that when working with category dtypes it forgets categories encoded as rare (this is wanted behaviour as these categories are no longer present in the data) `#177 https://github.com/lvgig/tubular/pull/177`_
24
+
19
25
1.2.0 (2024-02-06)
20
26
------------------
21
27
Added
22
28
^^^^^
23
29
- Update OneHotEncodingTransformer to default to returning int8 columns `#175 <https://github.com/lvgig/tubular/pull/175>`_
24
30
- Updated NullIndicator to return int8 columns `#173 https://github.com/lvgig/tubular/pull/173`_
25
-
- Update OneHotEncodingTransformer to default to returning int8 columns `#175 <https://github.com/lvgig/tubular/pull/175>`_
26
31
- Updated MeanResponseTransformer to coerce return to float (useful behaviour for category type features) `#174 <https://github.com/lvgig/tubular/pull/174>`_
0 commit comments