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

Options to binary ops kwargs #1065

Merged
merged 10 commits into from
Nov 12, 2016

Commits on Oct 26, 2016

  1. Added join key to OPTIONS, used in dataarray & dataset binary ops, wi…

    …th a test module in test_dataarray.py
    Chun-Wei Yuan authored and Chun-Wei Yuan committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    3b04fb0 View commit details
    Browse the repository at this point in the history
  2. Added binary_ops test to test_dataset.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    643fa49 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Changed variable names according to review comments.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    43df4d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Changed default key to arithmetic_join, and shortened tests. Also add…

    …ed to computation.rst and whats-new.rst
    Chun-Wei Yuan authored and Chun-Wei Yuan committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    ebb2ad0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Emphasis on context manager for xr.set_options() use.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    ab717fa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Changed to actual vs expected testing nomenclature.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    8aa969b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Applies join options to Dataset.data_vars as well.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    46ad36a View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict in options.py

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    4a05ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Preserve order of joined data_vars, left-to-right. Use np.nan as defa…

    …ult filler.
    Chun-Wei Yuan authored and Chun-Wei Yuan committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    a7b7497 View commit details
    Browse the repository at this point in the history
  2. PEP8 and doctring.

    Chun-Wei Yuan authored and Chun-Wei Yuan committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    88c37bc View commit details
    Browse the repository at this point in the history