Releases: TileDB-Inc/TileDB-R
0.7.0
A new release 0.7.0 of the R package with extended support for the TileDB 2.0.0. Entries from the NEWS.md file follow:
0.7.0
- This release of the R package supports TileDB 1.7.7 and TileDB 2.0.5
Improvements
-
All S4 classes are now consistently documented or aliased (#117)
-
If needed, the build system now builds TileDB and its required component (#118)
-
Data.frame support has been extended further and made more robust (#119, #123, #128)
-
The Description: in
DESCRIPTION
has been refreshed (#120) -
Builds on Linux and macOS can use a pre-built TileDB library (#121, #122, #124, #127)
-
Copyright headers were added to source files (#125)
-
The pkg-config helper can be used when building from source (#126)
-
An introductory vignette was added (#129)
0.6.0
TileDB 0.6.0 is new release with support for many features TileDB 2.0.0.
Entries from the included NEWS.md follow:
0.6.0
- This release of the R package supports TileDB 1.7.7 and TileDB 2.0.0
Improvements
-
Added support for heterogenous domains
-
Added support for string dimensions
-
Added support for duplicate dimension values in sparse arrays
-
Added support for data.frame object import and conversion to dense and
sparse arrays -
Added enhanced support for data.frame returns from dense array
-
Added support for data.frame column selection (i.e. attributes) from dense array
-
Added support for new filter types for md5 and sha256 checksums
-
Added support for Date, Datetime (i.e. POSIXct) and nanosecond dense and
sparse array attributes and domains -
Documentation and examples were enhanced and extended
-
tiledb_stats_dump()
is now simpler (but needs to be enabled first as
usual) -
Support for nanosecond and integer64 columns was added, this is an optional
feature for which the nanotime (and bit64) packages need to be installed
Changes
- Dimension attributes must now be named
0.5.0
0.4.0
TileDB R 0.4.0 is another release with extended support for the TileDB API.
Highlights include:
-
This release of the R package builds against the 1.7.* releases of tiledb.
-
This release contains increased coverage of the underlying API, additional
documentation as well as unit tests.
0.3.1
TileDB-R 0.3.1 is a snapshot release with a large change-set reflecting accelerated development by @eddelbuettel, including major refactoring, improvement of error handling and object display, and additional examples.
The highlight feature addition is support for array metadata (#87)
0.3.0
0.2.0
0.1.0
saner compressor method names