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

Python 3.9 isAlive -> is_alive compatibility fix #696

Closed selitvin closed 3 years ago

selitvin commented 3 years ago

Python 3.8 is the last version supporting isAlive method. It was renamed to is_alive. Resolves #692.

codecov[bot] commented 3 years ago

Codecov Report

Merging #696 (4fdf1ef) into master (8b0cd41) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #696   +/-   ##
=======================================
  Coverage   85.93%   85.93%           
=======================================
  Files          84       84           
  Lines        4957     4957           
  Branches      788      788           
=======================================
  Hits         4260     4260           
  Misses        558      558           
  Partials      139      139           
Impacted Files Coverage Δ
petastorm/workers_pool/thread_pool.py 88.42% <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 8b0cd41...4fdf1ef. Read the comment docs.