Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.3 #953

Merged
merged 1 commit into from
Sep 29, 2023
Merged

1.4.3 #953

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release v1.4.3

## Bug fixes
* Could not do `from keras_tuner.engine.tuner import Tuner`. It is now fixed.
* When TensorFlow version is low, it would error out with keras models have no
attributed called `get_build_config`. It is now fixed.

# Release v1.4.2

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion keras_tuner/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# Unique source of truth for the version number.
__version__ = "1.4.3dev0"
__version__ = "1.4.3"