Skip to content

Commit

Permalink
Release 0.28.0 (#718)
Browse files Browse the repository at this point in the history
* Release 0.28.0

* Documentation site updates via pkgdown [ci skip]
  • Loading branch information
eddelbuettel authored Jun 7, 2024
1 parent 0e43658 commit b4a868b
Show file tree
Hide file tree
Showing 359 changed files with 745 additions and 571 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiledb
Type: Package
Version: 0.27.0.5
Version: 0.28.0
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ongoing development
# tiledb 0.28.0

* This release of the R package builds against [TileDB 2.24.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.0), and has also been tested against earlier releases as well as the development version (#714, #715, #717)

Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ vlcbuf_from_shmem <- function(datapath, dtype) {
#'
#' @param description path to a filename; contrary to \code{rconnection} a connection
#' object is not supported.
#' @param open character string. A description of how to open the connection if
#' @param mode character string. A description of how to open the connection if
#' it is to be opened upon creation e.g. "rb". Default "" (empty string) means
#' to not open the connection on creation - user must still call \code{open()}.
#' Note: If an "open" string is provided, the user must still call \code{close()}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The most recent released version can be installed from
> remotes::install_github("TileDB-Inc/TileDB-R")
...
> library(tiledb)
TileDB R 0.27.0 with TileDB Embedded 2.23.0 on Ubuntu 23.10.
TileDB R 0.28.0 with TileDB Embedded 2.24.0 on Ubuntu 23.10.
See https://tiledb.com for more information about TileDB.
> help(package=tiledb)

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ reference:
- starts_with("tiledb_vfs")
- matches("tiledb_get_vfs")
- matches("tiledb_set_vfs")
- matches("vfs_file")
- title: Filestore
desc: filestore functionality
contents:
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/data-ingestion-from-sql.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/documentation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/installation-options.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/tiledb-mariadb-examples.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
installation-options: installation-options.html
introduction: introduction.html
tiledb-mariadb-examples: tiledb-mariadb-examples.html
last_built: 2024-05-09T13:26Z
last_built: 2024-06-07T12:32Z

2 changes: 1 addition & 1 deletion docs/reference/array_consolidate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/array_vacuum.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4a868b

Please sign in to comment.