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: Proposed refactor of read API for backends #4477

Merged
merged 36 commits into from
Oct 22, 2020
Merged

WIP: Proposed refactor of read API for backends #4477

merged 36 commits into from
Oct 22, 2020

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    f961606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb166fa View commit details
    Browse the repository at this point in the history
  3. bugfix typo

    aurghs committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0221eec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36a02c7 View commit details
    Browse the repository at this point in the history
  5. add alpha support for h5netcdf

    aurghs committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    cfb8cb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    4256bc8 View commit details
    Browse the repository at this point in the history
  2. Add ENGINES entry for cfgrib.

    TheRed86 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    1bc7391 View commit details
    Browse the repository at this point in the history
  3. Define function open_backend_dataset_cfgrib() to be used in apiv2.py.

    Add necessary imports for this function.
    TheRed86 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    748fe5a View commit details
    Browse the repository at this point in the history
  4. Apply black to check formatting.

    TheRed86 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    fb368fe View commit details
    Browse the repository at this point in the history
  5. Apply black to check formatting.

    TheRed86 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    80e111c View commit details
    Browse the repository at this point in the history
  6. add dummy zarr apiv2 backend

    aurghs committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e15ca6b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into backend-read-refactor

    # Conflicts:
    #	xarray/backends/api.py
    aurghs committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    025cc87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b19399 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    572595f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cfgrib_refactor' into backend-re…

    …ad-refactor
    
    # Conflicts:
    #	xarray/backends/apiv2.py
    aurghs committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d6e632e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74aba14 View commit details
    Browse the repository at this point in the history
  4. transform zarr maybe_chunk and get_chunks in classmethod

    - to be used in apiv2 without instantiate the object
    aurghs committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d6280ec View commit details
    Browse the repository at this point in the history
  5. make alpha zarr apiv2 working

    aurghs committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c0e0f34 View commit details
    Browse the repository at this point in the history
  6. refactor apiv2.open_dataset:

    - modify signature
    - move default setting inside backends
    aurghs committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6431101 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    50d1ebe View commit details
    Browse the repository at this point in the history
  2. remove blank lines

    aurghs committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    383d323 View commit details
    Browse the repository at this point in the history
  3. remove blank lines

    aurghs committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    457a09c View commit details
    Browse the repository at this point in the history
  4. style

    aurghs committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    2803fe3 View commit details
    Browse the repository at this point in the history
  5. Re-write error messages

    alexamici committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    08db0bd View commit details
    Browse the repository at this point in the history
  6. Fix code style

    alexamici committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1f11845 View commit details
    Browse the repository at this point in the history
  7. Fix code style

    alexamici committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    93303b1 View commit details
    Browse the repository at this point in the history
  8. remove unused import

    aurghs committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    bc2fe00 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    d694146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f4d3f View commit details
    Browse the repository at this point in the history
  3. group backend_kwargs and kwargs in extra_tokes argument in apiv…

    …2.dataset_from_backend_dataset`
    aurghs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    df23b18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a04e6ac View commit details
    Browse the repository at this point in the history
  5. black

    aurghs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    de29a4c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Merge remote-tracking branch 'upstream/master' into backend-read-refa…

    …ctor
    
    # Conflicts:
    #	xarray/backends/zarr.py
    alexamici committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2a7ebde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443cf39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9471710 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. black

    aurghs committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    aa23209 View commit details
    Browse the repository at this point in the history