mapbox / rio-rgbify

Encoded arbitrary bit depth rasters in pseudo base-256
MIT License
102 stars 38 forks source link

Latest pre-built wheel does not match source #43

Open daniel-j-h opened 11 months ago

daniel-j-h commented 11 months ago

Hey folks it looks like April 8th 2022 was the last release

https://pypi.org/project/rio-rgbify/#history

It contains e.g. https://github.com/mapbox/rio-rgbify/pull/34

But looking at the source tarball and the wheel it seems like the wheel does not include that pull request.

Have a look e.g. at cli.py and search for the round-digits option; the source tarball has it, the wheel doesn't

Could you folks cut a new release here, git-tagging it, and uploading consistent sources and wheels please!

Thank you!

daniel-j-h commented 11 months ago

In the meantime here is a workaround to get the latest source

python3 -m pip install --force --no-binary "rio-rgbify" rio-rgbify