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

Bump up to 0.10.0rc4 #667

Closed chongxiaoc closed 3 years ago

chongxiaoc commented 3 years ago

After travis_3_6 branch passes tests after changing Travis CI python version to 3.6, pull the changes into master branch.

codecov[bot] commented 3 years ago

Codecov Report

Merging #667 (3d30e9e) into master (cc1d5d3) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #667   +/-   ##
=======================================
  Coverage   85.79%   85.79%           
=======================================
  Files          84       84           
  Lines        4928     4928           
  Branches      779      779           
=======================================
  Hits         4228     4228           
  Misses        561      561           
  Partials      139      139           
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 cc1d5d3...3d30e9e. Read the comment docs.