Skip to content

Releases: DeiC-HPC/cotainr

2024.10.0

21 Oct 11:11
f308e40
Compare
Choose a tag to compare

2024.10.0

Released on October 21th, 2024

Documentation for this release

A major release mainly focused on synchronizing with the LUMI 09/2024 upgrade.

New features

  • Create an example of using cotainr for building a container with a mpi4py/MPICH conda/pip environment for use on LUMI-C. It includes simple "MPI hello world" examples of how to correctly use such a container on LUMI. PR#50
  • Cotainr now features the standard --version CLI command, PR#59

Bug fixes

  • Flush the input buffer before prompting the user for permissions, #61
  • Fix when base image files have restricted permissions, PR#49
  • Minor documentation fixes, #54, #60, #69

Maintenance updates

  • The LUMI PyTorch example has been updated to match the state of LUMI as of 09/2024, PR#73.
  • Update documentation to reflect cotainr residing in the CrayEnv software stack on LUMI, #63
  • Upgrade the Github Continuous Integration PR#71, PR#72
  • Change from linting from using black to ruff PR#56

2023.11.0

03 Nov 09:18
ebff6be
Compare
Choose a tag to compare

2023.11.0

Released on November 3rd, 2023

Documentation for this release

A major release introducing several new features to significantly improve the user experience.

New features

  • Cotainr now features a much improved formatting of console output when running cotainr build, including options to set verbosity (--verbose/--quiet), directing the output to a log file (--log-to-file), colored output, filtering of output from Conda/Singularity to fix the console output being messed up by attempted line updates, and finally the introduction of a spinner prepended to the latest output message, when cotainr is doing work in the background, PR#45.
  • When including a conda environment in your container (via cotainr build ... --conda-env=...), you are now required to explicitly accept the Miniforge license terms as we use Miniforge to bootstrap the conda environment. This license (along with all other required licenses, if any) may be accepted on beforehand by specifying the option --accept-licenses when running cotainr build ..., PR#40.
  • The cotainr release notes now include links to the corresponding HTML documentation hosted on Read the Docs, PR#38.

Bug fixes

Maintenance updates

  • Cotainr now implements PEP394 to always invoke the python interpreter as "python3", PR#33.
  • The LUMI PyTorch example has been updated to match the state of LUMI as of 09/2023, PR#41.
  • Minor internal additions/refactorizations/updates, PR#36.

2023.02.0

21 Feb 13:56
c305bc7
Compare
Choose a tag to compare

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

17 Jan 09:06
f6dd856
Compare
Choose a tag to compare

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

21 Dec 12:13
77cc0d0
Compare
Choose a tag to compare

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