Skip to content

Commit a3ade6f

Browse files
committed
NEWS tweaks
1 parent 0c9f9e9 commit a3ade6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
as well as `%py_class%`.
1515

1616
- `r_to_py()` method for R6 classes and `%py_class%` gain support for
17-
`private` fields and methods. Any R objects stored in private will only be
17+
`private` fields and methods. Any R objects stored in `private` will only be
1818
available to methods, and will not be converted to Python.
1919

2020
- New family of functions for controlling optimizer learning rates during training:
@@ -62,14 +62,14 @@
6262
- R arrays are now cast to the floatx dtype ("float32" by default)
6363
- `start_index` and `end_index` now are 1-based.
6464

65-
- `image_dataste_from_directory()` gains a `crop_to_aspect_ratio` argument which
65+
- `image_dataset_from_directory()` gains a `crop_to_aspect_ratio` argument which
6666
can be used to prevent distorting images when resizing to a new aspect ratio.
6767

6868
- `Layer` is deprecated, superseded by `new_layer_class()`.
6969

7070
- `load_model_tf()` argument `custom_objects` gains the ability to accept an
71-
unnamed list (e.g, of object returned by `new_layer_class()` or similar).
72-
Appropriate names for the supplied objects are automatically infered.
71+
unnamed list (e.g, of objects returned by `new_layer_class()` or similar).
72+
Appropriate names for the supplied objects are automatically inferred.
7373

7474
- Fixed an issue where negative values less than -1 supplied to `axis`
7575
arguments were selecting the wrong axis.

0 commit comments

Comments
 (0)