Skip to content

Commit 1ecf91a

Browse files
dcherianmax-sixty
andauthored
Generator for groupby reductions (#5871)
Co-authored-by: Maximilian Roos <[email protected]> Co-authored-by: Maximilian Roos <[email protected]>
1 parent f469e22 commit 1ecf91a

File tree

7 files changed

+4056
-9
lines changed

7 files changed

+4056
-9
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
rev: v0.3.4
2222
hooks:
2323
- id: blackdoc
24+
exclude: "generate_reductions.py"
2425
- repo: https://gitlab.com/pycqa/flake8
2526
rev: 3.9.2
2627
hooks:

doc/whats-new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Bug fixes
3939
Documentation
4040
~~~~~~~~~~~~~
4141

42+
- Better examples in docstrings for groupby and resampling reductions (:pull:`5871`).
43+
By `Deepak Cherian <https://github.com/dcherian>`_,
44+
`Maximilian Roos <https://github.com/max-sixty>`_,
45+
`Jimmy Westling <https://github.com/illviljan>`_ .
46+
4247

4348
Internal Changes
4449
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)