Skip to content

Commit e4e01f1

Browse files
authored
Merge pull request #363 from dfalbel/release/2.0
Prepare 2.0 release
2 parents 5ca8790 + cab8288 commit e4e01f1

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tensorflow
22
Type: Package
33
Title: R Interface to 'TensorFlow'
4-
Version: 1.14.0.9000
4+
Version: 2.0.0
55
Authors@R: c(
66
person("Daniel", "Falbel", role = c("ctb", "cph", "cre"), email = "[email protected]"),
77
person("JJ", "Allaire", role = c("aut", "cph")),
@@ -48,5 +48,3 @@ Imports:
4848
Roxygen: list(markdown = TRUE)
4949
Suggests: testthat, keras, tfestimators
5050
RoxygenNote: 6.1.1
51-
Remotes:
52-
rstudio/reticulate

NEWS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## Development version
1+
## TensorFlow 2.0.0 (CRAN)
2+
3+
- Upgraded default installed version to 2.0.0.
4+
5+
- Tensorboard log directory path fixes (#360).
6+
7+
- Allow for `v1` and `v2` compat (#358).
8+
9+
- `install_tensorflow` now does not installs `tfprobability`, `tfhub` and other
10+
related packages.
11+
12+
13+
## TensorFlow 1.14.1 (CRAN)
214

315
- Upgraded default installed version to 1.14.0
416

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ install_tensorflow <- function(method = c("auto", "virtualenv", "conda"),
8282

8383
parse_tensorflow_version <- function(version) {
8484

85-
default_version <- "1.14.0"
85+
default_version <- "2.0.0"
8686

8787
ver <- list(
8888
version = default_version,

man/use_compat.Rd

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

0 commit comments

Comments
 (0)