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

[WIP] Enh. DataChunkIterator, support: 1) h5 dataset, 2) skipping of blocks, 3) arbit. iter dim #132

Merged
merged 17 commits into from
Aug 29, 2019

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    6357c90 View commit details
    Browse the repository at this point in the history
  2. Remove debug print

    oruebel committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    e25f889 View commit details
    Browse the repository at this point in the history
  3. Add ability to skip data blocks for write in DataChunkIterator by ski…

    …pping consecutive blocks of None values
    oruebel committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    febb3c8 View commit details
    Browse the repository at this point in the history
  4. bug fixes to handle empty data

    rly committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7d80ae9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    ce0380c View commit details
    Browse the repository at this point in the history
  2. Bug fixes. Need to add tests

    rly committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    3aa98e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

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

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    25a378a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8cf78 View commit details
    Browse the repository at this point in the history
  3. flake8 fix

    rly committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e31ab2d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

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

Commits on Aug 29, 2019

  1. Refactoring cleanup

    rly committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    92ce40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5d95a View commit details
    Browse the repository at this point in the history
  3. Remove test file

    rly committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    f6d4a31 View commit details
    Browse the repository at this point in the history
  4. Update tests

    rly committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    15e90a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce1d250 View commit details
    Browse the repository at this point in the history