We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73479e commit 76be05cCopy full SHA for 76be05c
CHANGELOG.md
@@ -1,6 +1,12 @@
1
unreleased
2
==========
3
4
+v2.6.2
5
+======
6
+* fixed: issue 414 - broken link
7
+* fixed: issue 412 - timestamp types in ordinal encoder
8
+* fixed: `importlib` instead of `pkg_resources`
9
+
10
v2.6.1
11
======
12
* added: ignore option for one-hot-encoding
category_encoders/__init__.py
@@ -28,7 +28,7 @@
28
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
29
30
31
-__version__ = '2.6.1'
+__version__ = '2.6.2'
32
33
__author__ = "willmcginnis", "cmougan", "paulwestenthanner"
34
0 commit comments