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

implement lindi.File, drop-in replacement for h5py.File that supports .lindi.json files based on extension (4) #60

Merged
merged 15 commits into from
May 9, 2024

Commits on Apr 25, 2024

  1. h5py monkey patch

    magland committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4241f93 View commit details
    Browse the repository at this point in the history
  2. add test_patch.py

    magland committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3593c51 View commit details
    Browse the repository at this point in the history
  3. update test_patch.py

    magland committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f914ced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7db0a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. incr version

    magland committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8a3d621 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. catch chunk byte range error

    magland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8bc0eea View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. local_cache fix

    magland committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a05be4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817020e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fa412c1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    6aab588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0a390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe8a5c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62 from NeurodataWithoutBorders/catch-chunk-byte-…

    …range-error
    
    catch chunk byte range error (5)
    magland authored May 9, 2024
    Configuration menu
    Copy the full SHA
    9de23bf View commit details
    Browse the repository at this point in the history
  5. update docstrings

    magland committed May 9, 2024
    Configuration menu
    Copy the full SHA
    816045c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #63 from NeurodataWithoutBorders/generation_metadata

    Add generation metadata to .lindi.json file writing (6)
    magland authored May 9, 2024
    Configuration menu
    Copy the full SHA
    089b6ee View commit details
    Browse the repository at this point in the history