LukasHedegaard / datasetops

Fluent dataset operations, compatible with your favorite libraries
https://datasetops.readthedocs.io
MIT License
10 stars 1 forks source link

Feature/api cleanup #12

Closed LukasHedegaard closed 4 years ago

LukasHedegaard commented 4 years ago

General API cleanup, renaming various operations, changing argument passing options

codecov-io commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.08%. The diff coverage is 99.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   99.09%   99.18%   +0.08%     
==========================================
  Files           9        8       -1     
  Lines         665      611      -54     
==========================================
- Hits          659      606      -53     
+ Misses          6        5       -1     
Flag Coverage Δ
#unittests 99.18% <99.41%> (+0.08%) :arrow_up:
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tests/datasetops/test_loaders.py 97.36% <93.33%> (ø)
tests/datasetops/test_compose.py 100.00% <100.00%> (ø)
tests/datasetops/test_datasets.py 100.00% <100.00%> (ø)
tests/datasetops/test_examples.py 100.00% <100.00%> (ø)
tests/datasetops/test_imports.py 100.00% <100.00%> (ø)
tests/datasetops/test_shuffle.py 100.00% <100.00%> (ø)
tests/datasetops/testing_utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02282ae...894ee64. Read the comment docs.