From 8d70b94d69e3a057a2351b6590b7a73dad40d60d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 19 Oct 2024 16:30:24 -0400 Subject: [PATCH] Update DESCRIPTION and NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 98cca43626..a4c5f9a5a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.30.2 +Version: 0.30.2.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 4c564e981e..fc1e7d0951 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Unreleased + +* Update docs with correct S4 methods +* Run `clang-format` on non-autogen C++ source code +* Update unit tests to expect dense current domain +* Support parentheses in query conditions + # tiledb 0.30.2 * 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)