uploadcare / pillow-simd

The friendly PIL fork
https://python-pillow.github.io/pillow-perf/
Other
2.12k stars 85 forks source link

PyPI release #124

Closed rphlo closed 1 year ago

rphlo commented 1 year ago

I noticed the tag for 9.2.0 is out there but the PyPI version is still stuck at 9.0.0.post1

Can we expect a new PyPI release?

Thanks for the development effort.

chrisapplegate commented 1 year ago

This would very much appreciated here as well, thanks in advance

matthiasBT commented 1 year ago

Hi! Could we please get a 9.2.0 PyPI release? Thanks!

yelinaung commented 1 year ago

I've worked around this by doing this in my requirements.txt

git+https://github.com/uploadcare/pillow-simd@9.2.0
homm commented 1 year ago

@yelinaung there is no reasons to do this. You just installing regular Pillow (without SIMD optimizations)

yelinaung commented 1 year ago

@yelinaung there is no reasons to do this. You just installing regular Pillow (without SIMD optimizations)

Sorry I am not getting what you mean. What is the suggested way to install the latest commit or tag of the Pillow-SIMD?

homm commented 1 year ago

This repo is a fork of original Pillow, so you can find original tags and branches from the original Pillow here. 9.2.0 is a tag from the original source tree. The latest Pillow-SIMD version is v9.0.0.post1 for now.

MvGulik commented 1 year ago

Now I'm even more confused than before.

O well. Such is life I guess.