Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v26.1.0
- Refreshes default component versions for the DOCA OFED (`doca_ofed`),
HPC-X (`hpcx`), and NVIDIA HPC SDK (`nvhpc`) building blocks.
- Enhance the pip (`pip`) building block to accept additional install
arguments and quote package names.
- Provide better support for Singularity recipes that stage files in
system temporary directories.
- Enhance the `copy` primitive to support the Singularity specific
rsync based copies.

# v25.9.0
- Adds support for Rockylinux 10.

Expand Down
2 changes: 1 addition & 1 deletion hpccm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import

__version__ = '25.9.0'
__version__ = '26.1.0'
Loading