From 20ad4987b05a358ab69f8478e86801ef00b238b9 Mon Sep 17 00:00:00 2001 From: terrytangyuan Date: Wed, 25 Apr 2018 16:12:35 -0400 Subject: [PATCH] Release v0.0.2 --- .Rbuildignore | 7 ++++++- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++-- cran-comments.md | 6 ++---- docs/LICENSE.html | 2 +- docs/NEWS.html | 14 +++++++++----- docs/README.html | 2 +- docs/articles/index.html | 4 ++-- docs/articles/onnx_model_zoo.html | 2 +- docs/articles/protobufs.html | 2 +- docs/authors.html | 6 +++--- docs/cran-comments.html | 24 ++++++++++++------------ docs/index.html | 6 +++--- docs/news/index.html | 18 +++++++++++------- docs/pkgdown.yml | 10 +++++----- docs/reference/checker.html | 2 +- docs/reference/index.html | 4 ++-- docs/reference/load_from_file.html | 2 +- docs/reference/load_from_string.html | 2 +- docs/reference/maker.html | 2 +- docs/reference/onnx.html | 2 +- docs/reference/print_readable.html | 2 +- 22 files changed, 71 insertions(+), 58 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 4f82003..5acaf97 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,9 @@ ^.*\.Rproj$ ^\.Rproj\.user$ ^cran-comments\.md$ -tests/testthat/inst/super_resolution.onnx \ No newline at end of file +tests/testthat/inst/super_resolution.onnx +^pkgdown$ +^docs$ +index.Rmd +.travis.yml +^_pkgdown\.yml$ diff --git a/DESCRIPTION b/DESCRIPTION index 52859cb..f6489c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: onnx Type: Package Title: R Interface to 'ONNX' -Version: 0.0.1.9000 +Version: 0.0.2 Authors@R: c( person("Yuan", "Tang", role = c("aut", "cre"), email = "terrytangyuan@gmail.com", comment = c(ORCID = "0000-0001-5243-233X")), - person("ONNX Contributors", role = c("aut", "cph")), + person("ONNX Authors", role = c("aut", "cph")), person("Facebook, Inc.", role = c("cph")), person("Microsoft Corporation", role = c("cph"))) Description: R Interface to 'ONNX' - Open Neural Network Exchange . diff --git a/NEWS.md b/NEWS.md index d9ee5d6..572a815 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -## onnx 0.0.2 (development) +## onnx 0.0.2 +- Updated API documentations and links. - Added tutorial for creating ONNX protobufs. - Added tutorial for loading and running an ONNX model. +- More consistent maker and checker functions. -## onnx 0.0.1 (cran) +## onnx 0.0.1 - First release which includes basic functionalities of ONNX. diff --git a/cran-comments.md b/cran-comments.md index f6f8ca1..769b373 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,10 +5,8 @@ ## R CMD check results -0 errors | 0 warnings | 1 note - -* This is a new release. +0 errors | 0 warnings | 0 note ## Reverse dependencies -This is a new release, so there are no reverse dependencies. +No reverse dependencies. diff --git a/docs/LICENSE.html b/docs/LICENSE.html index c514da2..6d90a3b 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -109,7 +109,7 @@

License