Release v1.3.5
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 withtensorflow-cpu
instead oftensorflow
.
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