From 7982bd1a36b6ab09327c74221dc5bb280d05054d Mon Sep 17 00:00:00 2001 From: jjallaire Date: Fri, 6 Jul 2018 07:36:36 -0600 Subject: [PATCH] update news and description --- DESCRIPTION | 2 +- NEWS.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eba7b9e78..6ff8235dc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: reticulate Type: Package Title: Interface to 'Python' -Version: 1.8.0.9003 +Version: 1.9 Authors@R: c( person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"), person("Kevin", "Ushey", role = c("aut"), diff --git a/NEWS.md b/NEWS.md index dde526b6c..081cf7b74 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,5 @@ -## reticulate 1.9 (development) - -Install the development version with: `install_github("rstudio/reticulate")` +## reticulate 1.9 (CRAN) - Detect python 3 in environments where there is no python 2 (e.g. Ubuntu 18.04) @@ -16,7 +14,7 @@ Install the development version with: `install_github("rstudio/reticulate")` - Close text connection used for reading Python configuration probe -## reticulate 1.8 (CRAN) +## reticulate 1.8 - `source_python()` now flushes stdout and stderr after running the associated Python script, to ensure that `print()`-ed output is output to the console.