@@ -4,6 +4,44 @@ This file describes the changes / additions / fixes between wrapper releases, tr
44
55## [ Unreleased]  
66
7+ ## [ 0.11.0]  (released 2025-03-28) 
8+ 
9+ Fixes, improvements, and updates for NVML 12.8.90.
10+ 
11+ ### Fixed  
12+ 
13+ *  Include license text in the packaged crates (#66  )
14+ *  Fix EventLoop elided lifetime warnings (#69  )
15+ *  Use proper api version from header. (#80  )
16+ 
17+ ### Added  
18+ 
19+ *  Add Gpc and Mem clock offset methods (#61  )
20+ *  Add nvmlDeviceGetP2PStatus (#62  )
21+ *  Add Blackwell to DeviceArchitecture enum (#70  )
22+ *  Add DeviceAttributes and device::attributes(). (#71  )
23+ *  Add attestation report fetch functionality to device (#73  )
24+ *  Add confidential compute gpu certificate functionality (#74  )
25+ *  Add checks for confidential compute (#76  )
26+ *  Add fan control functions (#77  )
27+ *  Add device::cpu_affinity_within_scope. (#79  )
28+ *  Add FanSpeedInfo and FanSpeedRPM wrappers. (#80  )
29+ *  Add device::memory_affinity(). (#82  )
30+ *  Add device::mig_mode(). (#83  )
31+ *  Add wrappers for clock offset and pstate functions, min_max_fan_speed (#85  )
32+ *  Add device::virtualization_mode() wrapper. (#86  )
33+ *  Add vgpu_driver_capabilities() (#87  )
34+ *  Add device::performance_modes() (#88  )
35+ *  Add device::active_vgpus() (#89  )
36+ *  Add util functions for cc and multi-gpu ppcie (#90  )
37+ *  Add set fan control policy function (#91  )
38+ *  Add last_seen_timestamp parameter to get more accurate process utilization counts. (#92  )
39+ 
40+ ### Changed  
41+ 
42+ *  Update nvmlDeviceGetMemoryInfo to version 2 to be consistent with nvidia-smi (#58  )
43+ *  Set LIB_PATH to libnvidia-ml.so.1 instead of libnvidia-ml.so on Linux (#63  )
44+ 
745## [ 0.10.0]  (released 2024-02-10) 
846
947Updates for NVML 12.2.
0 commit comments