TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
181 stars 32 forks source link

Deprecate support for `[]` indexing with floats #1982

Closed kounelisagis closed 1 month ago

kounelisagis commented 1 month ago

Deprecate support for [] indexing with floats. NumPy no longer allows this (as of 1.12), and it can cause confusion because of the wrap-around semantics.

nguyenv commented 1 month ago

https://www.notion.so/Deprecation-Cycles-in-TileDB-Py-96924f154dc34910a4c61a59b596749a?pm=c

I'd like to be more explicit about what version we will be deprecating this (and it doesn't need to be in two minor release as notion.so doc has written), but wait for @ihnorton to weigh in before making changes.