urschrei / simplification

Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust
Other
168 stars 18 forks source link

Python 3.8 support #12

Closed wagenrace closed 3 years ago

wagenrace commented 4 years ago

Is simplification ready for a python 3.8 release?

urschrei commented 4 years ago

On Windows? No, as it's not available on the Appveyor build system.

whentheworldfallsapart commented 3 years ago

I haven't used Appveyor, so forgive if i am mistaken but it looks like Python 3.8 is available Git Issue added in november 2019 release update here are the current images, it looks like 3.8.6 is now available Any chance of nudging this?

urschrei commented 3 years ago

0.5.2 is available on PyPI now, but Python 3.8 support on Windows is 64-bit only: https://pypi.org/project/simplification/0.5.2/

(I have no idea why the 32-bit version won't build, and am extremely time-constrained at the moment. Sorry!)

whentheworldfallsapart commented 3 years ago

Oh no worries, x64 works for me. Thank you so much!