.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
RELEASE.md
pyproject.toml
.github/workflows/benchmarks.yml
.github/workflows/linting.yml
.github/workflows/publish.yml
.github/workflows/testing.yml
.github/workflows/typecheck.yml
benchmarks/benchmark.py
benchmarks/compare.py
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/api_reference.py
docs/source/conf.py
docs/source/index.rst
docs/source/_static/coalesce.png
docs/source/_static/difference.png
docs/source/_static/dilate.png
docs/source/_static/gappy-slice.png
docs/source/_static/intersection.png
docs/source/_static/temporaldata_logo.png
docs/source/_static/union.png
docs/source/_static/css/custom.css
docs/source/_templates/base.rst
docs/source/api/index.rst.template
docs/source/api/module.rst.template
docs/source/guides/advanced_interval_operations.rst
docs/source/guides/creating_objects.rst
docs/source/guides/data_manipulation.rst
docs/source/guides/gappy_regular_ts.rst
docs/source/guides/getting_started.rst
docs/source/guides/index.rst
docs/source/guides/installation.rst
docs/source/guides/interval_operations.rst
docs/source/guides/io.rst
docs/source/guides/lazy_loading.rst
docs/source/js/scripts/api-search.js
docs/source/scss/api-search.scss
docs/source/scss/api.scss
docs/source/sphinxext/autoshortsummary.py
temporaldata/__init__.py
temporaldata/arraydict.py
temporaldata/concat.py
temporaldata/data.py
temporaldata/interval.py
temporaldata/irregular_ts.py
temporaldata/regular_ts.py
temporaldata/typing.py
temporaldata/utils.py
temporaldata.egg-info/PKG-INFO
temporaldata.egg-info/SOURCES.txt
temporaldata.egg-info/dependency_links.txt
temporaldata.egg-info/requires.txt
temporaldata.egg-info/top_level.txt
tests/test_arraydict.py
tests/test_concat.py
tests/test_data.py
tests/test_file_handle.py
tests/test_h5_io.py
tests/test_interval.py
tests/test_irregular_ts.py
tests/test_materialize.py
tests/test_regular_ts.py
tests/test_select_by_mask.py
tests/test_serialize.py
tests/test_version.py