.gitignore
.gitlab-ci.yml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
ruff.toml
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/experimental_irf.rst
docs/index.rst
docs/make.bat
docs/numerical_irf.rst
docs/requirements.in
docs/requirements.txt
src/OpenIRF.egg-info/PKG-INFO
src/OpenIRF.egg-info/SOURCES.txt
src/OpenIRF.egg-info/dependency_links.txt
src/OpenIRF.egg-info/requires.txt
src/OpenIRF.egg-info/top_level.txt
src/openirf/__init__.py
src/openirf/experimental_irf.py
src/openirf/numerical_irf.py
src/openirf/utils.py
tests/convolution_matrix_test.py
tests/mck_import_test.py
tests/string_print_test.py
tests/time_series_import_test.py