Skip to content

Commit

Permalink
Release 0.17.1 (#502)
Browse files Browse the repository at this point in the history
* Update scale filter option setter (#503)

* Update scale filter option setter for factor, offset and bytewidth

* Tweak a test value and debug message level

* Release 0.17.1

* Updated pkgdown documentation for 0.17.1

* Update NEWS.md [ci skip]

* Uncomment TILEDB_DEPRECATED for this release

* Update pkgdown once more [ci skip]
  • Loading branch information
eddelbuettel authored Jan 6, 2023
1 parent cb30988 commit 344b844
Show file tree
Hide file tree
Showing 340 changed files with 1,907 additions and 2,784 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.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"))
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions docs/404.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/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 344b844

Please sign in to comment.