Skip to content

Commit

Permalink
Generator for groupby reductions (#5871)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <m@maxroos.com>
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 5, 2021
1 parent f469e22 commit 1ecf91a
Show file tree
Hide file tree
Showing 7 changed files with 4,056 additions and 9 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
rev: v0.3.4
hooks:
- id: blackdoc
exclude: "generate_reductions.py"
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand Down
5 changes: 5 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Bug fixes
Documentation
~~~~~~~~~~~~~

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


Internal Changes
~~~~~~~~~~~~~~~~
Expand Down
Loading

0 comments on commit 1ecf91a

Please sign in to comment.