Skip to content

Commit fa0e3ee

Browse files
author
PaulWestenthanner
committed
prepare release 2.6.4
1 parent a33a667 commit fa0e3ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
unreleased
22
==========
3+
4+
v2.6.4
5+
======
36
* fixed: Future Warning in Pandas
47
* fixed: np.NaNs in numpy 2.x
58
* improved: performance of the hashing encoder (about twice as fast)

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
2929

3030

31-
__version__ = '2.6.3'
31+
__version__ = '2.6.4'
3232

3333
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
3434

0 commit comments

Comments
 (0)