Skip to content

Commit 4f1cb27

Browse files
authored
Release 0.29.0 (#738)
* Release 0.29.0 * Updated pkgdown documentation in docs/, plus updated _pkgdown.yml
1 parent e0528e5 commit 4f1cb27

File tree

460 files changed

+27511
-20268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

460 files changed

+27511
-20268
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.28.2.3
3+
Version: 0.29.0
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
66
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Ongoing Development
1+
# tiledb 0.29.0
22

3-
* 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)
3+
* 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)
44

55
## Improvements
66

@@ -12,7 +12,7 @@
1212

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

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

1717
## Build and Test Systems
1818

_pkgdown.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
template:
33
bootstrap: 5
44

5+
url: https://tiledb-inc.github.io/TileDB-R/
6+
57
articles:
68
- title: TileDB R Introduction
79
navbar: Introduction
@@ -156,6 +158,11 @@ reference:
156158
desc: support for factor and ordered
157159
contents:
158160
- matches("enumeration")
161+
- title: CurrentDomain
162+
desc: support for current domain of sparse array
163+
contents:
164+
- matches("current_domain")
165+
- matches("ndrectangle")
159166

160167
authors:
161168
TileDB, Inc.:

docs/404.html

Lines changed: 40 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)