Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 22 Sep 21:31
· 35 commits to master since this release
b491a38

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

Full Changelog: v1.3.5...v1.4.0rc