home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 3194b3ed1e414729ba6ab6f7f3ed39a425da42b1

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
3194b3ed1e414729ba6ab6f7f3ed39a425da42b1 xr.cov() and xr.corr() (#4089) * Added chunks='auto' option in dataset.py * reverted accidental changes in dataset.chunk() * Added corr and cov to computation.py. Taken from r-beer:xarray/corr * Added r-beer's tests to test_computation.py Still issues I think * trying to fix github.com/pydata/xarray/pull/3550#discussion_r349935731 * Removing drop=True from the `.where()` calls in `computation.py`+test.py * api.rst and whats-new.rst * Updated `xarray/__init__.py` and added `broadcast` import to computation * added DataArray import to corr, cov * assert_allclose added to test_computation.py * removed whitespace in test_dask...oops * Added to init * format changes * Fiddling around with cov/corr tests in `test_computation.py` * PEP8 changes * pep * remove old todo and comments * isort * Added consistency check between corr() and cov(), ensure they give same * added `skipna=False` to `computation.py`. made consistency+autocov tests * formatting * Added numpy-based tests. * format * formatting again * Update doc/whats-new.rst Co-authored-by: keewis <keewis@users.noreply.github.com> * refactored corr/cov so there is one internal method for calculating both * formatting * updating docstrings and code suggestions from PR * paramterize ddof in tests * removed extraneous test arrays * formatting + adding deterministic docstring * added test for TypeError * formatting * tidying up docstring * formatting and tidying up `_cov_corr()` so that the logic is more clear * flake8 ... Co-authored-by: keewis <keewis@users.noreply.github.com> 2020-05-25T16:55:33Z 2020-05-25T16:55:33Z 258fbef6327ed4049c197f2f518305611250de93 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 56925856 19864447
Powered by Datasette · Queries took 0.916ms · About: xarray-datasette