From 301bc0f00387d97e874f0b63ca5fbe9418ae1145 Mon Sep 17 00:00:00 2001 From: casperdcl Date: Sun, 25 Oct 2020 18:39:01 +0000 Subject: [PATCH] update release notes to v4.51.0 --- Releases.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Releases.md b/Releases.md index 0fb01f6..41d6bb4 100644 --- a/Releases.md +++ b/Releases.md @@ -1,5 +1,18 @@ # [tqdm/tqdm](https://github.com/tqdm/tqdm) Releases +## [v4.51.0](https://github.com/tqdm/tqdm/releases/tag/v4.51.0) (2020-10-25) + +- 🎉 add `{eta}` datetime `bar_format` argument ([#1055] <- [#1051]) + + e.g. `bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'` +- 🧯 fix py3 CLI `--update` & `--update_to` +- 🔨 replace `nosetests` with `pytest` ([#1052], [#1045]) +- 🔍 add & update tests + +[#1055]: https://github.com/tqdm/tqdm/issues/1055 +[#1051]: https://github.com/tqdm/tqdm/issues/1051 +[#1052]: https://github.com/tqdm/tqdm/issues/1052 +[#1045]: https://github.com/tqdm/tqdm/issues/1045 + ## [v4.50.2](https://github.com/tqdm/tqdm/releases/tag/v4.50.2) (2020-10-08) - 🧯 fixed `platform.system()` causing `fork()` warnings ([#691])