.gitignore
.pre-commit-config.yaml
.python-version
CLAUDE.md
LICENSE
README.md
_typos.toml
conftest.py
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/pypi-release.yaml
.github/workflows/test.yaml
numbagg/__init__.py
numbagg/decorators.py
numbagg/funcs.py
numbagg/funcs.pyi
numbagg/grouped.py
numbagg/moving.py
numbagg/moving.pyi
numbagg/moving_exp.py
numbagg/moving_exp.pyi
numbagg/moving_matrix.py
numbagg/py.typed
numbagg/transform.py
numbagg/utils.py
numbagg.egg-info/PKG-INFO
numbagg.egg-info/SOURCES.txt
numbagg.egg-info/dependency_links.txt
numbagg.egg-info/requires.txt
numbagg.egg-info/top_level.txt
numbagg/test/__init__.py
numbagg/test/conftest.py
numbagg/test/run_benchmarks.py
numbagg/test/test_axis_ordering_benchmark.py
numbagg/test/test_benchmark.py
numbagg/test/test_cache_segfault.py
numbagg/test/test_funcs.py
numbagg/test/test_grouped.py
numbagg/test/test_matrix_functions.py
numbagg/test/test_moving.py
numbagg/test/test_moving_exp.py
numbagg/test/test_multithreading.py
numbagg/test/test_property.py
numbagg/test/test_utils.py
numbagg/test/util.py