uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

Release 0.9.4rc0 #579

Closed selitvin closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #579 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #579   +/-   ##
=======================================
  Coverage   85.69%   85.69%           
=======================================
  Files          87       87           
  Lines        4983     4983           
  Branches      794      794           
=======================================
  Hits         4270     4270           
  Misses        577      577           
  Partials      136      136           
Impacted Files Coverage Δ
petastorm/__init__.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 1838a79...8190328. Read the comment docs.