Created by: vicdoval
In this case I left both implementations because with huge lists (around 500000 vectors ) the numpy implementation can be slower if you output regular lists.
The numpy implementation will accept list of numpy arrays so you can make all the calculations in Numpy and convert it in the last one improving the performance
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.