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

Silence some warnings. #2328

Merged
merged 16 commits into from
Sep 4, 2018
Merged

Silence some warnings. #2328

merged 16 commits into from
Sep 4, 2018

Commits on Aug 20, 2018

  1. Fix some warnings.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    482ecf6 View commit details
    Browse the repository at this point in the history
  2. Make sure dask tests work with dask=0.16

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    6b46b15 View commit details
    Browse the repository at this point in the history
  3. Silence some pnetcdf warnings.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    75cce6c View commit details
    Browse the repository at this point in the history
  4. fix sel_points, isel_points fancy indexing tests

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    7518bd7 View commit details
    Browse the repository at this point in the history
  5. Revert to using xr.ufuncs

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    7186644 View commit details
    Browse the repository at this point in the history
  6. Fix overflow/underflow warnings in interpolate_na

    These were being triggered by casting datetime64[ns] to float32.
    We now rescale the co-ordinate before interpolating, except for
    nearest-neighbour interpolation. The rescaling can change the
    nearest neighbour, and so is avoided in this case to maintain
    pandas compatibility.
    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    1f1ec52 View commit details
    Browse the repository at this point in the history
  7. Rescale datetime for interp() too.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    9ac15ef View commit details
    Browse the repository at this point in the history
  8. Better rescaling.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    76f988f View commit details
    Browse the repository at this point in the history
  9. Revert "Better rescaling."

    This reverts commit 76f988f.
    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    f605d6e View commit details
    Browse the repository at this point in the history
  10. Revert "Rescale datetime for interp() too."

    This reverts commit 9ac15ef.
    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    9729f29 View commit details
    Browse the repository at this point in the history
  11. Revert "Fix overflow/underflow warnings in interpolate_na"

    This reverts commit 1f1ec52.
    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    cee7e2a View commit details
    Browse the repository at this point in the history
  12. Silence overflow/underflow/invalid value warnings.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    fbdb206 View commit details
    Browse the repository at this point in the history
  13. Silence a bottleneck warning.

    dcherian committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b985127 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Revert "Silence a bottleneck warning."

    This reverts commit b985127.
    dcherian committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d9e8024 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    2c0ed18 View commit details
    Browse the repository at this point in the history
  2. Maybe this fixes python 2 failure?

    dcherian committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    a74f4e0 View commit details
    Browse the repository at this point in the history