Skip to content

Commit 9d6c286

Browse files
authored
Release 0.26.0 (#697)
* Release 0.26.0 * Updated pkgdown documentation [ci skip]
1 parent 4d20bd5 commit 9d6c286

File tree

427 files changed

+1374
-1348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+1374
-1348
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.25.0.11
3+
Version: 0.26.0
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
66
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ongoing Development
1+
# tiledb 0.26.0
22

33
* 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)
44

@@ -32,6 +32,7 @@
3232

3333
* 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)
3434

35+
3536
# tiledb 0.25.0
3637

3738
* 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The most recent released version can be installed from
4040
> remotes::install_github("TileDB-Inc/TileDB-R")
4141
...
4242
> library(tiledb)
43-
TileDB R 0.25.0 with TileDB Embedded 2.22.0 on Ubuntu 23.10.
43+
TileDB R 0.26.0 with TileDB Embedded 2.22.0 on Ubuntu 23.10.
4444
See https://tiledb.com for more information about TileDB.
4545
> help(package=tiledb)
4646

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for TileDB-R 0.25.0.
3+
# Generated by GNU Autoconf 2.71 for TileDB-R 0.26.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='TileDB-R'
609609
PACKAGE_TARNAME='tiledb-r'
610-
PACKAGE_VERSION='0.25.0'
611-
PACKAGE_STRING='TileDB-R 0.25.0'
610+
PACKAGE_VERSION='0.26.0'
611+
PACKAGE_STRING='TileDB-R 0.26.0'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1270,7 +1270,7 @@ if test "$ac_init_help" = "long"; then
12701270
# Omit some internal or obsolete options to make the list less imposing.
12711271
# This message is too long to be a string in the A/UX 3.1 sh.
12721272
cat <<_ACEOF
1273-
\`configure' configures TileDB-R 0.25.0 to adapt to many kinds of systems.
1273+
\`configure' configures TileDB-R 0.26.0 to adapt to many kinds of systems.
12741274
12751275
Usage: $0 [OPTION]... [VAR=VALUE]...
12761276
@@ -1332,7 +1332,7 @@ fi
13321332

13331333
if test -n "$ac_init_help"; then
13341334
case $ac_init_help in
1335-
short | recursive ) echo "Configuration of TileDB-R 0.25.0:";;
1335+
short | recursive ) echo "Configuration of TileDB-R 0.26.0:";;
13361336
esac
13371337
cat <<\_ACEOF
13381338
@@ -1425,7 +1425,7 @@ fi
14251425
test -n "$ac_init_help" && exit $ac_status
14261426
if $ac_init_version; then
14271427
cat <<\_ACEOF
1428-
TileDB-R configure 0.25.0
1428+
TileDB-R configure 0.26.0
14291429
generated by GNU Autoconf 2.71
14301430
14311431
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1572,7 +1572,7 @@ cat >config.log <<_ACEOF
15721572
This file contains any messages produced by compilers while
15731573
running configure, to aid debugging if configure makes a mistake.
15741574
1575-
It was created by TileDB-R $as_me 0.25.0, which was
1575+
It was created by TileDB-R $as_me 0.26.0, which was
15761576
generated by GNU Autoconf 2.71. Invocation command line was
15771577
15781578
$ $0$ac_configure_args_raw
@@ -6912,7 +6912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
69126912
# report actual input values of CONFIG_FILES etc. instead of their
69136913
# values after options handling.
69146914
ac_log="
6915-
This file was extended by TileDB-R $as_me 0.25.0, which was
6915+
This file was extended by TileDB-R $as_me 0.26.0, which was
69166916
generated by GNU Autoconf 2.71. Invocation command line was
69176917
69186918
CONFIG_FILES = $CONFIG_FILES
@@ -6967,7 +6967,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
69676967
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
69686968
ac_cs_config='$ac_cs_config_escaped'
69696969
ac_cs_version="\\
6970-
TileDB-R config.status 0.25.0
6970+
TileDB-R config.status 0.26.0
69716971
configured by $0, generated by GNU Autoconf 2.71,
69726972
with options \\"\$ac_cs_config\\"
69736973

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## require at least autoconf 2.69
2626
AC_PREREQ([2.69])
27-
AC_INIT([TileDB-R],[0.25.0])
27+
AC_INIT([TileDB-R],[0.26.0])
2828

2929
## -- Part 1: Setup -------------------------------------------------------------
3030
##

docs/404.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/data-ingestion-from-sql.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/documentation.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/installation-options.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/introduction.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/tiledb-mariadb-examples.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/deps/bootstrap-5.3.1/bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)