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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v26.5.0
- Refreshes default component versions for the DOCA OFED (`doca_ofed`),
NCCL (`nccl`), and NVSHMEM (`nvshmem`) building blocks.
- Update example recipes and documentation.
- Enabled site certificate checks for downloads by default.
- Adds support for Ubuntu 26.04.

# v26.1.0
- Refreshes default component versions for the DOCA OFED (`doca_ofed`),
HPC-X (`hpcx`), and NVIDIA HPC SDK (`nvhpc`) building blocks.
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__ = '26.1.0'
__version__ = '26.5.0'
Loading