.readthedocs.yml
README.md
pyproject.toml
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/ruff.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
docs/_templates/class_custom.rst
docs/_templates/function_custom.rst
docs/_templates/module_custom.rst
ndfilters/__init__.py
ndfilters/_convolve.py
ndfilters/_generic.py
ndfilters/_indices.py
ndfilters/_mean.py
ndfilters/_median.py
ndfilters/_trimmed_mean.py
ndfilters/_variance.py
ndfilters.egg-info/PKG-INFO
ndfilters.egg-info/SOURCES.txt
ndfilters.egg-info/dependency_links.txt
ndfilters.egg-info/requires.txt
ndfilters.egg-info/top_level.txt
ndfilters/_tests/__init__.py
ndfilters/_tests/test_convolve.py
ndfilters/_tests/test_generic.py
ndfilters/_tests/test_mean.py
ndfilters/_tests/test_median.py
ndfilters/_tests/test_trimmed_mean.py
ndfilters/_tests/test_variance.py