Skip to content

Commit

Permalink
Removing 'chainagg' and making 'streamagg' a package.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohplala committed Dec 15, 2023
1 parent 8f48a39 commit 8b4890c
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 4,574 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ repos:
tests/*.py:D103
oups/__init__.py:F401
oups/writer.py:C901
oups/jcumsegagg.py:C901
oups/segmentby.py:C901
oups/cumsegagg.py:C901 E203
oups/chainagg.py:C901
oups/streamagg.py:C901
oups/streamagg/__init__.py:F401
oups/streamagg/jcumsegagg.py:C901
oups/streamagg/segmentby.py:C901
oups/streamagg/cumsegagg.py:C901 E203
oups/streamagg/streamagg.py:C901
]

# Pydocstyle
Expand Down
2 changes: 1 addition & 1 deletion oups/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
@author: yoh
"""
from .chainagg import chainagg
from .collection import ParquetSet
from .indexer import is_toplevel
from .indexer import sublevel
from .indexer import toplevel
from .streamagg import by_x_rows
from .streamagg import streamagg
Loading

0 comments on commit 8b4890c

Please sign in to comment.