You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_size parameter? (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)
shape and reshape - object shape is currently set at create-time. Some of the objects (eg, SOMA*NdArray) would benefit from a post-create reshape operation. Should we support this, and what are the implications on implementation?
Tracking issue for tactical refinement of the abstract spec as we run up to an early pilot 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']])batch_sizeparameter? (the end user can still do their own chunking, as they know the chunk/result size)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?