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 a33a667 commit fa0e3eeCopy full SHA for fa0e3ee
CHANGELOG.md
@@ -1,5 +1,8 @@
1
unreleased
2
==========
3
+
4
+v2.6.4
5
+======
6
* fixed: Future Warning in Pandas
7
* fixed: np.NaNs in numpy 2.x
8
* improved: performance of the hashing encoder (about twice as fast)
category_encoders/__init__.py
@@ -28,7 +28,7 @@
28
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
29
30
31
-__version__ = '2.6.3'
+__version__ = '2.6.4'
32
33
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
34
0 commit comments