Skip to content

Commit

Permalink
Increment version number to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Feb 1, 2025
1 parent a3052da commit ce5101b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# torch 0.14.1

# torch 0.14.0

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branch <- "main"
branch <- "cran/v0.14.1"
torch_version <- "2.5.1"

#' Install Torch
Expand Down

0 comments on commit ce5101b

Please sign in to comment.