Skip to content

Commit

Permalink
update changelog and version for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Mar 9, 2022
1 parent 9bcc9ce commit 4a48107
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v2.4.0
======

* improved documentation
* fix bug in CatBoost encoder
* fix future warnings with pandas
* added tests for python 3.9 and 3.10 in pipeline
* fix treating np.NaN and python None equal
* only build docs on release
* unified conversion of inputs pandas objects that are used internally including some bugfixes.
* added quantile encoder and summary encoder

v2.3.0
======

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.3.0'
__version__ = '2.4.0'

__author__ = "willmcginnis", "cmougan"

Expand Down

0 comments on commit 4a48107

Please sign in to comment.