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.8k stars 284 forks source link

Add Python 3.6 to travis CI docker image #578

Closed selitvin closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #578 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #578      +/-   ##
==========================================
- Coverage   85.69%   85.67%   -0.02%     
==========================================
  Files          87       87              
  Lines        4983     4978       -5     
  Branches      794      794              
==========================================
- Hits         4270     4265       -5     
  Misses        577      577              
  Partials      136      136              
Impacted Files Coverage Δ
petastorm/unischema.py 93.98% <0.00%> (-0.14%) :arrow_down:

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 d51341a...d325304. Read the comment docs.

jsgoller1 commented 4 years ago

I don't know why we need to do this (not saying there isn't a reason, just that the description is blank so I have no context). LGTM though; will stamp once we discuss.