IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
646 stars 62 forks source link

add new python typing #920

Open KsanaKozlova opened 4 years ago

AlexanderKalistratov commented 4 years ago

Lets move it to folder 'numba_typing/types' and split into several files: numbers, array, pandas(series) and special(LiteralType)

AlexanderKalistratov commented 4 years ago

Then import everything in __init__.py.

And please take a look how to use __all__