Skip to content

Commit

Permalink
prepare release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Aug 15, 2023
1 parent d73479e commit 76be05c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
unreleased
==========

v2.6.2
======
* fixed: issue 414 - broken link
* fixed: issue 412 - timestamp types in ordinal encoder
* fixed: `importlib` instead of `pkg_resources`

v2.6.1
======
* added: ignore option for one-hot-encoding
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.1'
__version__ = '2.6.2'

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

Expand Down

0 comments on commit 76be05c

Please sign in to comment.