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

New function for applying vectorized functions for unlabeled arrays to xarray objects #964

Merged
merged 40 commits into from
Jan 6, 2017

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    999c829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    231aff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709142b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    308dca6 View commit details
    Browse the repository at this point in the history
  5. apply_groupby_ufunc

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    7debff8 View commit details
    Browse the repository at this point in the history
  6. fixes

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    bbd1372 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42efd80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d273ceb View commit details
    Browse the repository at this point in the history
  9. Signature parse tests

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    d337b1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e24fbf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af40e4c View commit details
    Browse the repository at this point in the history
  12. tests for core dimensions

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    a929ddf View commit details
    Browse the repository at this point in the history
  13. build_output_coords fixes

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    03db947 View commit details
    Browse the repository at this point in the history
  14. Tests and fixes for binary ops

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    b153ffa View commit details
    Browse the repository at this point in the history
  15. performance improvements

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    d0a30a9 View commit details
    Browse the repository at this point in the history
  16. GroupBy ufunc fixes

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2840a3e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05f8534 View commit details
    Browse the repository at this point in the history
  18. More optimizations

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    18d6c40 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    698548f View commit details
    Browse the repository at this point in the history
  20. apply_dask_ufunc tests

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    d4abc68 View commit details
    Browse the repository at this point in the history
  21. Tests for dask.array

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    ecd3629 View commit details
    Browse the repository at this point in the history
  22. Fix function signatures

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    7ed216e View commit details
    Browse the repository at this point in the history
  23. Tweaks

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    0d0f119 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6ddbad4 View commit details
    Browse the repository at this point in the history
  25. Switch new_coords to a list

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2c0df8f View commit details
    Browse the repository at this point in the history
  26. Add exclude_dims

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    6b297a7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e6bbad2 View commit details
    Browse the repository at this point in the history
  28. Lint

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    1a0e915 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cbe2c62 View commit details
    Browse the repository at this point in the history
  30. style fixes

    shoyer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    90ae41c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Docstrings

    shoyer committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    53ee21b View commit details
    Browse the repository at this point in the history
  2. Rename apply_ufunc to apply

    shoyer committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    5f44423 View commit details
    Browse the repository at this point in the history
  3. Fix recursion bug in test

    shoyer committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    5a116e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Simpler exclude_dims

    shoyer committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    00f51b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. WIP

    shoyer committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    ab14560 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    8537075 View commit details
    Browse the repository at this point in the history
  2. Fix test failures

    shoyer committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    3b0b5f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    3f13d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3086d52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15a005 View commit details
    Browse the repository at this point in the history