Skip to content

Commit a8ec786

Browse files
authored
V0.4.1 (#9)
* Update setup.py * Update __init__.py * Update changelog.rst * Update changelog.rst
1 parent a915dd2 commit a8ec786

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

categorical_encoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import categorical_encoding.primitives
66
import categorical_encoding.tests
77

8-
__version__ = '0.4.0'
8+
__version__ = '0.4.1'

docs/source/changelog.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
Changelog
33
=========
44

5-
**v0.0.0**
6-
* Initial Release
7-
8-
**v0.1.0**
9-
* Supports all 4 Classic encoders: OneHotEncoder, OrdinalEncoder, HashingEncoder, BinaryEncoder
5+
**v0.4.1**
6+
* Fix conflicting jupyter and nbconvert requirement
7+
* Removed unused requirements (jupyter, nbconvert, nbsphinx)
8+
* Pinned category_encoders to 2.0.0
109

1110
**v0.2.0**
1211
* Supports Bayesian encoders: Target and LeaveOneOut
1312
* Encoder class independent of primitives
13+
14+
**v0.1.0**
15+
* Supports all 4 Classic encoders: OneHotEncoder, OrdinalEncoder, HashingEncoder, BinaryEncoder
16+
17+
**v0.0.0**
18+
* Initial Release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='categorical_encoding',
11-
version='1.0.0',
11+
version='0.4.1',
1212
description='categorical encoding for featuretools',
1313
author='Feature Labs, Inc.',
1414
author_email='support@featurelabs.com',

0 commit comments

Comments
 (0)