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: Performance improvements for zarr backend #1800

Merged
merged 38 commits into from
Jan 24, 2018
Merged

WIP: Performance improvements for zarr backend #1800

merged 38 commits into from
Jan 24, 2018

Commits on Dec 21, 2017

  1. move backend append logic to the prepare_variable methods

    Joseph Hamman committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a0bea98 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. deprecate variables/dimensions/attrs properties on AbstractWritableDa…

    …taStore
    Joseph Hamman committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    afdb254 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. warnings instead of errors for backend properties

    Joseph Hamman committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    cc02150 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. use attrs.update when setting zarr attributes

    Joe Hamman committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    86240cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c89ef2 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    2568d21 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Joe Hamman committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    d459c66 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joe Hamman committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    c59ca57 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/zarr_set_attrs' of github.com:jhamman/xarray into f…

    …ix/zarr_set_attrs
    Joe Hamman committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    2dd186a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. new set_dimensions method for writable data stores

    Joseph Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8f71b31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/zarr_set_attrs' of github.com:jhamman/xarray into f…

    …ix/zarr_set_attrs
    Joseph Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    07b9c21 View commit details
    Browse the repository at this point in the history
  3. more fixes for zarr

    Joseph Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    67fcd92 View commit details
    Browse the repository at this point in the history
  4. more tests for zarr and remove append logic for zarr

    Joseph Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    b38e1a6 View commit details
    Browse the repository at this point in the history
  5. more tests for zarr and remove append logic for zarr

    Joseph Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    47ba8b6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix/zarr_set_attrs' of github.com:jhamman/xarray into f…

    …ix/zarr_set_attrs
    Joe Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9152b12 View commit details
    Browse the repository at this point in the history
  7. a few more tweaks to zarr attrs

    Joe Hamman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    26b6bcb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

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

Commits on Jan 5, 2018

  1. fix for InMemoryDataStore

    Joseph Hamman committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    e084e9e View commit details
    Browse the repository at this point in the history
  2. fix for unlimited dimensions Scipy Datastores

    Joseph Hamman committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a6aeb36 View commit details
    Browse the repository at this point in the history
  3. another patch for scipy

    Joseph Hamman committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    264b13f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. whatsnew

    Joseph Hamman committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    9c03bfc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. ordereddict

    Joseph Hamman committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c92020a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. address some of rabernats comments, in particular, this commit remove…

    …s the _DIMENSION_KEY from the zarr_group.attrs
    Joseph Hamman committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    18434f9 View commit details
    Browse the repository at this point in the history
  2. stop skipping zero-dim zarr tests

    Joseph Hamman committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9f89c7c View commit details
    Browse the repository at this point in the history
  3. update minimum zarr version for tests

    Joseph Hamman committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    3590d28 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into fix/zarr_set_attrs

    Joe Hamman authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    69cacee View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into fix/zarr_set_attrs

    Joe Hamman authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    8d744e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    a8dabdf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/zarr_set_attrs' of github.com:jhamman/xarray into f…

    …ix/zarr_set_attrs
    Joseph Hamman committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    7858db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    48bf7ef View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    53260c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. cleanup and docs for zarr performance branch

    Joseph Hamman committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    7ed6bf8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. fix two failing tests when using zarr master

    Joseph Hamman committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    3872da2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    e6b7068 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. flake8

    Joseph Hamman committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    c31decf View commit details
    Browse the repository at this point in the history
  2. back to zarr 2.2

    Joseph Hamman committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    189d262 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:pydata/xarray into fix/zarr_set_a…

    …ttrs
    Joseph Hamman committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    07b92e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. remove extra store method

    Joseph Hamman committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    96996ef View commit details
    Browse the repository at this point in the history