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

Deprecate python2 #548

Closed WeichenXu123 closed 4 years ago

WeichenXu123 commented 4 years ago

Deprecate python2

codecov[bot] commented 4 years ago

Codecov Report

Merging #548 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
+ Coverage   86.14%   86.15%   +0.01%     
==========================================
  Files          87       87              
  Lines        4928     4932       +4     
  Branches      786      787       +1     
==========================================
+ Hits         4245     4249       +4     
  Misses        556      556              
  Partials      127      127              
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 947b1a3...d8c5959. Read the comment docs.