diff --git a/DESCRIPTION b/DESCRIPTION index 12c3966d2e..3cc772c12a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.14.1.1 +Version: 0.15.0 Title: Universal Storage Engine for 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 8e1c4ce89d..9eff89198d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,22 @@ -# Ongoing +# tiledb 0.15.0 + +* This release of the R package builds against [TileDB 2.11.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.11.0), and has also been tested against earlier releases as well as the development version. ## Improvements * Support for query conditions has been extended to dense arrays (#447) +* Support for filter lists has extended to both the data.frame helper and the dimension object constructor (#448) + +* Use of TileDB Embedded was upgraded to release 2.11.0 (#449) + ## Bug Fixes +* Small enhancements have been made to the test suite (#450) + ## Build and Test Systems -* The nightly `valgrind` check has been extended to the release-2.11 branch (#446) +* A small enhancement was made to the test system (#450) # tiledb 0.14.1 diff --git a/configure b/configure index c27b173c2f..b327dd4ff1 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.14.0. +# Generated by GNU Autoconf 2.71 for TileDB-R 0.15.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.14.0' -PACKAGE_STRING='TileDB-R 0.14.0' +PACKAGE_VERSION='0.15.0' +PACKAGE_STRING='TileDB-R 0.15.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1267,7 +1267,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.14.0 to adapt to many kinds of systems. +\`configure' configures TileDB-R 0.15.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1329,7 +1329,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TileDB-R 0.14.0:";; + short | recursive ) echo "Configuration of TileDB-R 0.15.0:";; esac cat <<\_ACEOF @@ -1422,7 +1422,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TileDB-R configure 0.14.0 +TileDB-R configure 0.15.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1569,7 +1569,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.14.0, which was +It was created by TileDB-R $as_me 0.15.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -6810,7 +6810,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.14.0, which was +This file was extended by TileDB-R $as_me 0.15.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6865,7 +6865,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.14.0 +TileDB-R config.status 0.15.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 728b5470eb..c0db298497 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.14.0]) +AC_INIT([TileDB-R],[0.15.0]) ## -- Part 1: Setup ------------------------------------------------------------- ## diff --git a/docs/404.html b/docs/404.html index d83bdf5374..a880dd065e 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,8 +7,8 @@ Page not found (404) • tiledb - - + + License • tiledbLicense • tiledb @@ -10,7 +10,7 @@ tiledb - 0.14.1 + 0.15.0