Skip to content

Commit

Permalink
Bump version to 0.0.0.9016
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Jan 23, 2024
1 parent 7a527bf commit a6aa908
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dbMatrix
Title: dbMatrix
Version: 0.0.0.9015
Version: 0.0.0.9016
Authors@R:
c(person("Edward", "C. Ruiz", , "ecr7407@example.com", role = c("aut"),
comment = c(ORCID = "0000-0002-9174-5387")),
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# dbMatrix 0.0.0.9016 (2024-01-23)

## Features

- Add boolean indexing tests to `test-extract.R`.

- Add as_ijx() convenience function.

- Update createDBMatrix() to use dplyr::copy_to().

- Update as_matrix() convenience function.

- Add unit tests for extract methods.


# dbMatrix 0.0.0.9015 (2024-01-22)

## Features
Expand Down

0 comments on commit a6aa908

Please sign in to comment.