xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.1k stars 67 forks source link

Add support to import xorbits.numpy.special functions #683

Closed luweizheng closed 12 months ago

luweizheng commented 12 months ago

What do these changes do?

Add support to import xorbits.numpy.special functions

Check code requirements

codecov[bot] commented 12 months ago

Codecov Report

Merging #683 (298ac3a) into main (7465fb9) will decrease coverage by 10.93%. The diff coverage is 54.54%.

@@             Coverage Diff             @@
##             main     #683       +/-   ##
===========================================
- Coverage   93.47%   82.55%   -10.93%     
===========================================
  Files        1026     1027        +1     
  Lines       79405    79426       +21     
  Branches    16456    16458        +2     
===========================================
- Hits        74226    65572     -8654     
- Misses       3496    11584     +8088     
- Partials     1683     2270      +587     
Flag Coverage Δ
unittests 82.43% <54.54%> (-10.95%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
python/xorbits/numpy/mars_adapters/__init__.py 100.00% <ø> (ø)
python/xorbits/numpy/special/__init__.py 41.17% <41.17%> (ø)
python/xorbits/numpy/__init__.py 100.00% <100.00%> (ø)
python/xorbits/numpy/mars_adapters/core.py 100.00% <100.00%> (ø)
python/xorbits/numpy/numpy_adapters/core.py 100.00% <100.00%> (ø)

... and 172 files with indirect coverage changes