Skip to content

Commit

Permalink
Release 0.9.1 (#242)
Browse files Browse the repository at this point in the history
* update NEWS.md

* set version to 0.9.1

* Fix pkgdown rendering of news (#240)

* Move NEWS to package root

* fix pkgdown rendering of NEWS

* update pkdown after assist from @aaron in #240 (but w/o cran dates)

* roll a version display and license year

* one more NEWS.md update and docs/ generation

* install palmerpenguins under Azure Pipelines as it is suggested

* test for install log and cat it to stdout if found

* adjust tools.sh script for move of NEWS.md to top-level

* remove display of installation log

* appease R-devel CMD check: derive Authors from Authors@R, URL fix

* final pkgdown re-run

Co-authored-by: Aaron Wolen <[email protected]>
  • Loading branch information
eddelbuettel and aaronwolen authored May 12, 2021
1 parent 90e4598 commit 8cca43b
Show file tree
Hide file tree
Showing 251 changed files with 1,682 additions and 430 deletions.
3 changes: 3 additions & 0 deletions .ci/azure/build-and-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ steps:
R CMD build --no-build-vignettes --no-manual .
R CMD check --no-manual --no-vignettes tiledb_*.tar.gz
displayName: 'Run check'
## -- use this to display installation log
## test -f /*/*/work/1/s/tiledb.Rcheck/00install.out && cat /*/*/work/1/s/tiledb.Rcheck/00install.out
2 changes: 1 addition & 1 deletion .ci/azure/install-dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
steps:
- script: Rscript -e 'install.packages(c("Rcpp", "nanotime", "tinytest", "curl", "bit64", "knitr", "rmarkdown", "minidown"))'
- script: Rscript -e 'install.packages(c("Rcpp", "nanotime", "tinytest", "curl", "bit64", "knitr", "rmarkdown", "minidown", "palmerpenguins"))'
displayName: 'Install dependencies'
10 changes: 4 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Package: tiledb
Type: Package
Version: 0.9.0
Version: 0.9.1
Title: Sparse and Dense Multidimensional Array Storage Engine for Data Science
Author: TileDB, Inc.
Copyright: TileDB, Inc.
Maintainer: Dirk Eddelbuettel <[email protected]>
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))
Description: The data science storage engine 'TileDB' introduces a
powerful on-disk format for multi-dimensional arrays. It supports
dense and sparse arrays, dataframes and key-values stores, cloud
Expand All @@ -14,8 +13,7 @@ Description: The data science storage engine 'TileDB' introduces a
travel'), metadata and groups. It is implemented as an embeddable
cross-platform C++ library with APIs from several languages, and
integrations.
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))
Copyright: TileDB, Inc.
License: MIT + file LICENSE
URL: https://github.com/TileDB-Inc/TileDB-R
BugReports: https://github.com/TileDB-Inc/TileDB-R/issues
Expand Down
42 changes: 31 additions & 11 deletions inst/NEWS.md → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Ongoing
# tiledb 0.9.1

