File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ v2.5.0
2
+ ======
3
+
4
+ * Introduce base class for encoders
5
+ * Introduce tagging system on encoders and use it to parametrize tests
6
+ * Drop support for python 3.5 and python 3.6
7
+ * Require pandas >=1.0
8
+ * Introduce f-strings
9
+ * Make BinaryEncoder a BaseNEncoder for base=2
10
+ * FutureWarning for TargetEncoder's default parameters
11
+ * Made all encoders re-fittable on different datasets (c.f. issue 122)
12
+ * Introduced tox.ini file for easier version testing
13
+
1
14
v2.4.1
2
15
======
3
16
Original file line number Diff line number Diff line change 25
25
from category_encoders .glmm import GLMMEncoder
26
26
from category_encoders .quantile_encoder import QuantileEncoder , SummaryEncoder
27
27
28
- __version__ = '2.4.1 '
28
+ __version__ = '2.5.0 '
29
29
30
30
__author__ = "willmcginnis" , "cmougan"
31
31
You can’t perform that action at this time.
0 commit comments