Skip to content

Commit

Permalink
Release 0.29.0 (#738)
Browse files Browse the repository at this point in the history
* Release 0.29.0

* Updated pkgdown documentation in docs/, plus updated _pkgdown.yml
  • Loading branch information
eddelbuettel authored Jul 25, 2024
1 parent e0528e5 commit 4f1cb27
Show file tree
Hide file tree
Showing 460 changed files with 27,511 additions and 20,268 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.28.2.3
Version: 0.29.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
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ongoing Development
# tiledb 0.29.0

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

## Improvements

Expand All @@ -12,7 +12,7 @@

* Fragments can now be removed by supplying a vector of fragment URIs (#734)

* `NDRectangle` and `CurrentDomain` objects are supported (with 2.25.0 or newer) (#735)
* `NDRectangle` and `CurrentDomain` objects are supported (with 2.25.0 or newer) and can be used with `ArraySchema` and `ArraySchemeEvolution` domain of (#735, #737)

## Build and Test Systems

Expand Down
7 changes: 7 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
template:
bootstrap: 5

url: https://tiledb-inc.github.io/TileDB-R/

articles:
- title: TileDB R Introduction
navbar: Introduction
Expand Down Expand Up @@ -156,6 +158,11 @@ reference:
desc: support for factor and ordered
contents:
- matches("enumeration")
- title: CurrentDomain
desc: support for current domain of sparse array
contents:
- matches("current_domain")
- matches("ndrectangle")

authors:
TileDB, Inc.:
Expand Down
92 changes: 40 additions & 52 deletions docs/404.html

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

Loading

0 comments on commit 4f1cb27

Please sign in to comment.