TileDB-Py
TileDB-Py copied to clipboard
Remove global order from the TileDB-Py API
order='G' should go away, it's better to be encapsulated with higher level api's (that enforce tiling constraints / ordering) rather than be exposed directly to the user. Additionally the new multiple subarray feature / orthogonal indexing does not work with global order as its use is constrained to bulk operations.