Towards Fancy Indexing #1185
CarlKCarlK
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to share my efforts toward offering fancy indexing in a project that uses ndarray.
Python Numpy supports fancy indexing -- that is indexing an array by
When I ported our Bed-Reader genomics package from Python to Rust, I wanted to continue supporting fancy indexing. In the context of reading DNA data from a file to an ndarray, I got it working.
See: https://docs.rs/bed-reader/latest/bed_reader/index.html#index-expressions &
Towards Data Science Nine Rules for Elegant Rust Library APIs
Is their work or interest in supporting fancy indexing generally in ndarray?
(I'll be at RustConf '22 in Portland, August 5th, if any other ndarray users or developers well be around.)
Beta Was this translation helpful? Give feedback.
All reactions