What's Changed
Added
- Capture SM (Streaming Multiprocessor), memory, and graphics clock speed (MHz), (un)corrected error counts, fan speed (%), and encoder utilization for Nvidia GPU devices when using core (@dmitryduev in #8144)
- Allow iterating over
wandb.Configlike a dictionary (@fsherry in #8129) - PR curves, images and histograms are supported when using TensorBoard with core enabled (@timoffex in #8181, #8188, #8189)
- Added
wandb.require("legacy-service")as the opt-out analog ofwandb.require("core")(@timoffex in #8201)
Fixed
- Avoid leaving behind wandb-core process if user hits Ctrl+C twice (@timoffex in #8153)
- Fix deprecation warnings arising from NumPy >= 2.1 by removing
newshapeargument fromnumpy.reshapeby @phinate in #8167 - Skip uploading/downloading GCS reference artifact manifest entries corresponding to folders (@amusipatla-wandb in #8084)