Skip to content

Commit

Permalink
1.3.0 ready for release (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored Feb 23, 2023
1 parent badeac4 commit 091dcb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release v1.2.2
# Release v1.3.0

## Breaking changes
* Removed `Logger` and `CloudLogger` and the related arguments in
Expand All @@ -11,6 +11,10 @@
`keras_tuner.oracles.RandomSearchOracle` instead.
* Removed `keras_tuner.Sklearn`. Please use `keras_tuner.SklearnTuner` instead.

## New features
* `keras_tuner.oracles.GridSearchOracle` is now available as a standalone
`Oracle` to be used with custom tuners.

# Release v1.2.1

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion keras_tuner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

check_tf_version()

__version__ = "1.2.2dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "1.2.2dev"
__version__ = "1.3.0"

setup(
name="keras-tuner",
Expand Down

0 comments on commit 091dcb8

Please sign in to comment.