Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN release v1.2.0 #1470

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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 = "[email protected]"),
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
Loading