Skip to content

Commit 3d5e27d

Browse files
author
ci
committed
prepare release v1.1.0
1 parent 6497903 commit 3d5e27d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.1.0 (2020-02-24)
4+
5+
### Features
6+
7+
* dummy feature commit for RobustOrdinalEncoder & add badges to README
8+
9+
### Bug fixes and other changes
10+
11+
* libprotobuf==3.11.4 is not backwards compatible, specify tox version for testing
12+
* Merge pull request #11 from ipanepen/master
13+
* fix for MemoryError in ThresholdOneHotEncoder
14+
* Adding RobustOrdinalEncoder
15+
* Specify mlio version 0.2.7
16+
317
## v1.0.0 (2019-12-03)
418

519
### Bug fixes and other changes
@@ -11,4 +25,3 @@
1125
* Merge pull request #2 from ipanepen/ipanepen-add-random-seed
1226
* adds np.random.seed(0) to test_preprocessing.py to ensure deterministic behavior
1327
* Initial commit
14-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1.dev0
1+
1.1.0

0 commit comments

Comments
 (0)