-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Silence some warnings. #2328
Commits on Aug 20, 2018
-
dcherian committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 482ecf6 - Browse repository at this point
Copy the full SHA 482ecf6View commit details -
Make sure dask tests work with dask=0.16
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 6b46b15 - Browse repository at this point
Copy the full SHA 6b46b15View commit details -
Silence some pnetcdf warnings.
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 75cce6c - Browse repository at this point
Copy the full SHA 75cce6cView commit details -
fix sel_points, isel_points fancy indexing tests
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7518bd7 - Browse repository at this point
Copy the full SHA 7518bd7View commit details -
dcherian committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7186644 - Browse repository at this point
Copy the full SHA 7186644View commit details -
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 committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 1f1ec52 - Browse repository at this point
Copy the full SHA 1f1ec52View commit details -
Rescale datetime for interp() too.
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 9ac15ef - Browse repository at this point
Copy the full SHA 9ac15efView commit details -
dcherian committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 76f988f - Browse repository at this point
Copy the full SHA 76f988fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f605d6e - Browse repository at this point
Copy the full SHA f605d6eView commit details -
Revert "Rescale datetime for interp() too."
This reverts commit 9ac15ef.
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 9729f29 - Browse repository at this point
Copy the full SHA 9729f29View commit details -
Revert "Fix overflow/underflow warnings in interpolate_na"
This reverts commit 1f1ec52.
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for cee7e2a - Browse repository at this point
Copy the full SHA cee7e2aView commit details -
Silence overflow/underflow/invalid value warnings.
dcherian committedAug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for fbdb206 - Browse repository at this point
Copy the full SHA fbdb206View commit details -
dcherian committed
Aug 20, 2018 Configuration menu - View commit details
-
Copy full SHA for b985127 - Browse repository at this point
Copy the full SHA b985127View commit details
Commits on Sep 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9e8024 - Browse repository at this point
Copy the full SHA d9e8024View commit details
Commits on Sep 4, 2018
-
Dask: change from attribute check to version check.
dcherian committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 2c0ed18 - Browse repository at this point
Copy the full SHA 2c0ed18View commit details -
Maybe this fixes python 2 failure?
dcherian committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for a74f4e0 - Browse repository at this point
Copy the full SHA a74f4e0View commit details