Skip to content

Release v1.3.5

Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 13 Apr 04:21
· 56 commits to master since this release
0dd114d

Breaking changes

  • Removed TensorFlow from the required dependencies of KerasTuner. The user need
    to install TensorFlow either separately with KerasTuner or with
    pip install keras_tuner[tensorflow]. This change is because some people may
    want to use KerasTuner with tensorflow-cpu instead of tensorflow.

Bug fixes

  • KerasTuner used to require protobuf version to be under 3.20. The limit is
    removed. Now, it support both protobuf 3 and 4.

Full Changelog: v1.3.4...v1.3.5