Skip to content

Commit 10983c8

Browse files
authored
Merge pull request #1470 from rstudio/cran-1.2.0
CRAN release v1.2.0
2 parents c7827bd + b49367c commit 10983c8

File tree

692 files changed

+2498
-1969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

692 files changed

+2498
-1969
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: keras3
22
Type: Package
33
Title: R Interface to 'Keras'
4-
Version: 1.1.0.9000
4+
Version: 1.2.0
55
Authors@R: c(
66
person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"),
77
email = "tomasz@posit.co"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# keras3 (development version)
1+
# keras3 1.2.0
22

33
- Added compatibility with Keras v3.5.0. User facing changes:
44

R/ops.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3588,7 +3588,7 @@ function (x, dtype = NULL)
35883588
#'
35893589
#' @param f
35903590
#' A callable implementing an associative binary operation with
3591-
#' signature `r = f(a, b)`. Function `f` must be associative, i.e.,
3591+
#' signature ` r = f(a, b)`. Function `f` must be associative, i.e.,
35923592
#' it must satisfy the equation
35933593
#' `f(a, f(b, c)) == f(f(a, b), c)`.
35943594
#' The inputs and result are (possibly nested tree structures

cran-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
0 errors | 0 warnings | 1 note
44

5-
* This is a new release.
6-
* installed size is 12.3Mb
5+
* installed size is 12.4Mb
76
sub-directories of 1Mb or more:
87
doc 3.3Mb
9-
help 8.2Mb
8+
help 8.4Mb

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/custom_train_step_in_tensorflow.html

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/distributed_training_with_tensorflow.html

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)