From 4d5ce389cd378b1fa0269eb494525a084976095c Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Sat, 11 Oct 2025 07:20:08 -0400 Subject: [PATCH] TileDB-R 0.33.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d7f49ef5cd..4a090f7624 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.33.0.3 +Version: 0.33.1 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c( person("TileDB, Inc.", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index d87d090457..f487cd9ad9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # tiledb (development version) +# tiledb 0.33.1 + +* This release of the R package builds against [TileDB 2.29.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.1), and has also been tested against earlier releases as well as the development version + ## Bug Fixes * The factor levels are now remapped as expected when updating an array with values that include no additional factor levels (@cgiachalis in [#844](https://github.com/TileDB-Inc/TileDB-R/pull/844))