diff --git a/DESCRIPTION b/DESCRIPTION index 7cfea71400..1f366fed14 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.25.0.11 +Version: 0.26.0 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 = "dirk@tiledb.com", role = "cre")) diff --git a/NEWS.md b/NEWS.md index 2a71f78ce7..e5271390e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Ongoing Development +# tiledb 0.26.0 * This release of the R package builds against [TileDB 2.22.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.22.0), and has also been tested against earlier releases as well as the development version (#679, #686, #693, #696) @@ -32,6 +32,7 @@ * The function `tiledb_query_submit_async()` is marked as deprecated (as is the underlying C++ function) and slated for removal in a future release (#694) + # tiledb 0.25.0 * This release of the R package builds against [TileDB 2.21.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.21.0), and has also been tested against earlier releases as well as the development version (#661, #666, #668, #676, #677) diff --git a/README.md b/README.md index e81cca1f72..f4dd9516e9 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.25.0 with TileDB Embedded 2.22.0 on Ubuntu 23.10. + TileDB R 0.26.0 with TileDB Embedded 2.22.0 on Ubuntu 23.10. See https://tiledb.com for more information about TileDB. > help(package=tiledb) diff --git a/configure b/configure index 5c5bb58947..d0c6fb0985 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.25.0. +# Generated by GNU Autoconf 2.71 for TileDB-R 0.26.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.25.0' -PACKAGE_STRING='TileDB-R 0.25.0' +PACKAGE_VERSION='0.26.0' +PACKAGE_STRING='TileDB-R 0.26.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.25.0 to adapt to many kinds of systems. +\`configure' configures TileDB-R 0.26.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.25.0:";; + short | recursive ) echo "Configuration of TileDB-R 0.26.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.25.0 +TileDB-R configure 0.26.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.25.0, which was +It was created by TileDB-R $as_me 0.26.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -6912,7 +6912,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.25.0, which was +This file was extended by TileDB-R $as_me 0.26.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6967,7 +6967,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.25.0 +TileDB-R config.status 0.26.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 1ff1ea924a..6f761b187b 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.25.0]) +AC_INIT([TileDB-R],[0.26.0]) ## -- Part 1: Setup ------------------------------------------------------------- ## diff --git a/docs/404.html b/docs/404.html index 71a2226e2f..29a36fdeef 100644 --- a/docs/404.html +++ b/docs/404.html @@ -20,11 +20,11 @@ Skip to contents -