Hello!
The data attributes of KPO objects, such as KPDT, are usually lists of arrays. I was wondering if it would be OK to use numpy arrays directly for these data structure. I think the conversion overhead will be minimal and it will make these data structures much easier to maninpulate, slice and explore for end users.
I'd be happy to send a PR for this, after #6 gets merged (to avoid merge conflicts).
Thank you!
Hello!
The data attributes of KPO objects, such as
KPDT, are usually lists of arrays. I was wondering if it would be OK to use numpy arrays directly for these data structure. I think the conversion overhead will be minimal and it will make these data structures much easier to maninpulate, slice and explore for end users.I'd be happy to send a PR for this, after #6 gets merged (to avoid merge conflicts).
Thank you!