We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71c58d commit bcb9d9eCopy full SHA for bcb9d9e
CHANGELOG.md
@@ -1,8 +1,12 @@
1
unreleased
2
==========
3
4
+v2.5.1.post0
5
+============
6
+* fix pypi sdist
7
+
8
v2.5.1
-==========
9
+======
10
* Added base class for contrast coding schemes in order to make them more maintainable
11
* Added hierarchical column feature in target encoder
12
* Fixed maximum recursion depth bug in hashing encoder
category_encoders/__init__.py
@@ -25,7 +25,7 @@
25
from category_encoders.glmm import GLMMEncoder
26
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
27
28
-__version__ = '2.5.1'
+__version__ = '2.5.1.post0'
29
30
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
31
0 commit comments