Skip to content

Commit 12ea332

Browse files
committed
update NEWS.md
1 parent 8249557 commit 12ea332

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NEWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# tensorflow (development version)
22

3-
- Updates for reticulate 1.41. The tensorflow R package now calls
4-
`reticuate::py_require()` when it is loaded. Calling `install_tensorflow()`
3+
- Updates for reticulate 1.41 and `reticuate::py_require()`.
4+
New function `py_require_tensorflow()` which can be called at the start of an R session
5+
to enable reticulate to resolve tensorflow. Calling `install_tensorflow()`
56
in most circumstances is no longer necessary.
6-
- `install_tensorflow()` installs TensorFlow v2.18 by default.
7+
- `install_tensorflow()` installs TensorFlow v2.20 by default.
78
- Fixed an issue where GPUs would not be found when running on Windows
89
WSL Linux (reported in rstudio/keras3#1456, fixed in #599)
910
- Fixes for NumPy 2.0 (#601)

0 commit comments

Comments
 (0)