Release v1.4.0rc0
Pre-release
Pre-release
Breaking changes
- All private APIs are hidden under
keras_tuner.src.*
. For example, if you use
keras_tuner.some_private_api
, it will now be
keras_tuner.src.some_private_api
.
New features
- Support Keras Core with multi-backend.
New Contributors
- @airvzxf made their first contribution in #906
- @pnacht made their first contribution in #930
- @fhausmann made their first contribution in #926
Full Changelog: v1.3.5...v1.4.0rc0