.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/conf.py
docs/source/index.rst
docs/source/_static/coalesce.png
docs/source/_static/difference.png
docs/source/_static/dilate.png
docs/source/_static/intersection.png
docs/source/_static/temporaldata_logo.png
docs/source/_static/union.png
docs/source/concepts/advanced_interval_operations.rst
docs/source/concepts/creating_objects.rst
docs/source/concepts/data_manipulation.rst
docs/source/concepts/getting_started.rst
docs/source/concepts/installation.rst
docs/source/concepts/interval_operations.rst
docs/source/concepts/io.rst
docs/source/concepts/lazy_loading.rst
docs/source/package/classes/arraydict.rst
docs/source/package/classes/data.rst
docs/source/package/classes/index.rst
docs/source/package/classes/interval.rst
docs/source/package/classes/irregular_time_series.rst
docs/source/package/classes/regular_time_series.rst
docs/source/package/functions/index.rst
temporaldata/__init__.py
temporaldata/arraydict.py
temporaldata/concat.py
temporaldata/data.py
temporaldata/interval.py
temporaldata/irregular_ts.py
temporaldata/regular_ts.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_serialize.py
tests/test_version.py