Documentation | Example usage | Installation | How to cite?
See examples/simple_example.ipynb for a self-contained Jupyter notebook that illustrates forward and inverse modelling.
Installing the latest version with CPU support from GitHub:
pip install git@github.com:martijnende/diabayes.gitInstalling from a local repository with Nvidia GPU support (CUDA version 12):
cd /path/to/diabase && pip install .[gpu]If you plan to contribute to the development of this package, please include the development tools:
pip install .[gpu,dev]A publication describing this software package is underway. Until then, feel free to refer to this repository.