Added
- Track detailed metrics for Apple ARM systems including GPU, eCPU, and pCPU utilization, power consumption, and temperature, and memory/swap utilization (dmitryduev in https://github.com/wandb/wandb/pull/8550)
- Allow users to link Registry artifacts without inputting the organization entity name (estellazx in https://github.com/wandb/wandb/pull/8482)
- Added a warning message indicating that the `fps` argument will be ignored when creating a wandb.Video object from a file path string or a bytes object. (jacobromero in https://github.com/wandb/wandb/pull/8585)
- Update docstrings for `logged_artifacts` and `used_artifacts` methods in `Run` class (trane293 in https://github.com/wandb/wandb/pull/8624)
- The `_show_operation_stats` setting enables a preview of a better `run.finish()` UX (timoffex in https://github.com/wandb/wandb/pull/8644)
Fixed
- Log power on AMD MI300X series GPUs (dmitryduev in https://github.com/wandb/wandb/pull/8630)
- Fixed typing issue of `wandb.Api` (bdvllrs in https://github.com/wandb/wandb/pull/8548)
- Ensure artifact objects are fully updated on `Artifact.save()` (tonyyli-wandb in https://github.com/wandb/wandb/pull/8575)
Changed
- Updated minimum version of `sentry-sdk` to 2.0.0 to address deprecation warnings. (jacobromero in https://github.com/wandb/wandb/compare/WB-20890)