Skip to content

Commit

Permalink
prepare release 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Oct 1, 2024
1 parent a33a667 commit fa0e3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
unreleased
==========

v2.6.4
======
* fixed: Future Warning in Pandas
* fixed: np.NaNs in numpy 2.x
* improved: performance of the hashing encoder (about twice as fast)
Expand Down
2 changes: 1 addition & 1 deletion category_encoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder


__version__ = '2.6.3'
__version__ = '2.6.4'

__author__ = "willmcginnis", "cmougan", "paulwestenthanner"

Expand Down

0 comments on commit fa0e3ee

Please sign in to comment.