Release Notes#

This is the list of changes to cotainr between each release. For full changelog details, see the commit logs.

2023.02.0#

Released on February 21st, 2023

Minor release to fix an issue.

Bug fixes#

  • Changed shebang in cotainr script to always point to python3

2023.01.0#

Released on January 17th, 2023

Minor release to fix an issue.

Bug fixes#

  • Fixed a bug with umask, which could lead to permission problems with conda installation.

2022.12.0#

Released on December 21st, 2022

First public release.

New features#

  • cotainr info command for showing system info

  • cotainr build command for building containers

  • HPC systems integration via system.json and --system CLI flag

  • Conda environment use case support via --conda-env CLI flag

  • Documentation hosted on https://cotainr.readthedocs.io

  • LUMI ROCm PyTorch cotainr build example