Skip to content

v0.16.4

Compare
Choose a tag to compare
@kptkin kptkin released this 05 Mar 21:28

What's Changed

馃獎 Enhancements

  • feat(artifacts): Add ability to change artifact collection types by @biaslucas in #6971
  • feat(launch): add support for installing deps from pyproject.toml by @bcsherma in #6964
  • feat(sdk): Use a hard-coded limit for requests to the backend by @timoffex in #7058
  • feat(sdk): Respect backpressure headers from backend by @timoffex in #7065
  • feat(sdk): Rate-limit GraphQL and filestream separately by @timoffex in #7089
  • feat(launch): support kaniko build with user-provided pvc and docker config by @bcsherma in #7059
  • feat(sdk): W&B to W&B Importer by @andrewtruong in #6897

馃敤 Fixes

  • fix(launch): Fix passing of template variables in the sweeps-on-launch scheduler by @dannygoldstein in #6959
  • fix(core): link job artifact to a run to be specified as input by @kptkin in #6940
  • fix(launch): Fix sagemaker entrypoint to use given entrypoint by @KyleGoyette in #6969
  • fix(core): parse upload headers correctly by @kptkin in #6983
  • fix(core): properly propagate server errors by @kptkin in #6944
  • fix(core): make file upload faster by using parallelism by @kptkin in #6975
  • fix(core): don't send git data if it's not populated by @kptkin in #6984
  • fix(sdk): fix console logging resumption, avoid overwrite by @kptkin in #6963
  • fix(cli): remove hostname validation when using --host on wandb login by @Jamil in #6999
  • fix(sdk): Don't discard past visualizations when resuming a run by @timoffex in #7005
  • fix(core): avoid retrying on conflict status code by @kptkin in #7011
  • fix(sdk): Fix visualization config merging for resumed runs in wandb-core by @timoffex in #7012
  • fix(core): replace usage of standard library's json with segmentio's by @kptkin in #7027
  • fix(core): remove stderr as writer for the logs by @kptkin in #7022
  • fix(core): disable negative steps from initialization by @kptkin in #7030
  • fix(sdk): Report API: Fix report loading in pydantic26 by @andrewtruong in #6988
  • fix(artifacts): Revert "make upload request async to support progress reporting (#6497)" by @jlzhao27 in #7049
  • fix(launch): Fix entrypoint specification when using a Dockerfile.wandb by @KyleGoyette in #7080
  • fix(sdk): fix stream releasing probe handle too early by @jlzhao27 in #7056
  • fix(launch): Always attempt to pull latest image for local container by @KyleGoyette in #7079

New Contributors

Full Changelog: v0.16.3...v0.16.4