Skip to content

v0.8.0 - global config

Compare
Choose a tag to compare
@AKuederle AKuederle released this 30 Jan 09:01
· 69 commits to main since this release

[0.8.0] - 2023-30-01

Added

  • It is now possible to create a global config file containing the local path to the datasets.
    This allows you to use the datasets without having to specify the path to the dataset every time.
    Further, it means that you don't have to modify source code (just a config file) to run the examples and tests during
    development.
    See the README for more details.
    (#8)