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 905b7b2 commit 6f63a51Copy full SHA for 6f63a51
category_encoders/__init__.py
@@ -27,7 +27,7 @@
27
from category_encoders.target_encoder import TargetEncoder
28
from category_encoders.woe import WOEEncoder
29
30
-__version__ = '2.7.0'
+__version__ = '2.8.0'
31
32
__author__ = 'willmcginnis', 'cmougan', 'paulwestenthanner'
33
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "category_encoders"
3
-version = "2.7.0"
+version = "2.8.0"
4
description = "A package for encoding categorical variables for machine learning"
5
authors = ["PaulWestenthanner <paul@westenthanner.dev>"]
6
license = "BSD-3"
0 commit comments