iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

Build python wheels using cibuildwheel #16

Closed iamDecode closed 4 years ago

iamDecode commented 4 years ago

To prevent users from having to have Cython installed and having to compile the source code (which proves to be challenging, #4, #8, #10), this PR uses cibuildwheel to automatically build wheels for most manylinux, macOS and windows platforms.

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         411    411           
=====================================
  Hits          411    411

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 423567a...f2cf437. Read the comment docs.