Skip to content

Commit

Permalink
prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Jun 2, 2022
1 parent 2e32822 commit 6a13c14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v2.5.0
======

* Introduce base class for encoders
* Introduce tagging system on encoders and use it to parametrize tests
* Drop support for python 3.5 and python 3.6
* Require pandas >=1.0
* Introduce f-strings
* Make BinaryEncoder a BaseNEncoder for base=2
* FutureWarning for TargetEncoder's default parameters
* Made all encoders re-fittable on different datasets (c.f. issue 122)
* Introduced tox.ini file for easier version testing

v2.4.1
======

Expand Down
2 changes: 1 addition & 1 deletion category_encoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from category_encoders.glmm import GLMMEncoder
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder

__version__ = '2.4.1'
__version__ = '2.5.0'

__author__ = "willmcginnis", "cmougan"

Expand Down

0 comments on commit 6a13c14

Please sign in to comment.