|
| 1 | +## 0.14.1 (April 5, 2023) |
| 2 | + |
| 3 | +### :magic_wand: Enhancements |
| 4 | +* feat(artifacts): improve run.log_artifact() with default type and path references by @moredatarequired in https://github.com/wandb/wandb/pull/5131 |
| 5 | +* feat(artifacts): add opt-in support for async artifact upload by @speezepearson in https://github.com/wandb/wandb/pull/4864 |
| 6 | +* perf(sdk): update summary for changed keys only by @dmitryduev in https://github.com/wandb/wandb/pull/5150 |
| 7 | +* feat(sdk): use a persistent session object for GraphQL requests by @moredatarequired in https://github.com/wandb/wandb/pull/5075 |
| 8 | +* feat(sdk): allow setting of extra headers for the gql client by @dmitryduev in https://github.com/wandb/wandb/pull/5237 |
| 9 | +* feat(sdk): allow filtering metrics based on OpenMetrics endpoints by @dmitryduev in https://github.com/wandb/wandb/pull/5282 |
| 10 | +### :hammer: Fixes |
| 11 | +* fix(artifacts): more informative message when failing to create staging artifact directory by @moredatarequired in https://github.com/wandb/wandb/pull/5067 |
| 12 | +* fix(launch): set default value for Kubernetes backoffLimit to 0 by @KyleGoyette in https://github.com/wandb/wandb/pull/5072 |
| 13 | +* fix(sdk): remove default sorting when dumping config into a yaml file by @kptkin in https://github.com/wandb/wandb/pull/5127 |
| 14 | +* fix(media): fix encoding for html types on windows by @kptkin in https://github.com/wandb/wandb/pull/5180 |
| 15 | +* fix(sdk): clean up auto resume state when initializing a new run by @kptkin in https://github.com/wandb/wandb/pull/5184 |
| 16 | +* fix(sdk): harden `wandb.init()` error handling for backend errors by @kptkin in https://github.com/wandb/wandb/pull/5023 |
| 17 | +* fix(sdk): fix system monitor shutdown logic by @dmitryduev in https://github.com/wandb/wandb/pull/5227 |
| 18 | +* fix(launch): allow users to specify pinned versions in requirements.txt by @KyleGoyette in https://github.com/wandb/wandb/pull/5226 |
| 19 | +* fix(sdk): make `wandb.log()` handle empty string values properly by @dannygoldstein in https://github.com/wandb/wandb/pull/5275 |
| 20 | +* fix(sdk): raise exception when accessing methods and attributes of a finished run by @kptkin in https://github.com/wandb/wandb/pull/5013 |
| 21 | +### :books: Docs |
| 22 | +* docs(launch): add documentation for launch by @iveksl2 in https://github.com/wandb/wandb/pull/4596 |
| 23 | +* docs(sdk): add documentation for Object3D media type by @ssisk in https://github.com/wandb/wandb/pull/4810 |
| 24 | +* docs(sdk): remove duplicate docstring in keras integration by @Gladiator07 in https://github.com/wandb/wandb/pull/5289 |
| 25 | +* docs(artifacts): convert docstrings to Google convention by @moredatarequired in https://github.com/wandb/wandb/pull/5276 |
| 26 | +### :nail_care: Cleanup |
| 27 | +* refactor(artifacts): use 'secrets' module instead of custom random token generator by @moredatarequired in https://github.com/wandb/wandb/pull/5050 |
| 28 | +* refactor(artifacts): move _manifest_json_from_proto to sender.py by @moredatarequired in https://github.com/wandb/wandb/pull/5178 |
| 29 | + |
| 30 | +## New Contributors |
| 31 | +* @iveksl2 made their first contribution in https://github.com/wandb/wandb/pull/4596 |
| 32 | +* @Gladiator07 made their first contribution in https://github.com/wandb/wandb/pull/5289 |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/wandb/wandb/compare/v0.14.0...v0.14.1 |
| 35 | + |
1 | 36 | ## 0.14.0 (March 14, 2023)
|
2 | 37 |
|
3 | 38 | ### :magic_wand: Enhancements
|
|
0 commit comments