Skip to content

Commit 6a13c14

Browse files
prepare release 2.5.0
1 parent 2e32822 commit 6a13c14

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v2.5.0
2+
======
3+
4+
* Introduce base class for encoders
5+
* Introduce tagging system on encoders and use it to parametrize tests
6+
* Drop support for python 3.5 and python 3.6
7+
* Require pandas >=1.0
8+
* Introduce f-strings
9+
* Make BinaryEncoder a BaseNEncoder for base=2
10+
* FutureWarning for TargetEncoder's default parameters
11+
* Made all encoders re-fittable on different datasets (c.f. issue 122)
12+
* Introduced tox.ini file for easier version testing
13+
114
v2.4.1
215
======
316

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from category_encoders.glmm import GLMMEncoder
2626
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
2727

28-
__version__ = '2.4.1'
28+
__version__ = '2.5.0'
2929

3030
__author__ = "willmcginnis", "cmougan"
3131

0 commit comments

Comments
 (0)