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

map_blocks #3276

Merged
merged 82 commits into from
Oct 10, 2019
Merged

map_blocks #3276

merged 82 commits into from
Oct 10, 2019

Commits on Sep 2, 2019

  1. map_block attempt 2

    dcherian committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b090a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3948798 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Works with datasets!

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    4f159c8 View commit details
    Browse the repository at this point in the history
  2. remove wrong comment.

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    9179f0b View commit details
    Browse the repository at this point in the history
  3. Support chunks.

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    20c5d5b View commit details
    Browse the repository at this point in the history
  4. infer template.

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    b16b237 View commit details
    Browse the repository at this point in the history
  5. cleanup

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    43ef2b7 View commit details
    Browse the repository at this point in the history
  6. cleanup2

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    5ebf738 View commit details
    Browse the repository at this point in the history
  7. api.rst

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    8a460bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    505f3f0 View commit details
    Browse the repository at this point in the history
  9. Make test more complicated.

    dcherian committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    fe1982f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    066eb59 View commit details
    Browse the repository at this point in the history
  2. Now _to_temp_dataset works.

    dcherian committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    83eb310 View commit details
    Browse the repository at this point in the history
  3. Add whats-new

    dcherian committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    008ce29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adbe48e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. review feedback:

    1. skip index graph nodes.
    2. var → name
    3. quicker dataarray creation.
    4. Add restrictions to docstring.
    5. rename chunk construction task.
    6. error when non-xarray object is returned.
    7. restore non-coord dims.
    
    review
    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    924bf69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aed8e7 View commit details
    Browse the repository at this point in the history
  3. Add Dataset.unify_chunks

    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    d0797f6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into map_blocks_2

    * master:
      Fix whats-new date :/
      Revert to dev version
      Release v0.13.0
      auto_combine deprecation to 0.14 (pydata#3314)
      Deprecation: groupby, resample default dim. (pydata#3313)
      Raise error if cmap is list of colors (pydata#3310)
      Refactor concat to use merge for non-concatenated variables (pydata#3239)
      Honor `keep_attrs` in DataArray.quantile (pydata#3305)
      Fix DataArray api doc (pydata#3309)
      Accept int value in head, thin and tail (pydata#3298)
      ignore h5py 2.10.0 warnings and fix invalid_netcdf warning test. (pydata#3301)
      Update why-xarray.rst with clearer expression (pydata#3307)
      Compat and encoding deprecation to 0.14 (pydata#3294)
      Remove deprecated concat kwargs. (pydata#3288)
      allow np-array levels and colors in 2D plots (pydata#3295)
      Remove some deprecations (pydata#3292)
      Make argmin/max work lazy with dask (pydata#3244)
      Add head, tail and thin methods (pydata#3278)
      Updater to testing environment name (pydata#3253)
    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    599b70a View commit details
    Browse the repository at this point in the history
  5. doc updates.

    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    765ca5d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into map_blocks_2

    * upstream/master:
      Fix isel performance regression (pydata#3319)
      Allow weakref (pydata#3318)
      Clarify that "scatter" is a plotting method in what's new. (pydata#3316)
    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    180bbf2 View commit details
    Browse the repository at this point in the history
  7. minor.

    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    f0de1db View commit details
    Browse the repository at this point in the history
  8. update comment.

    dcherian committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    1251a5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47a0e39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa44d32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6e84ef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. fastpath unify_chunks

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c28b402 View commit details
    Browse the repository at this point in the history
  2. comment.

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1694d03 View commit details
    Browse the repository at this point in the history
  3. much improved tests.

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    cf04ec8 View commit details
    Browse the repository at this point in the history
  4. Change args, kwargs syntax.

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3e9db26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20fdde6 View commit details
    Browse the repository at this point in the history
  6. api.rst

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    22e9c4e View commit details
    Browse the repository at this point in the history
  7. docstrings.

    dcherian committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b145787 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Fix unify_chunks.

    dcherian committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f600c4a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    4af5a67 View commit details
    Browse the repository at this point in the history
  2. minor changes.

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3ca4b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3345d25 View commit details
    Browse the repository at this point in the history
  4. wip

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    54c77dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb1ff0b View commit details
    Browse the repository at this point in the history
  6. wip

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    bad0855 View commit details
    Browse the repository at this point in the history
  7. better to_array

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    291e6e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b31537c View commit details
    Browse the repository at this point in the history
  9. typing for unify_chunks

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    72e7913 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a6bbed View commit details
    Browse the repository at this point in the history
  11. more unify_chunks tests.

    dcherian committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    210987e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    582e0d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    d0fd87e View commit details
    Browse the repository at this point in the history
  2. more unify_chunks test.

    dcherian committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    875264a View commit details
    Browse the repository at this point in the history
  3. assert_chunks_equal fixes.

    dcherian committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    0f03e37 View commit details
    Browse the repository at this point in the history
  4. copy over meta_from_array.

    dcherian committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    8175d73 View commit details
    Browse the repository at this point in the history
  5. minor fixes.

    dcherian committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    6ab8737 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08c41b9 View commit details
    Browse the repository at this point in the history
  7. fix.

    dcherian committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    76bc23c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Type annotations

    Guido Imperiale committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    49d3899 View commit details
    Browse the repository at this point in the history
  2. py35 compat

    Guido Imperiale committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    ae53b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6dfb12 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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

    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8ad882b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into map_blocks_2

    * upstream/master:
      Remove setting of universal wheels (pydata#3367)
      Revisit # noqa annotations (pydata#3359)
      Fix codecov.io upload on Windows (pydata#3360)
      Add how do I ... section (pydata#3357)
      Add glossary to documentation (pydata#3352)
      Documentation improvements (pydata#3328)
      Remove `complex.nc` from built docs (pydata#3353)
      Fix DataArray.to_netcdf type annotation (pydata#3325)
      CI test suites with pinned minimum dependencies (pydata#3346)
      Bugfix/plot accept coord dim (pydata#3345)
      CI environments overhaul (pydata#3340)
      Add hypothesis support to related projects (pydata#3335)
      More doc fixes (pydata#3333)
      Improve the documentation of swap_dims (pydata#3331)
      fix the doc names of the return value of swap_dims (pydata#3329)
    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    aa4ea00 View commit details
    Browse the repository at this point in the history
  4. Work with attributes.

    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    3cda5ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49969a7 View commit details
    Browse the repository at this point in the history
  6. more assert_equal

    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6faf79e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47baf76 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into map_blocks_2

    * upstream/master:
      groupby repr (pydata#3344)
    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    1295499 View commit details
    Browse the repository at this point in the history
  9. fix whats new

    dcherian committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ce252f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    50ae13f View commit details
    Browse the repository at this point in the history
  2. more review changes.

    dcherian committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    cdcf221 View commit details
    Browse the repository at this point in the history
  3. cleanup

    dcherian committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f167537 View commit details
    Browse the repository at this point in the history
  4. more review feedback.

    dcherian committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4390f73 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. fix unify_chunks.

    dcherian committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    c936557 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

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

    * upstream/master:
      Fix concat bug when concatenating unlabeled dimensions. (pydata#3362)
      Rolling minimum dependency versions policy (pydata#3358)
      added geocube and rioxarray to related projects (pydata#3383)
      Lint (pydata#3373)
      Docs/more fixes (pydata#2934)
      Explicitly keep track of indexes with merging (pydata#3234)
    dcherian committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e34aafe View commit details
    Browse the repository at this point in the history
  2. read dask_array_compat :)

    dcherian committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    2c7938a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Dask 1.2.0 compat.

    dcherian committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    08ed873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67663aa View commit details
    Browse the repository at this point in the history
  3. documentation polish

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    99d61fc View commit details
    Browse the repository at this point in the history
  4. make_meta reflow

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    687689e View commit details
    Browse the repository at this point in the history
  5. cosmetic

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    f588cb6 View commit details
    Browse the repository at this point in the history
  6. polish

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    d476e2f View commit details
    Browse the repository at this point in the history
  7. Fix tests

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    26a6a0d View commit details
    Browse the repository at this point in the history
  8. isort

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6491753 View commit details
    Browse the repository at this point in the history
  9. isort

    crusaderky committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b227bea View commit details
    Browse the repository at this point in the history
  10. Add func call to docstrings.

    dcherian committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    2a41906 View commit details
    Browse the repository at this point in the history