.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
asv.conf.json
codecov.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci-additional.yaml
.github/workflows/ci.yaml
.github/workflows/pypi.yaml
benchmarks/__init__.py
benchmarks/combine.py
benchmarks/reduce.py
ci/docs.yml
ci/environment.yml
ci/minimal-requirements.yml
ci/no-dask.yml
ci/no-xarray.yml
ci/upstream-dev-env.yml
docs/Makefile
docs/make.bat
docs/requirements-docs.txt
docs/diagrams/blockwise.png
docs/diagrams/cohorts-month-chunk4.png
docs/diagrams/cohorts-month-chunk5.png
docs/diagrams/map-reduce.png
docs/diagrams/split-reduce.png
docs/source/api.rst
docs/source/conf.py
docs/source/custom.md
docs/source/implementation.md
docs/source/index.md
docs/source/user-stories.md
docs/source/_static/style.css
docs/source/user-stories/climatology-hourly.ipynb
docs/source/user-stories/climatology.ipynb
docs/source/user-stories/custom-aggregations.ipynb
docs/source/user-stories/hourly-climatology.html
flox/__init__.py
flox/aggregate_flox.py
flox/aggregate_npg.py
flox/aggregations.py
flox/cache.py
flox/core.py
flox/py.typed
flox/visualize.py
flox/xarray.py
flox/xrdtypes.py
flox/xrutils.py
flox.egg-info/PKG-INFO
flox.egg-info/SOURCES.txt
flox.egg-info/dependency_links.txt
flox.egg-info/not-zip-safe
flox.egg-info/requires.txt
flox.egg-info/top_level.txt
tests/__init__.py
tests/test_core.py
tests/test_xarray.py