Skip to content

Commit c073b46

Browse files
committed
polish news
1 parent 6044028 commit c073b46

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

NEWS.md

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

3-
- `install_tensorflow()` now install TensorFlow 2.9 by default.
4-
5-
- `install_tensorflow()` no longer requires conda on Windows, now works in a regular venv.
6-
7-
- Comparing two partially-defined `TensorShape` now returns TRUE if each dimension matches.
8-
e.g.: `shape(NA, 4) == shape(NA, 4)` now returns TRUE, previously FALSE.
9-
10-
- Tensors with dtype 'string' now convert to R character vectors by methods
11-
`as.array()` and `as.matrix()`. (previously they converted to python.builtin.bytes,
12-
or an R list of python.builtin.bytes objects)
13-
143
- Generic method updates:
154
- New methods:
165
all(), any(), sum(), prod(), min(), max(), mean(), range(),
@@ -23,6 +12,17 @@
2312
- `str()` method for tensors now returns only a single compact line;
2413
`str()` on a list of tensors now does something sensible.
2514

15+
- `install_tensorflow()` now install TensorFlow 2.9 by default.
16+
17+
- `install_tensorflow()` no longer requires conda on Windows, now works in a regular venv.
18+
19+
- Comparing two partially-defined `TensorShape` now returns TRUE if each dimension matches.
20+
e.g.: `shape(NA, 4) == shape(NA, 4)` now returns TRUE, previously FALSE.
21+
22+
- Tensors with dtype 'string' now convert to R character vectors by methods
23+
`as.array()` and `as.matrix()`. (previously they converted to python.builtin.bytes,
24+
or an R list of python.builtin.bytes objects)
25+
2626
- `as_tensor()`:
2727
- atomic R integer vectors now convert to 'int32', not 'int64'
2828
- casting between integer and floating dtypes is now done via

0 commit comments

Comments
 (0)