cuda-pathfinder 1.4.0 Release notes#
Released on Feb 25, 2026
Highlights#
Add CTK root canary probing for non-standard-path libraries in
load_nvidia_dynamic_lib()(notablynvvm), including spawned child process isolation for the canary probe. (PR #1595)Restore backward-compatible exception behavior for
load_nvidia_dynamic_lib()argument validation by replacing the short-livedValueErrorintroduced in1.3.5withDynamicLibNotFoundErrorsubclasses:DynamicLibUnknownErrorandDynamicLibNotAvailableError. (PR #1688)