Jake Bolewski

Results 42 issues of Jake Bolewski

Need to add the directive `#cython: auto_pickle=False` In general we should be able to pickle most object representations by reloading the URI of that resource. cc. @anh

bug
enhancement

When prototyping, it is annoying to explicitly open the array for reading and writing. Have a `rw` mode which opens / closes the array for every read / write /...

enhancement

Right now all keys / values are assumed to be strings

missing functionality

Integrate with Py3 future / async support. Will have to figure out an interface that is also usable on python2.

enhancement
python3
missing functionality

It would be nice to implement iterators for the Arrray's `Attr` and `Dim` objects.

enhancement

Currently the following dense tests fail, need to check this edge case where we should not issue a query to tiledb libraryl (a sub array cannot be constructed). Ex. ```...

bug

Impacts both sparse and dense arrays: Check if reads are ordered, -> issue ordered coordinate read if unordered -> fallback to multiple point queries and fill in result buffer incrementally...

@mbauman have you given any thought as to how sparse arrays would fit into this framework? I have a project that I've been working on that overlaps with this concept...