From ce5101b957dceb1b9f8c86ee182e15f9b051ec99 Mon Sep 17 00:00:00 2001 From: Daniel Falbel Date: Sat, 1 Feb 2025 09:37:17 -0300 Subject: [PATCH] Increment version number to 0.14.1 --- .Rbuildignore | 16 ++++++++-------- DESCRIPTION | 2 +- NEWS.md | 2 ++ R/install.R | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index b02425384a..56af93d107 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -40,14 +40,14 @@ mnist-r.* # ^vignettes/using-autograd\.Rmd # uncomment below for CRAN submission -# ^inst/bin/.* -# ^inst/include/(?!torch.h|lantern|torch_RcppExports.h|utils.h|torch_impl.h|torch_types.h|torch_api.h|torch_deleters.h|torch_imports.h).* -# ^inst/lib/.* -# ^inst/share/.* -# ^inst/build-hash -# ^inst/build-versions -# ^src/lantern/.* -# ^tests/testthat/assets/model-v.* +^inst/bin/.* +^inst/include/(?!torch.h|lantern|torch_RcppExports.h|utils.h|torch_impl.h|torch_types.h|torch_api.h|torch_deleters.h|torch_imports.h).* +^inst/lib/.* +^inst/share/.* +^inst/build-hash +^inst/build-versions +^src/lantern/.* +^tests/testthat/assets/model-v.* ^doc$ ^Meta$ diff --git a/DESCRIPTION b/DESCRIPTION index 89e742dd33..a2b2d3e0ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: torch Type: Package Title: Tensors and Neural Networks with 'GPU' Acceleration -Version: 0.14.0.9000 +Version: 0.14.1 Authors@R: c( person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut", "cre", "cph")), person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 5f8f7c806a..5dca5d7194 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# torch 0.14.1 + # torch 0.14.0 ## Breaking changes diff --git a/R/install.R b/R/install.R index cf525a660e..c144ebafbb 100644 --- a/R/install.R +++ b/R/install.R @@ -1,4 +1,4 @@ -branch <- "main" +branch <- "cran/v0.14.1" torch_version <- "2.5.1" #' Install Torch