Skip to content

Commit

Permalink
Prepare for v0.2.1 release (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored Dec 6, 2020
1 parent 290c220 commit 1283e87
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# History

## 0.2.1 (2020-12-06)

Thank you to @stsievert for your continued support and contributions!

Release notes:

* Support autoencoders and more general use cases via BaseWrapper (#123)
* Fix slowdown caused by sample_weight processing
(reported in [DaskML#764](https://github.com/dask/dask-ml/issues/764), fixed in #123)
* Documentation improvements (#134, #135, #145 and #138)
* Fix the `initialize` method in KerasClassifier (#140)

## 0.2.0 (2020-10-03)

* Move data transformations to a Scikit-Learn Transformer based interface (#88)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scikeras"
version = "0.2.0"
version = "0.2.1"
description = "Scikit-Learn API wrapper for Keras."
authors = ["Adrian Garcia Badaracco <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scikeras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for Scikit-Learn Wrapper for Keras."""

__author__ = """Adrian Garcia Badaracco"""
__version__ = "0.2.0"
__version__ = "0.2.1"


# Monkey patch log_cosh reference
Expand Down

0 comments on commit 1283e87

Please sign in to comment.