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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/767532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=68
This commit is contained in:
Tomáš Chvátal
2020-01-27 06:59:47 +00:00
committed by Git OBS Bridge
parent 53bc317e48
commit db61396985
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Jan 26 21:21:59 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 4.42.0:
* notebook: update disable=None behaviour (#880)
* tqdm.keras: support tensorflow.keras as well as keras (#885)
* add contrib (#882)
+ tenumerate (#840 <- #480, #402)
+ tzip <= zip
+ tmap <= map
+ add concurrent module
o thread_map <= concurrent.futures.ThreadPoolExecutor.map
o process_map <= concurrent.futures.ProcessPoolExecutor.map
+ add itertools module (#225) stub
o product
* add & update tests
* add & update documentation
+ README
+ examples/
* update CI framework
-------------------------------------------------------------------
Mon Jan 6 14:46:46 UTC 2020 - Todd R <toddrme2178@gmail.com>