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

[2.0] writing/reading fixed-shape arrays to chunks #842

Merged
merged 99 commits into from
May 13, 2021

Commits on May 5, 2021

  1. method skeleton

    verbose-void committed May 5, 2021
    Configuration menu
    Copy the full SHA
    57c0981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec9e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379fa8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0bd95b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86ad9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92bc409 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    49bb3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4364b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c3a2a View commit details
    Browse the repository at this point in the history
  4. add some batched tests

    verbose-void committed May 6, 2021
    Configuration menu
    Copy the full SHA
    812b6f1 View commit details
    Browse the repository at this point in the history
  5. started batched writing

    verbose-void committed May 6, 2021
    Configuration menu
    Copy the full SHA
    9d5a138 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e2cf19 View commit details
    Browse the repository at this point in the history
  7. remove no_cache tests

    verbose-void committed May 6, 2021
    Configuration menu
    Copy the full SHA
    96e5fc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e4cc9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4369cde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa427a5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    1f40bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730120d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d95e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a5aa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeb8040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac91aec View commit details
    Browse the repository at this point in the history
  7. works for single-chunk

    verbose-void committed May 7, 2021
    Configuration menu
    Copy the full SHA
    8b4b12b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d58bc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aec1602 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    85d3e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c79d86 View commit details
    Browse the repository at this point in the history
  3. TODO

    verbose-void committed May 8, 2021
    Configuration menu
    Copy the full SHA
    57c6919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    151b3cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2162fd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac8df10 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    fe1dbcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf1e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24a841f View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    verbose-void committed May 9, 2021
    Configuration menu
    Copy the full SHA
    bcb2fed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb39ef0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abae085 View commit details
    Browse the repository at this point in the history
  7. formatted

    verbose-void committed May 9, 2021
    Configuration menu
    Copy the full SHA
    5775c80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32f2dc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a36a199 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    7d3ecc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2055644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda38d1 View commit details
    Browse the repository at this point in the history
  4. rewriting chunk array method & deferring more logic to

    meta.py/index_map.py
    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8234870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    733603a View commit details
    Browse the repository at this point in the history
  6. remove dead code

    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    b5971a7 View commit details
    Browse the repository at this point in the history
  7. TODOs & remove dead code

    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6ba4f27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab17e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07bb887 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f63e92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc686b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d19b7b View commit details
    Browse the repository at this point in the history
  13. fixed typing issues

    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7841a0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1116c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa16cc7 View commit details
    Browse the repository at this point in the history
  16. get random chunk name

    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    dbe62cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0f3111 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2922f3c View commit details
    Browse the repository at this point in the history
  19. returns docstring

    verbose-void committed May 10, 2021
    Configuration menu
    Copy the full SHA
    36e6f7d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    831f3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065f98b View commit details
    Browse the repository at this point in the history
  3. validate meta

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    fceaa5d View commit details
    Browse the repository at this point in the history
  4. remove unused import

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c0ba66d View commit details
    Browse the repository at this point in the history
  5. update read docstring

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d33f311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa1b8c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d88fc4 View commit details
    Browse the repository at this point in the history
  8. fixed typing

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1365527 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11cff64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f20683f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20d4acf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81d81a8 View commit details
    Browse the repository at this point in the history
  13. remove print

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ee24503 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4fdf386 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c972c5 View commit details
    Browse the repository at this point in the history
  16. update docstrings

    verbose-void committed May 11, 2021
    Configuration menu
    Copy the full SHA
    2208911 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    8399fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1968f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b8b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5da1e1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ca88f9 View commit details
    Browse the repository at this point in the history
  6. print array GBs

    verbose-void committed May 12, 2021
    Configuration menu
    Copy the full SHA
    84c5f2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56c7080 View commit details
    Browse the repository at this point in the history
  8. benchmark 16MB only

    verbose-void committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d61e78a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d95fe38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74ad008 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. expose core to user

    verbose-void committed May 13, 2021
    Configuration menu
    Copy the full SHA
    bf3cecb View commit details
    Browse the repository at this point in the history
  2. remove core exposure

    verbose-void committed May 13, 2021
    Configuration menu
    Copy the full SHA
    3910d7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c80f0b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db82de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    015be2d View commit details
    Browse the repository at this point in the history
  6. fixed benchmark error

    verbose-void committed May 13, 2021
    Configuration menu
    Copy the full SHA
    23ec487 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54eaac7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eca8355 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36b1de7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07e0e68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d0a40a View commit details
    Browse the repository at this point in the history
  12. remove &

    verbose-void committed May 13, 2021
    Configuration menu
    Copy the full SHA
    a2765c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf833dd View commit details
    Browse the repository at this point in the history
  14. add TODO

    verbose-void committed May 13, 2021
    Configuration menu
    Copy the full SHA
    02c87b6 View commit details
    Browse the repository at this point in the history