Sourced from keras's releases.
Keras 3.11.3
What's Changed
- Version bump to 3.11.3 by
@rtg0795in keras-team/keras#21607Full Changelog: https://github.com/keras-team/keras/compare/v3.11.2...v3.11.3
Keras 3.11.2
What's Changed
- Version bump 3.11.2 and nnx fix #21565 by
@laxmareddypin keras-team/keras#21570New Contributors
@laxmareddypmade their first contribution in keras-team/keras#21570Full Changelog: https://github.com/keras-team/keras/compare/v3.11.1...v3.11.2
Keras 3.11.1
What's Changed
- Version bump 3.11.1 by
@rtg0795in keras-team/keras#21535Full Changelog: https://github.com/keras-team/keras/compare/v3.11.0...v3.11.1
Keras 3.11.0
What's Changed
- Add int4 quantization support.
- Support Grain data loaders in
fit()/evaluate()/predict().- Add
keras.ops.kaiserfunction.- Add
keras.ops.hanningfunction.- Add
keras.ops.cbrtfunction.- Add
keras.ops.deg2radfunction.- Add
keras.ops.layer_normalizationfunction to leverage backend-specific performance optimizations.- Various bug fixes and performance optimizations.
Backend-specific changes
JAX backend
- Support NNX library. It is now possible to use Keras layers and models as NNX modules.
- Support shape -1 for slice op.
TensorFlow backend
- Add support for multiple dynamic dimensions in
Flattenlayer.OpenVINO backend
... (truncated)
b491c86 Version bump to 3.11.3 (#21607)251ac34 Version bump 3.11.2 and nnx fix #21565 (#21570)0e11071 Version bump 3.11.1 (#21535)7bf852c Update flax (#21527)4085046 [OpenVINO backend] fix openvino model exported names to match keras names (#2...6bc6203 Fix a few typos in comments (#21525)8bf6a58 Add VectorizedMap op class. (#21516)7cb0e48 update python version (#21517)7b9ab6a Fix: UpSampling2D bilinear set_image_data_format(channels_first) bug (#21456)90c8da6 Fix _can_use_flash_attention. (#21512)