v1.0.1
This patch release fixes an issue with Conda package caching in GitLab CI. The caching configuration in {{ cookiecutter.project_slug }}/.gitlab-ci.yml has been updated to include the new .conda file format as well as additional cache directories.
Changes include:
- Updated caching paths to:
$PIP_CACHE_DIR$CONDA_PKGS_DIRS/*.conda$CONDA_PKGS_DIRS/*.tar.bz2$CONDA_PKGS_DIRS/urls*$CONDA_PKGS_DIRS/cache
For a full list of changes, please refer to the CHANGELOG.md.