wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
624 stars 105 forks source link

Support Python 3.7 (PEP 479) #83

Closed hroncok closed 6 years ago

hroncok commented 6 years ago

See https://www.python.org/dev/peps/pep-0479/ Fixes https://github.com/WoLpH/numpy-stl/issues/82

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 198102c60f166d9da7c4bcbcd7c137c8042b3d1d on hroncok:py37 into ba621131803ad94bcfdf24f8b26c3f92932f5c6d on WoLpH:develop.

codecov[bot] commented 6 years ago

Codecov Report

Merging #83 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #83   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            5      5           
  Lines          490    490           
  Branches        57     57           
======================================
  Hits           490    490
Impacted Files Coverage Δ
stl/stl.py 100% <100%> (ø) :arrow_up:

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 ba62113...c472e63. Read the comment docs.

wolph commented 6 years ago

Excellent work @hroncok, thank you so much :)

hroncok commented 6 years ago

@WoLpH Are you planning a release or should I patch the Fedora package with this change?

hroncok commented 6 years ago

I'v patched it, no need for a release unless you want one.

wolph commented 6 years ago

I was actually in the process of creating a new release :)

Should be up soon. Thanks again for the help!

hroncok commented 6 years ago

Any time ;)

hroncok commented 6 years ago

BTW Cython 3.7 wheels are now available: https://github.com/cython/cython/issues/2416