Skip to content

Commit

Permalink
Release 0.27.0 (#706)
Browse files Browse the repository at this point in the history
* Release 0.27.0

* Update pkgdown documentation for release [ci skip]
  • Loading branch information
eddelbuettel authored May 9, 2024
1 parent a04569a commit b5e7b9b
Show file tree
Hide file tree
Showing 356 changed files with 1,570 additions and 1,434 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.26.0.6
Version: 0.27.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 = "dirk@tiledb.com", role = "cre"))
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Ongoing development
# tiledb 0.27.0

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

## Improvements

* Group elements can now be deleted (#702)

* Two error messages now show the human-readable type representation instead of the enum counter value (#705)

## Build and Test Systems

* The test files receives a minor refactoring absorbing two files (#698)
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.26.0 with TileDB Embedded 2.22.0 on Ubuntu 23.10.
TileDB R 0.27.0 with TileDB Embedded 2.23.0 on Ubuntu 23.10.
See https://tiledb.com for more information about TileDB.
> help(package=tiledb)

Expand Down
10 changes: 4 additions & 6 deletions docs/404.html

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

8 changes: 4 additions & 4 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit b5e7b9b

Please sign in to comment.