Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

Implement a subset of NumPy functions for omniscidb #133

Open guilhermeleobas opened 3 years ago

guilhermeleobas commented 3 years ago

NumPy contains more than 500 functions listed in their website. We need to implement a subset of it. Ideally this subset should contain the most used NumPy functions.

kcpevey commented 3 years ago

We need an explicit list of required functions here. @dharhas

pearu commented 3 years ago

The existing list in https://github.com/xnd-project/rbc/issues/31 represents the current state best.

It will be a continuous effort to support more and more numpy functions / filter out numpy functions that support for omniscidb does not make sense.