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

Don't set encoding attributes on bounds variables. #2965

Merged
merged 18 commits into from
Jun 25, 2019

Commits on May 15, 2019

  1. Don't set attributes on bounds variables.

    Fixes pydata#2921
    
    1. Removes certain attributes from bounds variables on encode.
    2. open_mfdataset: Sets encoding on variables based on encoding in first file.
    dcherian committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ff2fd49 View commit details
    Browse the repository at this point in the history
  2. remove whitespace stuff.

    dcherian committed May 15, 2019
    Configuration menu
    Copy the full SHA
    302ab63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931f973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5526fe4 View commit details
    Browse the repository at this point in the history
  5. lint fix.

    dcherian committed May 15, 2019
    Configuration menu
    Copy the full SHA
    3889ba6 View commit details
    Browse the repository at this point in the history
  6. docs/comment fixes.

    dcherian committed May 15, 2019
    Configuration menu
    Copy the full SHA
    6f2bc05 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. mfdataset encoding test.

    dcherian committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b903e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c8c5c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

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

    dcherian committed May 19, 2019
    Configuration menu
    Copy the full SHA
    2f1dd25 View commit details
    Browse the repository at this point in the history
  3. another minor fix.

    dcherian committed May 19, 2019
    Configuration menu
    Copy the full SHA
    12f3e55 View commit details
    Browse the repository at this point in the history
  4. review fixes.

    dcherian committed May 19, 2019
    Configuration menu
    Copy the full SHA
    f8789e7 View commit details
    Browse the repository at this point in the history
  5. lint fixes.

    dcherian committed May 19, 2019
    Configuration menu
    Copy the full SHA
    e0c49a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    674e5a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    34d0e60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/bounds_encode_2

    * master: (31 commits)
      Add quantile method to GroupBy (pydata#2828)
      rolling_exp (nee ewm) (pydata#2650)
      Ensure explicitly indexed arrays are preserved (pydata#3027)
      add back dask-dev tests (pydata#3025)
      ENH: keepdims=True for xarray reductions (pydata#3033)
      Revert cmap fix (pydata#3038)
      Add "errors" keyword argument to drop() and drop_dims() (pydata#2994) (pydata#3028)
      More consistency checks (pydata#2859)
      Check types in travis (pydata#3024)
      Update issue templates (pydata#3019)
      Add pytest markers to avoid warnings (pydata#3023)
      Feature/merge errormsg (pydata#2971)
      More support for missing_value. (pydata#2973)
      Use flake8 rather than pycodestyle (pydata#3010)
      Pandas labels deprecation (pydata#3016)
      Pytest capture uses match, not message (pydata#3011)
      dask-dev tests to allowed failures in travis (pydata#3014)
      Fix 'to_masked_array' computing dask arrays twice (pydata#3006)
      str accessor (pydata#2991)
      fix safe_cast_to_index (pydata#3001)
      ...
    dcherian committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f187ca1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/bounds_encode_2' of github.com:dcherian/xarray into…

    … fix/bounds_encode_2
    
    * 'fix/bounds_encode_2' of github.com:dcherian/xarray:
    dcherian committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b1dcf1d View commit details
    Browse the repository at this point in the history
  4. Update whats-new.rst

    dcherian authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    c63cf33 View commit details
    Browse the repository at this point in the history