DASED documentation

Welcome to the DASED documentation! This site provides an overview of the project, its modules, and usage examples.

Note

This documentation is a work in progress. There is no comprehensive test suite yet. Everything that goes beyond the applications presented in the tutorials or the code for the accompanying research paper is not guaranteed to work. Contributions are welcome!

Installation

To install the package, simply run

pip install git+https://github.com/dominik-strutz/dased.git
uv add git+https://github.com/dominik-strutz/dased.git
conda install git+https://github.com/dominik-strutz/dased.git

Note

The package is still in heavy development and can change rapidly. If you want to use it, its recommended to fix the version by running

pip install git+https://github.com/dominik-strutz/dased@<version>

where <version> is the version you want to use (e.g. a commit hash or a tag).

Usage

See the Tutorials and API Reference sections for more information.