diff --git a/DESCRIPTION b/DESCRIPTION index 3ce362b568..2201029854 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.22.0.8 +Version: 0.23.0 Title: Modern Database Engine for Multi-Modal Data via 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 4cebc596f3..7fb88df162 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# Ongoing development +# tiledb 0.23.0 -* This release of the R package builds against [TileDB 2.18.3](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.3), and has also been tested against earlier releases as well as the development version (#638) +* This release of the R package builds against [TileDB 2.19.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.19.0), and has also been tested against earlier releases as well as the development version (#641) ## Improvements @@ -10,6 +10,8 @@ * Initialization of object walk order in recursive mode is now more explicit (#640) +* Use of TileDB Embedded was upgraded to release 2.18.3 (#638), and 2.19.0 (#641) + ## Bug Fixes * The read buffer is now correctly sized when implementing VFS serialization (#631) diff --git a/README.md b/README.md index a8f0363c00..4eac4e75f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The most recent released version can be installed from > remotes::install_github("TileDB-Inc/TileDB-R") ... > library(tiledb) - TileDB R 0.22.0 with TileDB Embedded 2.18.2 on Ubuntu 23.10. + TileDB R 0.23.0 with TileDB Embedded 2.19.0 on Ubuntu 23.10. See https://tiledb.com for more information about TileDB. > help(package=tiledb) diff --git a/configure b/configure index 0f94f38862..1e154e3d06 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for TileDB-R 0.22.0. +# Generated by GNU Autoconf 2.71 for TileDB-R 0.23.0. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -607,8 +607,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TileDB-R' PACKAGE_TARNAME='tiledb-r' -PACKAGE_VERSION='0.22.0' -PACKAGE_STRING='TileDB-R 0.22.0' +PACKAGE_VERSION='0.23.0' +PACKAGE_STRING='TileDB-R 0.23.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1270,7 +1270,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures TileDB-R 0.22.0 to adapt to many kinds of systems. +\`configure' configures TileDB-R 0.23.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1332,7 +1332,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TileDB-R 0.22.0:";; + short | recursive ) echo "Configuration of TileDB-R 0.23.0:";; esac cat <<\_ACEOF @@ -1425,7 +1425,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TileDB-R configure 0.22.0 +TileDB-R configure 0.23.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1572,7 +1572,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by TileDB-R $as_me 0.22.0, which was +It was created by TileDB-R $as_me 0.23.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -6909,7 +6909,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by TileDB-R $as_me 0.22.0, which was +This file was extended by TileDB-R $as_me 0.23.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6964,7 +6964,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -TileDB-R config.status 0.22.0 +TileDB-R config.status 0.23.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ccd811738e..e869b2c07a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ ## require at least autoconf 2.69 AC_PREREQ([2.69]) -AC_INIT([TileDB-R],[0.22.0]) +AC_INIT([TileDB-R],[0.23.0]) ## -- Part 1: Setup ------------------------------------------------------------- ## diff --git a/docs/404.html b/docs/404.html index 6d658fc834..d4180c3347 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ tiledb - 0.22.0 + 0.23.0