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

Dataset.encoding and unlimited dimensions for to_netcdf #1170

Merged
merged 19 commits into from
Jan 24, 2017
Merged

Dataset.encoding and unlimited dimensions for to_netcdf #1170

merged 19 commits into from
Jan 24, 2017

Commits on Dec 17, 2016

  1. initial hack at enabling unlimited dims in to_netcdf

    Joe Hamman committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    271a751 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. unlimited dims for netcdf4, still working on scipy

    Joe Hamman committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    bedad43 View commit details
    Browse the repository at this point in the history
  2. fix two bugs in h5netcdf tests

    Joe Hamman committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c797511 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    affac00 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    ca60729 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    3d24610 View commit details
    Browse the repository at this point in the history
  2. fix failing tests, try workaround for scipy/scipy#6880

    Joe Hamman committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    e794165 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Joe Hamman committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    2ba6688 View commit details
    Browse the repository at this point in the history
  4. simple slice in scipy workaround

    Joe Hamman committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    b7bd0b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. initial fixes after @shoyer's review

    Joe Hamman committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    fdbd55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47442e6 View commit details
    Browse the repository at this point in the history
  3. remove encoding from dataset constructor

    Joe Hamman committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    2df224c View commit details
    Browse the repository at this point in the history
  4. more tests for unlimited_dims and update whats-new

    Joe Hamman committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    eead3e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    fac2f89 View commit details
    Browse the repository at this point in the history
  2. refactor unlimited dimensions / dataset encoding to avoid using DataS…

    …tore statespace, respond to a few of @shoyer's comments
    Joe Hamman committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    33dd062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65df346 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    b076c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. cleanup backends after unlimited_dims changes

    Joe Hamman committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    db964a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Merge branch 'master' of github.com:pydata/xarray into feature/unlimi…

    …ted_ncdims
    Joe Hamman committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    cb22ba1 View commit details
    Browse the repository at this point in the history