Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zamorarr committed Jan 3, 2019
1 parent 8fd0edc commit 30f4da0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: tensorr
Title: Sparse Tensors in R
Version: 0.1.0
Version: 0.1.1
Authors@R: person("Robert","Zamora", email = "zamora.rr@gmail.com", role = c("aut", "cre"))
Description: Provides methods to manipulate and store sparse tensors. Tensors
are multidimensional generalizations of matrices (two dimensional) and
Expand All @@ -24,5 +24,5 @@ Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
VignetteBuilder: knitr
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
# tensorr 0.1.1

* added dimnames to tensors (#7)
* fixed bug when extracting indices using negative or repeated indices (#8)
* lower required R version to 3.3.0 (#10)

# tensorr 0.1

* Added initial sptensor and dtensor objects.
Expand Down

0 comments on commit 30f4da0

Please sign in to comment.