root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Fix scalar pages, fix unicode slicer #131

Closed realratchet closed 9 months ago

realratchet commented 9 months ago

Fixes an issue where we couldn't load numpy scalar pages (produced by tablite.filter), although filter shouldn't produce them in the first place because it's extremely dirty Fix an issue with unicode page slicer Improve exception texts Added missing loader tests

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (30d0291) 82.03% compared to head (87740c2) 82.05%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================== + Coverage 82.03% 82.05% +0.02% ========================================== Files 27 27 Lines 4002 4002 ========================================== + Hits 3283 3284 +1 + Misses 719 718 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.