Skip to content

Commit af6c3af

Browse files
committed
Prepare for release
Remove 'Remotes' from DESCRIPTION due to R CMD check Note Add Note to News.md about breaking changes. update cran-comments.md
1 parent 6901cbe commit af6c3af

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Suggests:
4646
rmarkdown,
4747
tfdatasets,
4848
jpeg
49-
Remotes:
50-
rstudio/tensorflow
5149
Roxygen: list(markdown = TRUE, r6 = FALSE)
5250
RoxygenNote: 7.1.1
5351
VignetteBuilder: knitr

NEWS.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# keras (development version)
22

3-
Breaking changes:
3+
Breaking changes (Tensorflow 2.6):
4+
- Note: The following breaking changes are specific to Tensorflow version 2.6.0.
5+
However, the keras R package maintains compatibility with multiple versions of Tensorflow/Keras.
6+
You can upgrade the R package and still preserve the previous behavior by
7+
installing a specific version of Tensorflow: `keras::install_keras(tensorflow="2.4.0")`
48

59
- `predict_proba()` and `predict_classes()` were removed.
6-
- model serialization to/from yaml was removed.
10+
- `model_to_yaml()` and `model_from_yaml()` were removed.
711
- default changed: `layer_text_vectorization(pad_to_max_tokens=FALSE)`
8-
- `set_vocabulary()` arguments `df_data` and `oov_df_value` are deprecated. They are superseded by the new argument `idf_weights`.
12+
- `set_vocabulary()` arguments `df_data` and `oov_df_value` are removed. They are replaced by the new argument `idf_weights`.
913

1014
New Features:
1115

cran-comments.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Installation time in seconds: 33
2-
Check time in seconds: 191
3-
Status: OK
4-
R Under development (unstable) (2021-03-27 r80128)
1+
## R CMD check results
2+
There were no ERRORs or WARNINGs.
3+
4+
There was 1 NOTE:
5+
6+
* New Maintainer:
7+
Tomasz Kalinowski <[email protected]>

website/news/index.html

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

0 commit comments

Comments
 (0)