Skip to content

Commit 0968240

Browse files
committed
add NEWS
1 parent 510059e commit 0968240

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# keras3 (development version)
22

3+
- Added compatibility with Keras v3.5.0. User facing changes:
4+
5+
- New functions:
6+
- `op_associative_scan()`
7+
- `op_searchsorted()`
8+
- `optimizer_lamb()`
9+
- `keras$DTypePolicy` instances can now be supplied to `dtype` argument for
10+
losses, metrics, and layers.
11+
- Add integration with the Hugging Face Hub. You can now save models to
12+
Hugging Face Hub directly `save_model()` and load .keras models directly
13+
from Hugging Face Hub with `load_model()`.
14+
- Added compatibility with NumPy 2.0.
15+
- Improved `keras$distribution` API support for very large models.
16+
- Bug fixes and performance improvements.
17+
- Add `data_format` argument to `layer_zero_padding_1d()` layer.
18+
- Miscellaneous documentation improvements.
19+
- Bug fixes and performance improvements.
20+
21+
322
# keras3 1.1.0
423

524
- Fixed issue where GPUs would not be found when running on Windows under WSL Linux.

0 commit comments

Comments
 (0)