wandb 0.17.7__py3-none-win32.whl → 0.17.8rc1__py3-none-win32.whl
Sign up to get free protection for your applications and to get access to all the features.
- wandb/__init__.py +1 -1
- wandb/__init__.pyi +964 -0
- wandb/bin/wandb-core +0 -0
- wandb/proto/v3/wandb_internal_pb2.py +24 -24
- wandb/proto/v4/wandb_internal_pb2.py +24 -24
- wandb/proto/v5/wandb_internal_pb2.py +24 -24
- wandb/sdk/artifacts/artifact.py +15 -17
- wandb/sdk/data_types/video.py +2 -2
- wandb/sdk/internal/handler.py +5 -1
- wandb/sdk/wandb_config.py +3 -0
- wandb/sdk/wandb_run.py +28 -24
- wandb/sdk/wandb_settings.py +12 -0
- {wandb-0.17.7.dist-info → wandb-0.17.8rc1.dist-info}/METADATA +1 -1
- {wandb-0.17.7.dist-info → wandb-0.17.8rc1.dist-info}/RECORD +17 -16
- {wandb-0.17.7.dist-info → wandb-0.17.8rc1.dist-info}/WHEEL +0 -0
- {wandb-0.17.7.dist-info → wandb-0.17.8rc1.dist-info}/entry_points.txt +0 -0
- {wandb-0.17.7.dist-info → wandb-0.17.8rc1.dist-info}/licenses/LICENSE +0 -0
wandb/__init__.py
CHANGED