Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.30.2 using TileDB Embedded 2.26.2 #761

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
name: Nightly Dev Build
label: bug,nightly
assignee: eddelbuettel
assignee: ihnorton
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Package: tiledb
Type: Package
Version: 0.30.1.2
Version: 0.30.2
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"))
Authors@R: c(
person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "aut"),
person("Isaiah", "Norton", email = "[email protected]", role = "cre"))
Description: The modern database 'TileDB' introduces a powerful on-disk
format for storing and accessing any complex data based on multi-dimensional
arrays. It supports dense and sparse arrays, dataframes and key-values stores,
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased
# tiledb 0.30.2

* [#760](https://github.com/TileDB-Inc/TileDB-R/issues/758) Fix MacOS `rpath`
* This release of the R package builds against [TileDB 2.26.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.26.2), and has also been tested against earlier releases as well as the development version (#757)

* [#758](https://github.com/TileDB-Inc/TileDB-R/issues/758) Fix "Can't read domain for dimensions of type UINT16"
* Fix MacOS `rpath` ([#760](https://github.com/TileDB-Inc/TileDB-R/issues/758))

* Fix "Can't read domain for dimensions of type UINT16" ([#758](https://github.com/TileDB-Inc/TileDB-R/issues/758))

# tiledb 0.30.1

Expand Down
4 changes: 2 additions & 2 deletions tools/tiledbVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 2.26.1
sha: db1cee4
version: 2.26.2
sha: 30fc114
Loading