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

Refactor API for NGFF datasets #31

Merged
merged 111 commits into from
Feb 13, 2023
Merged

Refactor API for NGFF datasets #31

merged 111 commits into from
Feb 13, 2023

Commits on Jan 21, 2023

  1. base class for ngff nodes

    ziw-liu committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    a63c55f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix typo

    ziw-liu committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7445eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102ba31 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. create new image in position

    ziw-liu committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4c8f77d View commit details
    Browse the repository at this point in the history
  2. add docstrings

    ziw-liu committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f57a368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a4b02 View commit details
    Browse the repository at this point in the history
  4. fix docstring length

    ziw-liu committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4e42e88 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. append channel method

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    245c23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe91734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e81089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b8c9c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fad0225 View commit details
    Browse the repository at this point in the history
  6. match signature

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    279d04d View commit details
    Browse the repository at this point in the history
  7. fix constructors

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c25151c View commit details
    Browse the repository at this point in the history
  8. fix metadata writing

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2db7119 View commit details
    Browse the repository at this point in the history
  9. fix default chunking

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c071835 View commit details
    Browse the repository at this point in the history
  10. fix context manager

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1842570 View commit details
    Browse the repository at this point in the history
  11. fix channel axis check

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    63ffda2 View commit details
    Browse the repository at this point in the history
  12. fix shape check

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    eae58b4 View commit details
    Browse the repository at this point in the history
  13. update OMEZarr example

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    268959a View commit details
    Browse the repository at this point in the history
  14. rename ngff file

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4dcbf00 View commit details
    Browse the repository at this point in the history
  15. rename imports

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dff09f2 View commit details
    Browse the repository at this point in the history
  16. showcase ImageArray.numpy()

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    beff804 View commit details
    Browse the repository at this point in the history
  17. update docstring

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    09d953e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9cbe27 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2f0267 View commit details
    Browse the repository at this point in the history
  20. add row node

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0d6fa32 View commit details
    Browse the repository at this point in the history
  21. update docstring

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    641459a View commit details
    Browse the repository at this point in the history
  22. elevate iterator

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8bef5dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4692bae View commit details
    Browse the repository at this point in the history
  24. update docstrings

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    74ed6e0 View commit details
    Browse the repository at this point in the history
  25. update example introduction

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dc00551 View commit details
    Browse the repository at this point in the history
  26. clarify read-only example

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ca1681a View commit details
    Browse the repository at this point in the history
  27. fix hcs metadata

    ziw-liu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    23e3e0c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    953bc9b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. plate node

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2ce0334 View commit details
    Browse the repository at this point in the history
  2. fix typo

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    763138e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5003887 View commit details
    Browse the repository at this point in the history
  4. update docstring

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    acc800a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7e6d7 View commit details
    Browse the repository at this point in the history
  6. remove reader adaptor

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d6f886a View commit details
    Browse the repository at this point in the history
  7. remove OMEZarrReader

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a43d71c View commit details
    Browse the repository at this point in the history
  8. update deprecation message

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a7f792d View commit details
    Browse the repository at this point in the history
  9. update docstring

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4330601 View commit details
    Browse the repository at this point in the history
  10. rename example files

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a0bdfe7 View commit details
    Browse the repository at this point in the history
  11. rearrange metadata attributes

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6a7ee3f View commit details
    Browse the repository at this point in the history
  12. fix plate metadata

    ziw-liu committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    68daef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix metadata loading

    ziw-liu committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b01c5e6 View commit details
    Browse the repository at this point in the history
  2. update hcs example

    ziw-liu committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3d62e6f View commit details
    Browse the repository at this point in the history
  3. fix omero metadata

    ziw-liu committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2784672 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. rename test directory

    ziw-liu committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e66390a View commit details
    Browse the repository at this point in the history
  2. rename test file

    ziw-liu committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    34d20bc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. change error type

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    54ac842 View commit details
    Browse the repository at this point in the history
  2. test util functions

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    87f7ee9 View commit details
    Browse the repository at this point in the history
  3. fix linting and formatting

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d6efd5c View commit details
    Browse the repository at this point in the history
  4. test OMEZarr

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6444f9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a893cf0 View commit details
    Browse the repository at this point in the history
  6. warn -> warning

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ccab859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc2fc2e View commit details
    Browse the repository at this point in the history
  8. test HCSZarr.open()

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4a7b8cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ae5ec3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93b57bd View commit details
    Browse the repository at this point in the history
  11. fix check attribute logic

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    21b89b8 View commit details
    Browse the repository at this point in the history
  12. fix typo

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    31d4489 View commit details
    Browse the repository at this point in the history
  13. test HCSZarr

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d70248c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1347a9 View commit details
    Browse the repository at this point in the history
  15. match error type

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    403f5ec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b83be4d View commit details
    Browse the repository at this point in the history
  17. combine pytest commands

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1c3128b View commit details
    Browse the repository at this point in the history
  18. fix fixture call

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    df3a823 View commit details
    Browse the repository at this point in the history
  19. remove unused import

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d104024 View commit details
    Browse the repository at this point in the history
  20. update example comment

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a51ab2a View commit details
    Browse the repository at this point in the history
  21. fix linting

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a0b04ba View commit details
    Browse the repository at this point in the history
  22. fix linting

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0723b33 View commit details
    Browse the repository at this point in the history
  23. fix linting

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7a5e9f6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c17b81e View commit details
    Browse the repository at this point in the history
  25. Revert "Merge branch 'main' into ngff-dataset"

    This reverts commit c17b81e.
    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    90cdbc2 View commit details
    Browse the repository at this point in the history
  26. isort

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9c6d0d2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    686b0af View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0e995fd View commit details
    Browse the repository at this point in the history
  29. fix linting

    ziw-liu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    92fa0db View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    ea17a61 View commit details
    Browse the repository at this point in the history
  2. revert wrong example changes

    ziw-liu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4f58916 View commit details
    Browse the repository at this point in the history
  3. fix linting and formatting

    ziw-liu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    efabd82 View commit details
    Browse the repository at this point in the history
  4. simplify code

    ziw-liu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7c20657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a02ceba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2789ea2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    0255beb View commit details
    Browse the repository at this point in the history
  2. rename OMEZarr to OMEZarrFOV

    ziw-liu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0e0b134 View commit details
    Browse the repository at this point in the history
  3. Update docstrings

    ziw-liu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    919d951 View commit details
    Browse the repository at this point in the history
  4. test append channel

    ziw-liu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c9ee998 View commit details
    Browse the repository at this point in the history
  5. check image shape with test

    ziw-liu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    036f205 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. test create position

    ziw-liu committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8dd85c7 View commit details
    Browse the repository at this point in the history
  2. test well metadata

    ziw-liu committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9219273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02a948 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    702e945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c787958 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b655f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8300d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae5cd17 View commit details
    Browse the repository at this point in the history
  9. test against new api

    ziw-liu committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a4a83ae View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. update examples

    ziw-liu committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    6657abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0ba4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9516b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61237f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Revert 3 commits

    This reverts commits 6d0ba4c,
    b9516b1, 61237f9.
    ziw-liu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e9e83eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2293405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b08d107 View commit details
    Browse the repository at this point in the history
  4. edit HCS example

    ziw-liu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7dd36c5 View commit details
    Browse the repository at this point in the history
  5. rename hcs example file

    ziw-liu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9213136 View commit details
    Browse the repository at this point in the history