Skip to content

Commit

Permalink
Merge pull request #1470 from rstudio/cran-1.2.0
Browse files Browse the repository at this point in the history
CRAN release v1.2.0
  • Loading branch information
t-kalinowski authored Sep 6, 2024
2 parents c7827bd + b49367c commit 10983c8
Show file tree
Hide file tree
Showing 692 changed files with 2,498 additions and 1,969 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: keras3
Type: Package
Title: R Interface to 'Keras'
Version: 1.1.0.9000
Version: 1.2.0
Authors@R: c(
person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"),
email = "tomasz@posit.co"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# keras3 (development version)
# keras3 1.2.0

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

Expand Down
2 changes: 1 addition & 1 deletion R/ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ function (x, dtype = NULL)
#'
#' @param f
#' A callable implementing an associative binary operation with
#' signature `r = f(a, b)`. Function `f` must be associative, i.e.,
#' signature ` r = f(a, b)`. Function `f` must be associative, i.e.,
#' it must satisfy the equation
#' `f(a, f(b, c)) == f(f(a, b), c)`.
#' The inputs and result are (possibly nested tree structures
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

0 errors | 0 warnings | 1 note

* This is a new release.
* installed size is 12.3Mb
* installed size is 12.4Mb
sub-directories of 1Mb or more:
doc 3.3Mb
help 8.2Mb
help 8.4Mb
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions docs/articles/custom_train_step_in_tensorflow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/articles/distributed_training_with_tensorflow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 10983c8

Please sign in to comment.