Merge broadcast_like docstrings, analyze implementation problem#3130
Merge broadcast_like docstrings, analyze implementation problem#3130shoyer merged 8 commits intopydata:masterfrom DavidMertz:feature/2885-broadcast_like-merge-branch
Conversation
|
Hello @DavidMertz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-07-15 14:37:22 UTC |
Codecov Report
@@ Coverage Diff @@
## master #3130 +/- ##
==========================================
- Coverage 95.99% 95.71% -0.29%
==========================================
Files 63 63
Lines 12799 12799
==========================================
- Hits 12287 12250 -37
- Misses 512 549 +37 |
|
Thanks @DavidMertz Line 2042 of dataset.py should be Can you make that change (and the same change in dataarray.py, Line 1019)? EDIT: I made the dataarray change directly. |
|
Made changes suggested by @dcherian. This resolves the detected bug in the test. If CI passes, this should be ready to merge. Removed the temporary method |
|
Thanks for catching that @DavidMertz. Can you add back the original, simpler test too? This one is really just testing align. You could use |
|
thanks @DavidMertz and @dcherian ! |
* master: (68 commits) enable sphinx.ext.napoleon (pydata#3180) remove type annotations from autodoc method signatures (pydata#3179) Fix regression: IndexVariable.copy(deep=True) casts dtype=U to object (pydata#3095) Fix distributed.Client.compute applied to DataArray (pydata#3173) More annotations in Dataset (pydata#3112) Hotfix for case of combining identical non-monotonic coords (pydata#3151) changed url for rasterio network test (pydata#3162) to_zarr(append_dim='dim0') doesn't need mode='a' (pydata#3123) BUG: fix+test groupby on empty DataArray raises StopIteration (pydata#3156) Temporarily remove pynio from py36 CI build (pydata#3157) missing 'about' field (pydata#3146) Fix h5py version printing (pydata#3145) Remove the matplotlib=3.0 constraint from py36.yml (pydata#3143) disable codecov comments (pydata#3140) Merge broadcast_like docstrings, analyze implementation problem (pydata#3130) Update whats-new for pydata#3125 and pydata#2334 (pydata#3135) Fix tests on big-endian systems (pydata#3125) XFAIL tests failing on ARM (pydata#2334) Add broadcast_like. (pydata#3086) Better docs and errors about expand_dims() view (pydata#3114) ...
This PR fixed the forked code connected to #3129.
whats-new.rstfor all changes andapi.rstfor new API