v0.30.0
What's Changed Notable Changes wandb.InternalApi, the wandb.PublicApi and wandb.apis.PublicApi aliases, and the wandb.apis.internal and wandb.sdk.internal.internal_api modules have been removed. Use wandb.Api() instead. wandb.api and wandb.ensure_configured() are deprecated. Use wandb.login(prompt=False) to check whether the user is logged in, and wandb.Api() for everything else. The legacy wandb…