* This release of the R package builds against [TileDB 2.2.7](https://github.com/TileDB-Inc/TileDB/releases/tag/2.2.7), but has also been tested against two previous release series as well as the development version.
* This release of the R package builds against [TileDB 2.2.9](https://github.com/TileDB-Inc/TileDB/releases/tag/2.2.9), but has also been tested against previous releases as well as the development version.

## Improvements

* A new vignette show use of TileDB array via RMariaDB and the MyTile extension to MariaDB (#221)

* Matrices can now be returned directly from suitable two-dimensional TileDB arrays (#225)

* More data types are supported in the non-empty domain accessor function (#229)

* The DESCRIPTION, README.md and pkgdown site were updated (#230)

* Creation of TileDB arrays from data.frame object has been made more robust (#238)

* On startup, versions numbers of the R package and the TileDB Embedded library are displayed (#239)

* The pkgdown website now shows the ChangeLog derived from this NEWS file (#240)

## Bug Fixes

* Two tests with datetime comparisons which fail only on one macOS system are now conditional (#216)
Expand All @@ -20,8 +30,18 @@

* Writes from data.frame objects to dense array revert back to column-major order (#226)

* Tests of sparse writes to dense matrices now use UNORDERED layout (#228)

* Data.frame returns of selected columns now coversion dimensions as well (#231)

* Schema creation has been generalized and made more robust (#232)

* Selection of dimension ranges now maps date and datetime values correctly (#233, #241)

* Selection and setting of dimension ranges has been generalized and made more robust (#235, #236)


# 0.9.0
# tiledb 0.9.0

* This release of the R package builds against [TileDB 2.2.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.2.4), but has also been tested against two previous release series as well as the development version.

Expand Down Expand Up @@ -84,7 +104,7 @@
* Small tweaks to timezone and factor settings in unit tests, and vignette (#213, #214, #215)


# 0.8.2
# tiledb 0.8.2

* This release of the R package builds against [TileDB 2.1.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.1.1), but has also been tested against previous releases as well as the development version.

Expand All @@ -99,7 +119,7 @@
* Build scripts have been updated for use of TileDB 2.1.1 on Windows, macOS and Linux (when no system library is found) (#178)


# 0.8.1
# tiledb 0.8.1

* This release of the R package supports [TileDB 2.1.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.1.0), but has also been tested against the previous release [TileDB 2.0.8](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.8).

Expand All @@ -116,7 +136,7 @@
* A typo in the manual page source, copied three more times, has been corrected (#167)


# 0.8.0
# tiledb 0.8.0

* This release of the R package supports [TileDB 2.0.8](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.8), but has
also been tested against the previous release [TileDB 1.7.7](https://github.com/TileDB-Inc/TileDB/releases/tag/1.7.7).
Expand Down Expand Up @@ -156,7 +176,7 @@
- The number of TBB threads will only be set once (#158)


# 0.7.1
# tiledb 0.7.1

* This release of the R package supports [TileDB 1.7.7](https://github.com/TileDB-Inc/TileDB/releases/tag/1.7.7) and [TileDB 2.0.5](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.5)

Expand All @@ -183,7 +203,7 @@
- A character conversion when retrieving array metadata resulting in an out-of-bounds reads has been corrected (#137)


# 0.7.0
# tiledb 0.7.0

* This release of the R package supports [TileDB 1.7.7](https://github.com/TileDB-Inc/TileDB/releases/tag/1.7.7) and [TileDB 2.0.5](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.5)

Expand All @@ -206,7 +226,7 @@
- An introductory vignette was added (#129, #131)


# 0.6.0
# tiledb 0.6.0

* This release of the R package supports [TileDB 1.7.7](https://github.com/TileDB-Inc/TileDB/releases/tag/1.7.7) and [TileDB 2.0.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.0.0)

Expand Down Expand Up @@ -243,7 +263,7 @@
- Dimension attributes must now be named


# 0.5.0
# tiledb 0.5.0

- This release of the R package builds against the 1.7.5 releases of TileDB.

Expand All @@ -256,7 +276,7 @@
- Added additional support for metadata [#106](https://github.com/TileDB-Inc/TileDB-R/pull/105)


# 0.4.0
# tiledb 0.4.0

* This release of the R package builds against the 1.7.* releases of tiledb.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The most recent released version can be installed from
> library(tiledb)
> tiledb_version()
major minor patch
2 2 4
2 2 9
> help(package=tiledb)

If the TileDB library is installed in a custom location, you need to pass the explicit path:
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
template:
params:
bootswatch: lumen

reference:
- title: Ctx
contents:
Expand Down Expand Up @@ -111,7 +112,11 @@ reference:
- starts_with("tiledb_version")
- matches("tiledb-package")
- matches("limitTileDBCores")

authors:
TileDB, Inc.:
href: "https://tiledb.com"
html: "<img src='https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/[email protected]' height=24>"

news:
cran_dates: false
5 changes: 4 additions & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cca43b

Please sign in to comment.