Skip to content

Commit

Permalink
prepare release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Jul 21, 2020
1 parent dfbfa58 commit 0a255ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.1.1 (2020-07-21)

### Bug fixes and other changes

* Merge pull request #18 from ipanepen/rle-bug
* test data reading when n_rows = 1 mod batch_size
* bug fix: makes fit_transform behavior consistent with fit and transform
* fix a minor bug in OneHotEncoder by by overloading the buggy method in ThresholdOneHotEncoder and fixing it

## v1.1.0 (2020-02-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1.dev0
1.1.1

0 comments on commit 0a255ad

Please sign in to comment.