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

Deprecate allow_lazy #3435

Merged
merged 17 commits into from
Nov 13, 2019
Merged

Deprecate allow_lazy #3435

merged 17 commits into from
Nov 13, 2019

Commits on Oct 23, 2019

  1. Deprecate allow_lazy

    dcherian committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    eb6b42c View commit details
    Browse the repository at this point in the history
  2. add whats-new

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

Commits on Oct 24, 2019

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

    * upstream/master:
      minor lint tweaks (pydata#3429)
      Hack around pydata#3440 (pydata#3442)
      Update Terminology page to account for multidimensional coordinates (pydata#3410)
      Use cftime master for upstream-dev build (pydata#3439)
    dcherian committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4783f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    0e24c89 View commit details
    Browse the repository at this point in the history
  2. minor whats-new fix.

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

    * upstream/master: (27 commits)
      drop_vars; deprecate drop for variables (pydata#3475)
      uamiv test using only raw uamiv variables (pydata#3485)
      Optimize dask array equality checks. (pydata#3453)
      Propagate indexes in DataArray binary operations. (pydata#3481)
      python 3.8 tests (pydata#3477)
      __dask_tokenize__ (pydata#3446)
      Type check sentinel values (pydata#3472)
      Fix typo in docstring (pydata#3474)
      fix test suite warnings re `drop` (pydata#3460)
      Fix integrate docs (pydata#3469)
      Fix leap year condition in monthly means example (pydata#3464)
      Hypothesis tests for roundtrip to & from pandas (pydata#3285)
      unpin cftime (pydata#3463)
      Cleanup whatsnew (pydata#3462)
      enable xr.ALL_DIMS in xr.dot (pydata#3424)
      Merge stable into master (pydata#3457)
      upgrade black verison to 19.10b0 (pydata#3456)
      Remove outdated code related to compatibility with netcdftime (pydata#3450)
      Remove deprecated behavior from dataset.drop docstring (pydata#3451)
      jupyterlab dark theme (pydata#3443)
      ...
    dcherian committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6a6ba1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d8b98 View commit details
    Browse the repository at this point in the history
  5. fix merge wahts=new

    dcherian committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9bf1bf6 View commit details
    Browse the repository at this point in the history
  6. fix bad merge.

    dcherian committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    67d6714 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f96802e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Update doc/whats-new.rst

    Co-Authored-By: Mathias Hauser <mathause@users.noreply.github.com>
    dcherian and mathause authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    7f1e129 View commit details
    Browse the repository at this point in the history
  2. Update xarray/core/variable.py

    Co-Authored-By: Mathias Hauser <mathause@users.noreply.github.com>
    dcherian and mathause authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    40e03a6 View commit details
    Browse the repository at this point in the history
  3. fix whats-new

    dcherian committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    d8faed2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into fix/allow_lazy

    * upstream/master:
      add missing pint integration tests (pydata#3508)
      DOC: update bottleneck repo url (pydata#3507)
      add drop_sel, drop_vars, map to api.rst (pydata#3506)
      remove syntax warning (pydata#3505)
      Dataset.map, GroupBy.map, Resample.map (pydata#3459)
      tests for datasets with units (pydata#3447)
      fix pandas-dev tests (pydata#3491)
      unpin pseudonetcdf (pydata#3496)
      whatsnew corrections (pydata#3494)
    dcherian committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    5a39f45 View commit details
    Browse the repository at this point in the history
  5. Fix test that assumed NEP-18

    dcherian committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    97bb43c View commit details
    Browse the repository at this point in the history
  6. fix tests.

    dcherian committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    debc766 View commit details
    Browse the repository at this point in the history