Skip to content

Commit

Permalink
release candidate 0.3.1 (#305)
Browse files Browse the repository at this point in the history
release candidate 0.3.1
  • Loading branch information
goldingn authored Aug 9, 2019
2 parents d9e0430 + ac282fa commit fd8bb77
Show file tree
Hide file tree
Showing 122 changed files with 17,094 additions and 1,057 deletions.
22 changes: 12 additions & 10 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
^.*\.Rproj$
^\.Rproj\.user$

^codemeta\.json$
^CRAN-RELEASE$
^_pkgdown\.yml$
^.github$
^.netlify$
^.lintr$
^.travis.yml$
^docs$
^.*\.Rproj$
^\.Rproj\.user$

^README\.md$
^CRAN-RELEASE$
^CODE_OF_CONDUCT\.md$
^\.EDIT_WEBSITE\.md$
^LICENSE$
^cran-comments\.md$

^logos$
^paper$

^_pkgdown\.yml$
^docs$
^inst/pkgdown$
^index\.Rmd$
^index_files$
^index_cache$
^index\.md$
^README\.Rmd$
^\.README\.Rmd$
^README\.md$
^README_files$
^README_cache$

^vignettes/get_started_cache$
^vignettes/example_models_cache$
^vignettes/webpages$
^vignettes/analyses$

^man/figures/vis-1\.png$
^man/figures/plot_greta_legend\.R$
^man/figures/name_icon_on_purple\.png$
Expand Down
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
.RData
.Ruserdata

*_cache
*_files

vignette/figures
vignettes/**/*_files/
*_cache/

*.pdf
docs/*.Rmd
Expand Down
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: greta
Type: Package
Title: Simple and Scalable Statistical Modelling in R
Version: 0.3.0.9010
Date: 2019-06-03
Version: 0.3.1
Date: 2019-08-08
Authors@R: c(
person("Nick", "Golding", role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -19,7 +19,9 @@ Authors@R: c(
person("Paul", "Teetor", role = "ctb"),
person("Jian", "Yen", role = "ctb")
)
Description: Write statistical models in R and fit them by MCMC on CPUs and GPUs, using Google TensorFlow (see <https://greta-dev.github.io/greta> for more information).
Description: Write statistical models in R and fit them by MCMC and optimisation on CPUs and GPUs, using Google 'TensorFlow'.
greta lets you write your own model like in BUGS, JAGS and Stan, except that you write models right in R, it scales well to massive datasets, and it’s easy to extend and build on.
See the website for more information, including tutorials, examples, package documentation, and the greta forum.
License: Apache License 2.0
URL: https://greta-stats.org
BugReports: https://github.com/greta-dev/greta/issues
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# greta (development version)
# greta 0.3.1

* mcmc now works with TensorFlow Probability version 0.5.0 (#248)
This release is predominantly a patch to make greta work with recent versions of TensorFlow and TensorFlow Probability, which were not backward compatible with the versions on which greta previously depended. From this release forward, greta will depend on specific (rather than minimum) versions of these two pieces of software to avoid it breaking if more changes are made to the APIS of these packages.

* greta now (only) works with TensorFlow 1.14.0 and TensorFlow Probability 0.7.0 (#289, #290)

* behaviour of the `pb_update` argument to `mcmc()` has been changed slightly to avoid a bad interaction with thinning (#284)

* various edits to the documentation to fix spelling mistakes and typos

# greta 0.3.0

Expand Down
6 changes: 3 additions & 3 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#' clusters or on GPUs.
#'
#' See the simple example below, and take a look at the
#' \href{https://greta-dev.github.io/greta}{greta website} for more information
#' \href{https://greta-stats.org}{greta website} for more information
#' including
#' \href{https://greta-dev.github.io/greta/get_started.html}{tutorials} and
#' \href{https://greta-dev.github.io/greta/example_models.html}{examples}.
#' \href{https://greta-stats.org/articles/get_started.html}{tutorials} and
#' \href{https://greta-stats.org/articles/example_models.html}{examples}.
#'
#' @docType package
#' @importFrom tensorflow tf
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ navbar:
forum:
icon: fa-lg fa-comments
href: https://forum.greta-stats.org
github:
icon: fa-lg fa-github
href: https://github.com/greta-dev/greta
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
],
"@type": "SoftwareSourceCode",
"identifier": "greta",
"description": "Write statistical models in R and fit them by MCMC on CPUs and GPUs, using Google TensorFlow (see <https://greta-dev.github.io/greta> for more information).",
"description": "Write statistical models in R and fit them by MCMC and optimisation on CPUs and GPUs, using Google 'TensorFlow'.\n greta lets you write your own model like in BUGS, JAGS and Stan, except that you write models right in R, it scales well to massive datasets, and it’s easy to extend and build on.\n See the website for more information, including tutorials, examples, package documentation, and the greta forum.",
"name": "greta: Simple and Scalable Statistical Modelling in R",
"codeRepository": "https://greta-stats.org",
"issueTracker": "https://github.com/greta-dev/greta/issues",
"license": "https://spdx.org/licenses/Apache-2.0",
"version": "0.3.0.9009",
"version": "0.3.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -388,7 +388,7 @@
],
"releaseNotes": "https://github.com/dill/greta/blob/master/NEWS.md",
"readme": "https://github.com/dill/greta/blob/master/README.md",
"fileSize": "16068.392KB",
"fileSize": "475.04KB",
"contIntegration": [
"https://travis-ci.org/greta-dev/greta",
"https://codecov.io/github/greta-dev/greta?branch=master"
Expand Down
8 changes: 4 additions & 4 deletions docs/CODE_OF_CONDUCT.html

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

8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.html

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

10 changes: 5 additions & 5 deletions docs/ISSUE_TEMPLATE.html

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

8 changes: 4 additions & 4 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit fd8bb77

Please sign in to comment.