Changes in version 1.16.0                        

    o   Minor fix for as.data.frame= deprecation in tiledb_array().

    o   Support other datatypes for the dimensions and storage when
	configuring a TileDBRealizationSink. This is achieved via the
	new storagetype= and dimtype= arguments. Also added
	getTileDBDimType() and setTileDBDimType() to globally define
	the choice of dimension datatype.

    o   Bugfix to TileDBArraySeed to correctly handle dimension domains
	that do not start at 1. This requires a modification to the
	class to record the domain offset.

    o   Added a offset= option to TileDBRealizationSink() to create
	arrays with dimension domains that do not start at 1. This
	requires a modification to the associated class to record the
	domain offset.

                        Changes in version 1.2.0                        

    o   
	Add more schema options during TileDBArray construction.

    o   
	Use tiledb_array() for both sparse and dense arrays.

                        Changes in version 1.0.0                        

    o   
	New package TileDBArray implementing a DelayedArray backend for
	TileDB.