Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit 6916fa7 Author: Deepak Cherian <dcherian@users.noreply.github.com> Date: Mon Nov 22 11:16:43 2021 -0700 Update xarray/util/generate_reductions.py Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> commit cd8a898 Author: dcherian <deepak@cherian.net> Date: Sat Nov 20 14:37:17 2021 -0700 add doctests commit 19d82cd Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 22:00:29 2021 +0100 more reduce commit 0f94bec Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 20:48:27 2021 +0100 another reduce commit be33560 Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 20:28:39 2021 +0100 one more reduce commit 3d854e5 Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 20:21:26 2021 +0100 more reduce edits commit 2bbddaf Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 20:12:31 2021 +0100 make reduce args consistent commit dfbe103 Merge: f03b675 dd28a57 Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 19:01:59 2021 +0100 Merge branch 'generate-reductions-class' of https://github.com/dcherian/xarray into pr/5950 commit f03b675 Merge: 411d75d 7a201de Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 19:01:42 2021 +0100 Merge branch 'main' into pr/5950 commit dd28a57 Author: dcherian <deepak@cherian.net> Date: Sat Nov 20 10:57:22 2021 -0700 updates commit 6a9a124 Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat Nov 20 17:02:07 2021 +0000 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci commit 411d75d Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 18:00:08 2021 +0100 Now get normal code running as well Protocols are not needed anymore when subclassing/defining directly in the class. When adding a dummy method in DatasetResampleReductions the order of subclassing had to be changed so the correct reduce was used. commit 5dcb5bf Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sat Nov 20 12:30:50 2021 +0100 Attempt fixing typing errors Mixing in DatasetReduce fixes: xarray/tests/test_groupby.py:460: error: Invalid self argument "Dataset" to attribute function "mean" with type "Callable[[DatasetReduce, Optional[Hashable], Optional[bool], Optional[bool], KwArg(Any)], T_Dataset]" [misc] Switching to "Dateset" as returned type fixes: xarray/tests/test_groupby.py:77: error: Need type annotation for "expected" [var-annotated] commit 7a201de Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri Nov 19 11:37:20 2021 -0700 [pre-commit.ci] pre-commit autoupdate (pydata#5990) commit 95394d5 Author: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Mon Nov 15 21:40:37 2021 +0100 Use set_options for asv bottleneck tests (pydata#5986) * Use set_options for bottleneck tests * Use set_options in rolling * Update rolling.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update rolling.py * Update rolling.py * set_options not needed. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> commit b2d7cd8 Author: Kai Mühlbauer <kmuehlbauer@users.noreply.github.com> Date: Mon Nov 15 18:33:43 2021 +0100 Fix module name retrieval in `backend.plugins.remove_duplicates()`, plugin tests (pydata#5959) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> commit c7e9d96 Author: dcherian <deepak@cherian.net> Date: Wed Nov 10 11:49:47 2021 -0700 Minor improvement commit dea8fd9 Author: dcherian <deepak@cherian.net> Date: Mon Nov 8 16:18:07 2021 -0700 REfactor commit 9bb2c32 Author: dcherian <deepak@cherian.net> Date: Mon Nov 8 13:56:53 2021 -0700 Reorder docstring to match numpy commit 99bfe12 Author: dcherian <deepak@cherian.net> Date: Mon Nov 8 12:44:23 2021 -0700 Fixes pydata#5898 commit 7f39cc0 Author: dcherian <deepak@cherian.net> Date: Mon Nov 8 12:39:00 2021 -0700 Minor docstring improvements. commit a04ed82 Author: dcherian <deepak@cherian.net> Date: Mon Nov 8 12:35:48 2021 -0700 Small changes commit 816e794 Author: dcherian <deepak@cherian.net> Date: Sun Nov 7 20:56:37 2021 -0700 Generate DataArray, Dataset reductions too. commit 569c67f Author: dcherian <deepak@cherian.net> Date: Sun Nov 7 20:54:42 2021 -0700 Add ddof for var, std commit 6b9a81a Author: dcherian <deepak@cherian.net> Date: Sun Nov 7 20:35:52 2021 -0700 Better generator for reductions.
- Loading branch information