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

Write to Zarr store using h5py-like interface #28

Merged
merged 42 commits into from
Apr 4, 2024
Merged

Write to Zarr store using h5py-like interface #28

merged 42 commits into from
Apr 4, 2024

Commits on Mar 21, 2024

  1. implementing write zarr

    magland committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1bfce96 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. add conversion/

    magland committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    77cc154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2459cdf View commit details
    Browse the repository at this point in the history
  3. implementing zarr write

    magland committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9583348 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. implement write zarr

    magland committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    df5eb2c View commit details
    Browse the repository at this point in the history
  2. zarr write tests

    magland committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6633765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd39e6f View commit details
    Browse the repository at this point in the history
  4. fix tests

    magland committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0f6814a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. remove debug line

    magland committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c1a88c6 View commit details
    Browse the repository at this point in the history
  2. allow bytes for h5 attr

    magland committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    13184f2 View commit details
    Browse the repository at this point in the history
  3. fix encode_nan_inf_ninf

    magland committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eaade00 View commit details
    Browse the repository at this point in the history
  4. support fletcher32 filter

    magland committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    948929c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ed083c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02155d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54d29be View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    e1ad9ac View commit details
    Browse the repository at this point in the history
  2. edit nwb example

    magland committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0cfdfd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. file modes, update docstrings

    magland committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    704337a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07544d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a893f76 View commit details
    Browse the repository at this point in the history
  2. fix __delitem__()

    magland committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    47c8896 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update tests/test_fletcher32.py

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0f3a95a View commit details
    Browse the repository at this point in the history
  2. Update tests/test_remote_data.py

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1d918b2 View commit details
    Browse the repository at this point in the history
  3. Update tests/test_zarr_write.py

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cec2aa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35a6e98 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    799fbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aae815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4129d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51e417 View commit details
    Browse the repository at this point in the history
  5. add comment

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3d06823 View commit details
    Browse the repository at this point in the history
  6. update comment.

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5ae9604 View commit details
    Browse the repository at this point in the history
  7. Update lindi/LindiH5pyFile/LindiH5pyGroup.py

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e4312e7 View commit details
    Browse the repository at this point in the history
  8. remove np.float128

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    08e683f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd0643c View commit details
    Browse the repository at this point in the history
  10. simplify h5_ref_to_zarr_attr

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5f9274d View commit details
    Browse the repository at this point in the history
  11. create tests/utils.py

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c13a2d9 View commit details
    Browse the repository at this point in the history
  12. simplify test_copy

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6ce050c View commit details
    Browse the repository at this point in the history
  13. fix open mode in examples

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5fdaec5 View commit details
    Browse the repository at this point in the history
  14. fix typing checking

    Co-authored-by: Ryan Ly <[email protected]>
    magland and rly authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    20a8f25 View commit details
    Browse the repository at this point in the history
  15. implement require_dataset()

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    249feda View commit details
    Browse the repository at this point in the history
  16. float type checking

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7dc223a View commit details
    Browse the repository at this point in the history
  17. complex type check

    magland committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2e02354 View commit details
    Browse the repository at this point in the history