14
0
forked from pool/python-tqdm

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/759947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=63
This commit is contained in:
Tomáš Chvátal
2020-01-02 08:58:57 +00:00
committed by Git OBS Bridge
parent 83bec3a1c1
commit 9702e68ce1
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Dec 29 21:17:56 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.41.0:
* trim on ncols overflow with ANSI handling (#850, #716 <- #690)
* add notebook.reset() (#864)
* add keras.TqdmCallback (#867 <- #835)
* documentation updates
+ document newly added features (above)
+ notebook ncols percentage/pixels (#276)
* test updates
+ test newly added features (above)
+ add CI for win and osx (#841)
+ py2 threading
-------------------------------------------------------------------
Fri Dec 13 00:21:42 UTC 2019 - Arun Persaud <arun@gmx.de>