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

(feat): read_lazy for xarray reading + read_elem_as_dask -> read_elem_lazy #1247

Open
wants to merge 330 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    e1b7d07 View commit details
    Browse the repository at this point in the history
  2. (fix): elif for reqname

    ilan-gold committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8028bce View commit details
    Browse the repository at this point in the history
  3. (fix): import

    ilan-gold committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c3cd0e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    cda8aa7 View commit details
    Browse the repository at this point in the history
  2. (chore): use npt.NDArray

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e8f62f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e48ac View commit details
    Browse the repository at this point in the history
  4. (chore): release note

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4de3246 View commit details
    Browse the repository at this point in the history
  5. (fix); try protocol docs

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ba817e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    438d28d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    296ea3f View commit details
    Browse the repository at this point in the history
  8. (fix): use Union

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cf13a57 View commit details
    Browse the repository at this point in the history
  9. (fix): more Union

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d02ba49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6970a97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2282351 View commit details
    Browse the repository at this point in the history
  12. (fix): DataArray type

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    47d87bb View commit details
    Browse the repository at this point in the history
  13. (fix): dims->sizes

    ilan-gold committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b58897e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6165f07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a6d866 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    eb4ab74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810cd0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a996081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e457b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b4057 View commit details
    Browse the repository at this point in the history
  6. (chore): export + docs

    ilan-gold committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4416526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbe44f0 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    8c1f01d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7d412a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d56396 View commit details
    Browse the repository at this point in the history
  11. (fix): add docstring

    ilan-gold committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2012ee5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f65f065 View commit details
    Browse the repository at this point in the history
  2. re-add dep

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8f6ea49 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    155a21e View commit details
    Browse the repository at this point in the history
  4. Almost works

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    daae3e5 View commit details
    Browse the repository at this point in the history
  5. works!

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c415ae4 View commit details
    Browse the repository at this point in the history
  6. (chore): use pascal-case

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    00010b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bd87fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5997678 View commit details
    Browse the repository at this point in the history
  9. (fix): need more aliases

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f208332 View commit details
    Browse the repository at this point in the history
  10. Split table, format

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb69fcb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    477bbef View commit details
    Browse the repository at this point in the history
  12. Merge branch 'ig/protocol_for_callback' of github.com:scverse/anndata…

    … into ig/protocol_for_callback
    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    103cad6 View commit details
    Browse the repository at this point in the history
  13. bump scanpydoc

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8d23f6f View commit details
    Browse the repository at this point in the history
  14. Some basic syntax fixes

    flying-sheep committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9b647c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6d01bc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5ef93e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cfe908 View commit details
    Browse the repository at this point in the history
  18. (fix): type read_recarray

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    99fc6db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5bccc3 View commit details
    Browse the repository at this point in the history
  20. (fix): little type fixes

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e5ea2b0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6ac72d6 View commit details
    Browse the repository at this point in the history
  22. (fix): dask doc

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    989dc65 View commit details
    Browse the repository at this point in the history
  23. (fix): dask docs

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    36b0207 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dadfb4d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a376328 View commit details
    Browse the repository at this point in the history
  26. (fix): typing

    ilan-gold committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ca6cf66 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eabaf35 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4e4fbeb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d2b39f4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4c398c3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    833a552 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    23b53d6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d6fc8a4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1d3fa95 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1fe1de4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. (fix): add dataset_kwargs

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d969b18 View commit details
    Browse the repository at this point in the history
  2. (fix): compat zarr import

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    02b1b1d View commit details
    Browse the repository at this point in the history
  3. (fix): zarr import

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2cadd71 View commit details
    Browse the repository at this point in the history
  4. (refactor): clean up tests

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    33aebb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a55c70 View commit details
    Browse the repository at this point in the history
  6. (fix): overfetching problem

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    701cd85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31ba49d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad62f8c View commit details
    Browse the repository at this point in the history
  9. (fix): don't overfetch

    ilan-gold committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d79a673 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bd1b6c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix circular import

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    43b21a2 View commit details
    Browse the repository at this point in the history
  2. add some typing

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0e22449 View commit details
    Browse the repository at this point in the history
  3. fix mapping types

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ec546f4 View commit details
    Browse the repository at this point in the history
  4. Fix Read/Write

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7c2e4da View commit details
    Browse the repository at this point in the history
  5. Fix one more

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1ba5b99 View commit details
    Browse the repository at this point in the history
  6. unify names

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    49c0d49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3666735 View commit details
    Browse the repository at this point in the history
  8. Fix type aliases

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3a332ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0f4d13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e89e14 View commit details
    Browse the repository at this point in the history
  11. (fix): use Union

    ilan-gold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ea29cfa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4ff236 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f50b286 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    712e085 View commit details
    Browse the repository at this point in the history
  15. (fix): upgrade scanpydoc

    ilan-gold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    24dd18b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    79d3fdc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a2be00 View commit details
    Browse the repository at this point in the history
  18. Add data docs

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d3bcddf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3bae623 View commit details
    Browse the repository at this point in the history
  20. Revert "(fix): use MutableMapping instead of dict due to broken d…

    …ocstring"
    
    This reverts commit 79d3fdc.
    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    84fdc96 View commit details
    Browse the repository at this point in the history
  21. (fix): add clarification

    ilan-gold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2608bc3 View commit details
    Browse the repository at this point in the history
  22. Simplify

    flying-sheep committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e551e18 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    13e3bb1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2935e45 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf0be15 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    890b02a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    9d37fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ffe43e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab1409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9df5bc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a85da39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bef77c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e78334a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb84176 View commit details
    Browse the repository at this point in the history
  5. (fix): dtype for reading

    ilan-gold committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    899184f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    efb70ec View commit details
    Browse the repository at this point in the history
  2. (fix): add issue

    ilan-gold committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    118f43c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    f742a0a View commit details
    Browse the repository at this point in the history
  2. (fix): add message tp errpr

    ilan-gold committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ae68731 View commit details
    Browse the repository at this point in the history
  3. Update tests/test_io_elementwise.py

    Co-authored-by: Isaac Virshup <[email protected]>
    ilan-gold and ivirshup committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f5e7760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f3624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96b13a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68e507a View commit details
    Browse the repository at this point in the history
  7. (fix): erroneous diffs

    ilan-gold committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9c68e36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    410aeda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31a30c4 View commit details
    Browse the repository at this point in the history
  10. (chore): add docs

    ilan-gold committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    80fe8cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b314248 View commit details
    Browse the repository at this point in the history
  12. (fix): more erroneous diffs

    ilan-gold committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    02d4735 View commit details
    Browse the repository at this point in the history
  13. (fix): use context again

    ilan-gold committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6e5534a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    d26cfe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e43a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5160016 View commit details
    Browse the repository at this point in the history
  4. (fix): return type

    ilan-gold committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    43da9a3 View commit details
    Browse the repository at this point in the history
  5. (fix): protocol for reading

    ilan-gold committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9735ced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1730c3 View commit details
    Browse the repository at this point in the history
  7. Fix docs

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9861b56 View commit details
    Browse the repository at this point in the history
  8. almost fix typing

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    235096a View commit details
    Browse the repository at this point in the history
  9. add wrapper

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dce9f07 View commit details
    Browse the repository at this point in the history
  10. move into type checking

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2725ef2 View commit details
    Browse the repository at this point in the history
  11. (fix): small type fxes

    ilan-gold committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ffe89f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cb231e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    029add9 View commit details
    Browse the repository at this point in the history
  14. block info types

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    75a64fc View commit details
    Browse the repository at this point in the history
  15. simplify

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3f734fe View commit details
    Browse the repository at this point in the history
  16. rename

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c4c2356 View commit details
    Browse the repository at this point in the history
  17. simplify more

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cc67a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    fcb1763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adcd48a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a72ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c659a1 View commit details
    Browse the repository at this point in the history
  5. (fix): last small cleanups

    ilan-gold committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d3a811a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e852a74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c92a41 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Update pyproject.toml

    Co-authored-by: Philipp A. <[email protected]>
    ilan-gold and flying-sheep committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    55f706f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa97f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2e21d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb1237c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6724c62 View commit details
    Browse the repository at this point in the history
  6. Update pyproject.toml

    Co-authored-by: Philipp A. <[email protected]>
    ilan-gold and flying-sheep committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    53796a0 View commit details
    Browse the repository at this point in the history
  7. (fix): use test-full/test

    ilan-gold committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    076b92f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    036ff3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9415a14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5dfaac View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    d45a2ce View commit details
    Browse the repository at this point in the history
  2. (fix): release notes

    ilan-gold committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cff41c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ccbfaf View commit details
    Browse the repository at this point in the history
  4. (fix): docs string

    ilan-gold committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ff4d487 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed8fedf View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3325f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    528026f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa0d161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e3038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc5c6e6 View commit details
    Browse the repository at this point in the history
  6. (chore): use Path.suffix

    ilan-gold committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4edd279 View commit details
    Browse the repository at this point in the history
  7. (chore): msg for warnings

    ilan-gold committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    969c6af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a31ab8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2521ff8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    628f9fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff9412a View commit details
    Browse the repository at this point in the history
  12. (chore): type get_index_dim

    ilan-gold committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    36d57be View commit details
    Browse the repository at this point in the history
  13. (fix): shape return type

    ilan-gold committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    51610b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba8d147 View commit details
    Browse the repository at this point in the history
  15. (fix): use Counter

    ilan-gold committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2cf1262 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1feb6f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    02741f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    24e8970 View commit details
    Browse the repository at this point in the history
  2. (chore): fragment

    ilan-gold committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ab3e718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4412710 View commit details
    Browse the repository at this point in the history
  4. (chore): clean up tests

    ilan-gold committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d3401b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    ef0bbf3 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_read_backed_experimental.py

    Co-authored-by: Philipp A. <[email protected]>
    ilan-gold and flying-sheep committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3b6d194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4587fec View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. (fix): should -> shall

    ilan-gold committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    97eace5 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Philipp A. <[email protected]>
    ilan-gold and flying-sheep committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    58654a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67af64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfc2e73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b801d35 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. (fix): check h5 store

    ilan-gold committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a1d0b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    160b522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f80b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ce6409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ef9f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e69a50 View commit details
    Browse the repository at this point in the history
  7. (chore): update notebooks

    ilan-gold committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1540d27 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    371fc2b View commit details
    Browse the repository at this point in the history
  2. (chore): clarify comment

    ilan-gold committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5cb2d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86ee6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227a3c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3debf9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b48988 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28c95a7 View commit details
    Browse the repository at this point in the history
  8. (chore): update notebook

    ilan-gold committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cec633a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97aff04 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. (chore): add concat test

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1dfebde View commit details
    Browse the repository at this point in the history
  2. (feat): add columns compat

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d355ed0 View commit details
    Browse the repository at this point in the history
  3. (fix): type of subset

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cfae08a View commit details
    Browse the repository at this point in the history
  4. (fix): MaskedArray `dtype

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1c46ec6 View commit details
    Browse the repository at this point in the history
  5. (fix): add index.setter

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f491724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    411bd91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f89eb3 View commit details
    Browse the repository at this point in the history
  8. (chore): add rest of test

    ilan-gold committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d77ba37 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    096f2c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7c627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74b1940 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04206b8 View commit details
    Browse the repository at this point in the history
  5. (fix): notebook

    ilan-gold committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a7cbbd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36bc262 View commit details
    Browse the repository at this point in the history
  7. (fix): NaS in sparse dask

    ilan-gold committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af4520a View commit details
    Browse the repository at this point in the history
  8. (chore): add X tracker

    ilan-gold committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fa7358f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4db8c1b View commit details
    Browse the repository at this point in the history
  10. (fix): ok now notebooks?

    ilan-gold committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eefbee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    39f2838 View commit details
    Browse the repository at this point in the history
  2. (feat): no-load index

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dcca711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3121b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b25e8ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870a4f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2681e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7a915b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f93499d View commit details
    Browse the repository at this point in the history
  9. always return index object

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    63a4515 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1c8c22 View commit details
    Browse the repository at this point in the history
  11. (chore): update notebook

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d082a35 View commit details
    Browse the repository at this point in the history
  12. (fix): docstring class

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e81d155 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8c5271 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4d0146 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b34ac0a View commit details
    Browse the repository at this point in the history
  16. (chore): rename test file

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1f4ab92 View commit details
    Browse the repository at this point in the history
  17. (chore): rename notebook

    ilan-gold committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d25f559 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c661d39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bff63cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    784ea9b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9b2d9a3 View commit details
    Browse the repository at this point in the history