Releases: ArtifactDB/takane
Releases · ArtifactDB/takane
v0.7.1
v0.7.0
- Introduce the
IMAGE
interface for... well, images. - Allow more image types for a
spatial_experiment
via child objects. - Support a global validation function in the
Options
that runs on all object types. - Provide a validator for RDS files as a last resort for recalcitrant objects.
- Added optional
length
property tosimple_list
spec forfast height()
calls.
v0.6.2
v0.6.1
v0.6.0
v0.5.0
- Augmented all HDF5 formats to make them more self-contained, so that they can be used without constantly referring back to the schema. This is done by adding most of the (previously schema-only) details into HDF5 attributes.
- Store dimnames pointers in an attribute for the sparse matrices and dense arrays . This allows writers to point to any dataset in the file that contains, e.g., feature or sample names.
- Factors in HDF5 data frames are represented as groups with codes and levels. This avoids having store a separate file for the levels.
- Tidied up the CSV data frame specification wording.
- Check that HDF5 DF column names are all non-empty strings.