From 7c2389bbf5fa8d2f560777113bd45fb0404114e3 Mon Sep 17 00:00:00 2001 From: Jeff Raubitschek Date: Mon, 11 Jan 2021 10:20:46 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9498d174d33..acacfa0095e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.10.13 (January 11, 2021) + +#### :nail_care: Enhancement + +- Add support for Mac M1 GPU monitoring +- Add support for TPU monitoring +- Add setting to disable sagemaker integration + +#### :bug: Bug Fix + +- Fix tensorboard_sync with tensorboardX and tf1 +- Fix issues logging images with slashes +- Fix custom charts issues +- Improve error messages using `wandb pull` +- Improve error messages with `wandb.Table()` +- Make sure silent mode is silent +- Fix `wandb online` to renable logging +- Multiple artifact fixes + ## 0.10.12 (December 3, 2020) #### :nail_care: Enhancement