Skip to content

Commit

Permalink
Bump version to 0.0.0.9019
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Mar 18, 2024
1 parent 088d67f commit 0464a54
Show file tree
Hide file tree
Showing 2 changed files with 22 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.9018
Version: 0.0.0.9019
Authors@R:
c(person("Edward", "C. Ruiz", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9174-5387")),
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# dbMatrix 0.0.0.9019 (2024-03-18)

## Features

- Add new `precompute` function to speed up matrix densification.

- Add new show function for dbDenseMatrix with pretty color and better spacing.

- Add new `save` function to save a `dbMatrix`.

- Add new input validation functions.


## Chore

- Update docs.

- Update imports to include `glue`, `bit64` and `crayon`.

<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# dbMatrix 0.0.0.9018 (2024-02-12)
Expand Down

0 comments on commit 0464a54

Please sign in to comment.