.cruft.json
.editorconfig
.gitattributes
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc.yaml
.recipe-append.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
noxfile.py
pyproject.toml
changelog.d/README.txt
changelog.d/templates/new_fragment.md.j2
changelog.d/templates/auto-changelog/macros.jinja2
changelog.d/templates/auto-changelog/template.jinja2
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/license.md
docs/make.bat
docs/navigation.md
docs/spelling_wordlist.txt
docs/_static/css/nist-combined.css
docs/_static/js/leave_notice.js
docs/_static/js/nist-header-footer.js
docs/_templates/class-individual-pages.rst
docs/_templates/module-custom.rst
docs/_templates/module-single.rst
docs/_templates/module-template.rst
docs/_templates/autodocsumm/class-noindex.rst
docs/_templates/autodocsumm/class.rst
docs/_templates/autodocsumm/module-inherit.rst
docs/_templates/autodocsumm/module-noindex.rst
docs/_templates/autodocsumm/module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/index.md
docs/examples/usage/motivation.ipynb
docs/examples/usage/usage_notebook.ipynb
docs/reference/api-baseclasses.rst
docs/reference/api-modules.rst
docs/reference/api-public.rst
docs/reference/index.md
environment/dist-pypi.txt
environment/py310-dev.yaml
environment/py310-dist-conda.yaml
environment/py310-dist-pypi.yaml
environment/py310-docs.yaml
environment/py310-test-extras.yaml
environment/py310-test.yaml
environment/py310-typing.yaml
environment/py311-test-extras.yaml
environment/py311-test.yaml
environment/py311-typing.yaml
environment/py38-test-extras.yaml
environment/py38-test.yaml
environment/py38-typing.yaml
environment/py39-test-extras.yaml
environment/py39-test.yaml
environment/py39-typing.yaml
environment/test-extras.txt
environment/lock/.gitignore
environment/lock/py310.yaml
examples/README.md
examples/archived/bootstrap.ipynb
examples/archived/central_moments.ipynb
examples/archived/example_usage.ipynb
examples/archived/parallel_test.ipynb
examples/archived/test_accumulator.ipynb
examples/usage/motivation.ipynb
examples/usage/usage_notebook.ipynb
src/cmomy/__init__.py
src/cmomy/_formatting.py
src/cmomy/_lazy_imports.py
src/cmomy/_testing.py
src/cmomy/_version.py
src/cmomy/abstract_central.py
src/cmomy/central.py
src/cmomy/compile.py
src/cmomy/convert.py
src/cmomy/docstrings.py
src/cmomy/options.py
src/cmomy/py.typed
src/cmomy/resample.py
src/cmomy/typing.py
src/cmomy/utils.py
src/cmomy/xcentral.py
src/cmomy.egg-info/PKG-INFO
src/cmomy.egg-info/SOURCES.txt
src/cmomy.egg-info/dependency_links.txt
src/cmomy.egg-info/requires.txt
src/cmomy.egg-info/top_level.txt
src/cmomy.egg-info/zip-safe
src/cmomy/_lib/__init__.py
src/cmomy/_lib/convert.py
src/cmomy/_lib/pushers.py
src/cmomy/_lib/resample.py
src/cmomy/_lib/utils.py
tests/__init__.py
tests/conftest.py
tests/test_central.py
tests/test_central_2.py
tests/test_convert.py
tests/test_resample.py
tests/test_stability.py
tests/test_verify.py
tests/test_xcentral.py
tests/test_xcentral_constructors.py
tools/noxtools.py