Accepting request 754978 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/754978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=59
This commit is contained in:
Tomáš Chvátal
2019-12-09 09:18:48 +00:00
committed by Git OBS Bridge
parent 248e3eddf1
commit db0af51a89
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Dec 7 17:40:20 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.40.1:
* test for floats for total
- changes from version 4.40.0:
* officially support float for n and total (#802)
+ notebook: use FloatProgress <= IntProgress (#471, #456)
+ allow imprecision (n <= total + epsilon) (#849)
* fix unicode bar format arguments (#803 -> #851)
* add contrib submodule (#815)
* add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile (#84
-> #844)
* update tests
* update documentation
* tidy automatic snap deployments
* minor doc update (#854)
-------------------------------------------------------------------
Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>