Skip to content

Commit

Permalink
Bump version to 0.0.0.9022
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Aug 14, 2024
1 parent 1040bf0 commit 50b91b0
Show file tree
Hide file tree
Showing 2 changed files with 32 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.9021
Version: 0.0.0.9022
Authors@R:
c(person("Edward", "C. Ruiz", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9174-5387")),
Expand Down
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# dbMatrix 0.0.0.9022 (2024-08-14)

## Breaking changes

- Rename dbMatrix constructor to `dbMatrix::dbMatrix()`.

## Features

- Add more tests for `dbMatrix` and `dbDenseMatrix`.

- Add internal function `map_ijx_dimnames`.

- Add internal function `dbMatrix_from_tbl`.

- Extract now constructs unique temporary virtual tables in the arrow schema.

## Chore

- Document pkgdown website.

- Add `cli` to imports.

- Update generics.

## Bug fixes

- Be more explicit about non-supported `Arith` and `Ops` operations.

- Fix `show()` method for `dbDenseMatrix` objects.


# dbMatrix 0.0.0.9021 (2024-07-05)

## Bug fixes
Expand Down

0 comments on commit 50b91b0

Please sign in to comment.