-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: pure python #274
base: main
Are you sure you want to change the base?
WIP: pure python #274
Conversation
* snappy: not compiled into wheel by default * decompress_partial: needs implementing * AUTOSHUFFLE: needs implementing
Unfortunately, this wasn't immediately put under revision control and has undergone a number of changes. Original versions were largely lifted out of blosc.pyx.
Hello @joshmoore! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-02-18 15:13:38 UTC |
fd05e21
to
48b277b
Compare
I wonder if we should close this PR? There is been very little progress in a long time. |
Following on from #259 (comment), I dropped the blosc module and am slowly making changes in the background to use native blosc wheels, turning this into a pure Python module. If anyone would like to add commits, please feel free (especially if you know what you are doing unlike myself...)
TODO:
tox -e py39
passes locallytox -e docs
passes locally