.gitignore
LICENSE
README.md
mkdocs.yml
noxfile.py
pyproject.toml
.github/workflows/ci.yml
.github/workflows/deploy.yml
docs/gallery_conf.py
docs/gen_ref_pages.py
docs/index.md
docs/examples/README.md
docs/examples/plot_benchmark_bin_average.py
docs/examples/plot_benchmark_convolve.py
docs/examples/plot_benchmark_event_trigger_average.py
docs/examples/plot_benchmark_filtering.py
docs/examples/plot_benchmark_threshold.py
docs/images/convolve_benchmark.png
docs/javascripts/katex.js
src/pynajax/__init__.py
src/pynajax/jax_core_bin_average.py
src/pynajax/jax_core_convolve.py
src/pynajax/jax_core_threshold.py
src/pynajax/jax_process_filtering.py
src/pynajax/jax_process_perievent.py
src/pynajax/utils.py
src/pynajax.egg-info/PKG-INFO
src/pynajax.egg-info/SOURCES.txt
src/pynajax.egg-info/dependency_links.txt
src/pynajax.egg-info/requires.txt
src/pynajax.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mock.py
tests/test_jax_core_convolve.py
tests/test_jax_core_perievent.py
tests/test_jax_filtering.py
tests/test_jax_numpy_compatibility.py
tests/test_pynapple.py