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

Make dask names change when chunking Variables by different amounts. #3584

Merged
merged 9 commits into from
Jan 10, 2020

Commits on Dec 1, 2019

  1. Make dask names change when chunking Variables by different amounts.

    When rechunking by the current chunk size, name should not change.
    Add a __dask_tokenize__ method for ReprObject so that this behaviour is present
    when DataArrays are converted to temporary Datasets and back.
    dcherian committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    06c706e View commit details
    Browse the repository at this point in the history
  2. remove more computes.

    dcherian committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    96f47d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. remove more computes.

    dcherian committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    cd8a283 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chunk-unique-token' of github.com:dcherian/xarray into …

    …chunk-unique-token
    
    * 'chunk-unique-token' of github.com:dcherian/xarray:
      remove more computes.
    dcherian committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f0d73e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge remote-tracking branch 'upstream/master' into chunk-unique-token

    * upstream/master:
      Fix map_blocks HLG layering (pydata#3598)
      Silence sphinx warnings: Round 2 (pydata#3592)
      2x~5x speed up for isel() in most cases (pydata#3533)
      remove xarray again (pydata#3591)
      fix plotting with transposed nondim coords. (pydata#3441)
      make coarsen reductions consistent with reductions on other classes (pydata#3500)
      Resolve the version issues on RTD (pydata#3589)
      Add bottleneck & rasterio git tip to upstream-dev CI (pydata#3585)
    dcherian committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    3038caa View commit details
    Browse the repository at this point in the history
  2. fix whats-new

    dcherian committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    ba7cc8e View commit details
    Browse the repository at this point in the history
  3. internal change.

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

Commits on Dec 30, 2019

  1. Merge branch 'master' of github.com:pydata/xarray into chunk-unique-t…

    …oken
    
    * 'master' of github.com:pydata/xarray:
      Add nanmedian for dask arrays (pydata#3604)
      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
    d40a88d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Update xarray/core/utils.py

    Co-Authored-By: crusaderky <crusaderky@gmail.com>
    dcherian and crusaderky authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7154efa View commit details
    Browse the repository at this point in the history