Skip to content

Commit 1a8234c

Browse files
committed
add news
1 parent ab09267 commit 1a8234c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
- Keras now uses `reticulate::py_require()` to resolve Python dependencies.
44
Calling `install_keras()` is no longer required (but is still supported).
5-
6-
- `use_backend()` gains a `gpu` argument, to specify if a GPU-capable set of
7-
dependencies should be resolved by `py_require()`.
85

9-
- The progress bar in `fit()`, `evaluate()` and `predict()` now
6+
- `use_backend()` gains a `gpu` argument, to specify if a GPU-capable set of
7+
dependencies should be resolved by `py_require()`.
8+
9+
- The progress bar in `fit()`, `evaluate()` and `predict()` now
1010
defaults to not presenting during testthat tests.
1111

12+
- `dotty::.` is now reexported.
13+
1214
## Added compatibility with Keras v3.8.0. User-facing changes:
1315

1416
- New symbols:

0 commit comments

Comments
 (0)