← ChangeRadar
keras: changelog & breaking changes
Auto-tracked from github.com/keras-team/keras. Updated Jun 28, 2026.
v3.12.3
2026-06-26
No breaking-change keywords detected in release notes.
v3.15.0
2026-06-24
⚠ Potential breaking changes
- Progress Bar**: Removed double averaging of metrics.
- Depthwise/Separable Conv**: Removed backend-specific strides + dilation_rate restriction; validated output shapes in build; transposed channels_first to NHWC on CPU.
v3.14.1
2026-05-07
No breaking-change keywords detected in release notes.
v3.12.2
2026-05-07
⚠ Potential breaking changes
- Remove deprecated `openvino.runtime` import (#21826)
v3.14.0
2026-04-03
⚠ Potential breaking changes
- Improved `Sequential` error messages for incompatible layers.
v3.13.2
2026-01-30
⚠ Potential breaking changes
- Refactored `H5IOStore` and `ShardedH5IOStore` to remove unused, unverified methods.
v3.12.1
2026-01-30
⚠ Potential breaking changes
- Refactored `H5IOStore` and `ShardedH5IOStore` to remove unused, unverified methods.
v3.13.1
2026-01-14
⚠ Potential breaking changes
- Removed a persistent warning triggered during `import keras` when using NumPy 2.0 or higher. (#21949)