What's Changed
- Update tf_keras Nightly Version to 2.19.0 by @copybara-service in #802
- Fix pip build by @jonas-eschle in #779
- Preserve tuples in TypeSpecs. by @copybara-service in #809
- Fix serialization / deserialization. by @copybara-service in #808
- Make
UnitNormalization
layer stateless. by @copybara-service in #810 - A small fix for Python 3.12 compatibility by @copybara-service in #813
- Explictly use Py310 in github workflows by @sampathweb in #818
- Allow passing a custom cache_dir to tf.keras.datasets.load_data. This is helpful when the default location
~/.keras
in home directory has limited disk space. by @copybara-service in #817 - Explictly use Py310 in github workflows by @sampathweb in #820
- PR #820: Explictly use Py310 in github workflows by @copybara-service in #821
- remove deprecated assertDictContainsSubset by @copybara-service in #819
- Fixes for
Sequential
model with multiple inputs. by @copybara-service in #823 - Fixes "'float' object cannot be interpreted as an integer" in Python 3.12 by @copybara-service in #824
- Remove
srcs_version
andpython_version
attributes, as they already default to"PY3"
by @copybara-service in #825
New Contributors
- @jonas-eschle made their first contribution in #779
Full Changelog: v2.18.0...v2.19.0