diff --git a/DESCRIPTION b/DESCRIPTION index ace5f973be..03ff276050 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.17.0.4 +Version: 0.17.1 Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre")) diff --git a/NEWS.md b/NEWS.md index 8894b96c16..bcb9aa2617 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# Ongoing Development +# tiledb 0.17.1 + +* This release of the R package builds against [TileDB 2.13.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.13.0), and has also been tested against earlier releases as well as the development version (#502). ## Improvements @@ -16,6 +18,8 @@ * Fragment info domain getters now work with ASCII domains (#495) +* The scale filter option setting was corrected to use the proper types (#503) + ## Build and Test Systems * The nightly valgrind job setup was updated to include two new dependencies (#493) diff --git a/_pkgdown.yml b/_pkgdown.yml index 2f8418497b..a0f92a241c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -93,9 +93,14 @@ reference: - matches("parse_query_condition") - matches("tiledb_get_query_status") - matches("tiledb_error_message") + - matches("completedBatched") + - matches("createBatched") + - matches("fetchBatched") + - matches("statusBatched") - title: Group contents: - starts_with("tiledb_group") + - matches("show,tiledb_group-method") - title: Object desc: object management functions contents: diff --git a/docs/404.html b/docs/404.html index 032f3e2419..2b5346639b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,10 +7,10 @@ Page not found (404) • tiledb - - + + - + License • tiledbLicense • tiledb @@ -10,7 +10,7 @@ tiledb - 0.17.0 + 0.17.1 + + + + + +
+
+
+ +
+

Display the TileDB Group object to STDOUT

+
+ +
+

Usage

+
# S4 method for tiledb_group
+show(object)
+
+ +
+

Arguments

+
object
+

tiledb_group object

+ +
+ +
+ + +
+ + + + + + + diff --git a/docs/reference/statusBatched.html b/docs/reference/statusBatched.html index bef4ee5ecc..c20a6f897b 100644 --- a/docs/reference/statusBatched.html +++ b/docs/reference/statusBatched.html @@ -2,7 +2,7 @@ Return ‘batched’ status — statusBatched • tiledbReturn ‘batched’ status — statusBatched • tiledbSet strings_as_factors return toggle — strings_as_factors<- • tiledbSet strings_as_factors return toggle — strings_as_factors<- • tiledbRetrieve strings_as_factors conversion toggle — strings_as_factors • tiledbRetrieve strings_as_factors conversion toggle — strings_as_factors • tiledbReturns a TileDB array, allowing for specific subset ranges. — [,tiledb_array,ANY-method • tiledbReturns a TileDB array, allowing for specific subset ranges. — [,tiledb_array,ANY-method • tiledb @@ -10,7 +10,7 @@ tiledb - 0.17.0 + 0.17.1 + + + + + +
+
+
+ +
+

An S4 class for a TileDB Subarray

+
+ + +
+

Slots

+ + +
ptr
+

External pointer to the underlying implementation

+ + +
+ +
+ + +
+ + + + + + + diff --git a/docs/reference/tiledb_subarray.html b/docs/reference/tiledb_subarray.html index 7ac1b5045e..ca51e371c7 100644 --- a/docs/reference/tiledb_subarray.html +++ b/docs/reference/tiledb_subarray.html @@ -1,5 +1,5 @@ -Query a array using a subarray vector — tiledb_subarray • tiledbConstructs a tiledb_subarray object from a TileDB Query — tiledb_subarray • tiledb @@ -10,7 +10,7 @@ tiledb - 0.11.0 + 0.17.1 + + + + + +
+
+
+ +
+

Apply a Subarray to a Query

+
+ +
+

Usage

+
tiledb_subarray_to_query(query, subarray)
+
+ +
+

Arguments

+
query
+

A TileDB Query Object

+ + +
subarray
+

A TileDB Subarray Object

+ +
+
+

Value

+ + +

tiledb_query object

+
+ +
+ + +
+ + + + + + + diff --git a/docs/reference/tiledb_version.html b/docs/reference/tiledb_version.html index 5dee58f6c9..3b7df51c3e 100644 --- a/docs/reference/tiledb_version.html +++ b/docs/reference/tiledb_version.html @@ -1,5 +1,5 @@ -The version of the libtiledb library — tiledb_version • tiledbThe version of the libtiledb library — tiledb_version • tiledb @@ -10,7 +10,7 @@ tiledb - 0.17.0 + 0.17.1