Dear Numpy maintainers and developers,
Thanks for providing such a great numerical library!
I’m currently trying to implement the Dynamic Time Warping metric as a set of
generalised numpy ufuncs, but unfortunately, I have lasting issues with pointer
arithmetic and segmentation faults. Is there
Dear Jaime, dear Travis
thanks for pointing out my stride errors. This just gets me every time. After
trying out Travis’ suggestion to work with numba, I feel that this works best
for me. Functions are easier to generalise to different data types and I can
make use of my existing Python develop