Skip to content
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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

WIP: pure python #274

wants to merge 14 commits into from

Commits on Feb 18, 2021

  1. Remove c-blosc submodule

    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    5b3e230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bace0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5f51a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4f85c1 View commit details
    Browse the repository at this point in the history
  5. Disable tests for missing functionality

     * snappy: not compiled into wheel by default
     * decompress_partial: needs implementing
     * AUTOSHUFFLE: needs implementing
    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    dfd20f5 View commit details
    Browse the repository at this point in the history
  6. Add a replacement blosc.py

    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.
    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    5a179ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a43abf6 View commit details
    Browse the repository at this point in the history
  8. Fix PEP8 issues

    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b03e5ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd4a10d View commit details
    Browse the repository at this point in the history
  10. Fix flake8 undefined issues

    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f44e007 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79e70b2 View commit details
    Browse the repository at this point in the history
  12. Remove 3.6 from CI runs

    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    3c0923d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2362a7b View commit details
    Browse the repository at this point in the history
  14. WIP lz4

    joshmoore committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    5344a2a View commit details
    Browse the repository at this point in the history