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

Add nanmedian for dask arrays #3604

Merged
merged 9 commits into from
Dec 30, 2019
Merged

Add nanmedian for dask arrays #3604

merged 9 commits into from
Dec 30, 2019

Commits on Dec 7, 2019

  1. Add nanmedian for dask arrays

    dcherian committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    55dd4eb View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    dcherian committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    51fbbf6 View commit details
    Browse the repository at this point in the history
  3. fix import

    dcherian committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    54bea40 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Make sure that we don't rechunk the entire variable to one chunk

    by reducing over all dimensions. Dask raises an error when axis=None
    but not when axis=range(a.ndim).
    dcherian committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    285258d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. fix tests.

    dcherian committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    905a901 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    4b3bb15 View commit details
    Browse the repository at this point in the history
  2. Update whats-new.rst

    dcherian authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5f22e5e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Merge remote-tracking branch 'upstream/master' into dask-median

    * upstream/master:
      added pyinterp to related projects (pydata#3655)
      Allow incomplete hypercubes in combine_by_coords (pydata#3649)
      concat keeps attrs from first variable. (pydata#3637)
      Extend DatetimeAccessor properties and support `.dt` accessor for Timedelta (pydata#3612)
      update readthedocs.yml (pydata#3639)
      silence sphinx warnings round 3 (pydata#3602)
      Fix/quantile wrong errmsg (pydata#3635)
      Provide shape info in shape mismatch error. (pydata#3619)
      Minor doc fixes (pydata#3615)
      Respect user-specified coordinates attribute. (pydata#3487)
      Add Facetgrid.row_labels & Facetgrid.col_labels (pydata#3597)
      Fix pint integration tests (pydata#3600)
      Minor fix to combine_by_coords to allow for the combination of CFTimeIndexes separated by large time intervals (pydata#3543)
    dcherian committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    42a7ed3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dask-median' of github.com:dcherian/xarray into dask-me…

    …dian
    
    * 'dask-median' of github.com:dcherian/xarray:
      Update whats-new.rst
    dcherian committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    0392ec4 View commit details
    Browse the repository at this point in the history