Skip to content

Commit 3ae3710

Browse files
prepare release 2.4.1
1 parent d120937 commit 3ae3710

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.4.1
2+
======
3+
4+
* Fixed a bug with categorical data type in LeaveOneOut encoder
5+
* Do not install examples as a package on its own
6+
17
v2.4.0
28
======
39

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from category_encoders.glmm import GLMMEncoder
2626
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
2727

28-
__version__ = '2.4.0'
28+
__version__ = '2.4.1'
2929

3030
__author__ = "willmcginnis", "cmougan"
3131

0 commit comments

Comments
 (0)