Skip to content

Commit

Permalink
prepare release 2.5.1.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Oct 6, 2022
1 parent b71c58d commit bcb9d9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,12 @@
unreleased
==========

v2.5.1.post0
============
* fix pypi sdist

v2.5.1
==========
======
* Added base class for contrast coding schemes in order to make them more maintainable
* Added hierarchical column feature in target encoder
* Fixed maximum recursion depth bug in hashing encoder
Expand Down
2 changes: 1 addition & 1 deletion category_encoders/__init__.py
Expand Up @@ -25,7 +25,7 @@
from category_encoders.glmm import GLMMEncoder
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder

__version__ = '2.5.1'
__version__ = '2.5.1.post0'

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

Expand Down

0 comments on commit bcb9d9e

Please sign in to comment.