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

Switch backend API to v2 #4989

Merged
merged 15 commits into from
Mar 9, 2021
Merged

Switch backend API to v2 #4989

merged 15 commits into from
Mar 9, 2021

Conversation

alexamici
Copy link
Collaborator

@alexamici alexamici commented Mar 3, 2021

The documentation is in PR #4803

This is a big change so it better gets in early in the development cycle.

Some users visible changes to xr.open_dataset need to be discussed.

@alexamici alexamici marked this pull request as draft March 3, 2021 17:13
@alexamici alexamici changed the title Switch backend api to v2 WIP: Switch backend api to v2 Mar 3, 2021
@alexamici alexamici changed the title WIP: Switch backend api to v2 WIP: Switch backend API to v2 Mar 3, 2021
@alexamici alexamici marked this pull request as ready for review March 5, 2021 13:05
@alexamici alexamici changed the title WIP: Switch backend API to v2 Switch backend API to v2 Mar 5, 2021
@alexamici
Copy link
Collaborator Author

alexamici commented Mar 5, 2021

The PR is ready for review. All tests pass. I plan to write the what's new over the week end and target a merge on Monday.

@jhamman
Copy link
Member

jhamman commented Mar 9, 2021

Very exciting! @shoyer - will you do the honors?

@shoyer shoyer merged commit 50d97e9 into pydata:master Mar 9, 2021
@shoyer
Copy link
Member

shoyer commented Mar 9, 2021

Nicely done!

dcherian added a commit to dcherian/xarray that referenced this pull request Mar 18, 2021
…indow

* upstream/master:
  add polyval to polyfit see also (pydata#5020)
  mention map_blocks in the docstring of apply_ufunc (pydata#5011)
  Switch backend API to v2 (pydata#4989)
  WIP: add new backend api documentation (pydata#4810)
  pin netCDF4=1.5.3 in min-all-deps (pydata#4982)
  fix matplotlib errors for single level discrete colormaps (pydata#4256)
  Adapt exception handling in CFTimeIndex.__sub__ and __rsub__ (pydata#5006)
  Update options.py (pydata#5000)
  Adjust tests to use updated pandas syntax for offsets (pydata#4537)
  add a combine_attrs parameter to Dataset.merge (pydata#4895)
  Support for dask.graph_manipulation (pydata#4965)
  raise on passing axis to Dataset.reduce methods (pydata#4940)
dcherian added a commit to dcherian/xarray that referenced this pull request Mar 23, 2021
…-tasks

* upstream/master:
  Fix regression in decoding large standard calendar times (pydata#5050)
  Fix sticky sidebar responsiveness on small screens (pydata#5039)
  Flexible indexes refactoring notes (pydata#4979)
  add a install xarray step to the upstream-dev CI (pydata#5044)
  Adds Dataset.query() method, analogous to pandas DataFrame.query() (pydata#4984)
  run tests on python 3.9 (pydata#5040)
  Add date attribute to datetime accessor (pydata#4994)
  📚 New theme & rearrangement of the docs (pydata#4835)
  upgrade ci-trigger to the most recent version (pydata#5037)
  GH5005 fix documentation on open_rasterio (pydata#5021)
  GHA for automatically canceling previous CI runs (pydata#5025)
  Implement GroupBy.__getitem__ (pydata#3691)
  conventions: decode unsigned integers to signed if _Unsigned=false (pydata#4966)
  Added support for numpy.bool_ (pydata#4986)
  Add additional str accessor methods for DataArray (pydata#4622)
  add polyval to polyfit see also (pydata#5020)
  mention map_blocks in the docstring of apply_ufunc (pydata#5011)
  Switch backend API to v2 (pydata#4989)
  WIP: add new backend api documentation (pydata#4810)
  pin netCDF4=1.5.3 in min-all-deps (pydata#4982)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flexible Backend - AbstractDataStore definition
4 participants