-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Tracking issue for tactical refinement of the abstract spec as we run up to an early pilot implementation.
- Version number API: current view is: use semver and have separate version numbers for SOMA API and package implementation.
The open question: how should the API present the semver -- as a string (get_version->'1.3.2-rc1-test+buildlabel') or as a numeric/label tuple/list (get_version -> [1, 3, 2, ['rc1', 'test'], ['build-label']]) - dense nd array - should the read operator support incremental/chunked reads, or should we remove the
batch_sizeparameter? (the end user can still do their own chunking, as they know the chunk/result size) - dense nd array - when the user asks for the read operator to return results in the dense format (aka Tensor), what is the shape of the tensor? (eg, TileDB returns a 1D flattened array, always)
-
shapeandreshape- objectshapeis currently set at create-time. Some of the objects (eg, SOMA*NdArray) would benefit from a post-createreshapeoperation. Should we support this, and what are the implications on implementation?
Metadata
Metadata
Assignees
Labels
No labels