2020-10-07 14:52:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.50.1
tqdm v4.50.1 stable
fix multiprocessing lock creation leak
fixes 617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed \
until now) where multiple threads could concurrently create and append process \
locks to a global list, then try to release them without first acquiring 👿
major test overhaul: fix, update, and speed up
misc CI framework updates
code linting
minor documentation tidy
tqdm v4.50.0 stable
add bar colour option
for notebook as well as std/CLI
plain text as well as hex (e.g. 'green' or '#00ff00')
notebook improvements
split bar description into separate widget
improve reset() (handle width and colour)
fix exceptions when file is closed
add & update tests
minor documentation updates
move and configure issue/pr templates
tqdm v4.49.0 stable
CLI: add --tee
CLI: add --update and --update_to
CLI: add --null
CLI: accept - instead of _ in options (e.g. --update-to)
make update() return True on display to ease efficient use of custom callbacks
fix py>=3 CLI --delim encoding error
fix py>=3.5 version detection in tqdm.auto
fix final ETA when using initial
update documentation
add & update custom callback examples
improve help formatting of boolean CLI options
add & update tests
|
2020-08-11 20:44:53 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
asyncio is not supported by Python 2.
|
2020-08-05 08:48:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.48.2
tqdm v4.48.2 stable
fix notebook formatting
|
2020-07-14 14:39:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.47.0
tqdm v4.47.0 stable
add contrib.discord (similar to contrib.telegram)
add contrib.bells to auto-enable all extras
add contrib.utils_worker for common slow tasks (e.g. web I/O)
fix lazy large memory usage & discard unsent messages (unprocessed tasks)
fix slow notebook imports
fix gui TypeError on unknown len()
misc documentation/error message updates
more succinct ImportError on missing ipywidgets
fix broken/deprecated link
add inline usage for contrib.discord and contrib.telegram
misc framework updates
add official py3.8 support
fix snap builds
|
2020-06-17 14:01:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.46.1
tqdm v4.46.1 stable
fix missing sys.setcheckinterval in py3.9
fix keras.TqdmCallback compatibility with tensorflow==2.2.0
update documentation
correct contrib.concurrent correct max_workers
drop prominent mention of xrange
minor linting
|
2020-05-06 13:16:46 by Jonathan Perkin | Files touched by this commit (11) |
Log message:
*: Remove manual page entries from ALTERNATIVES files.
Thes are not supported by pkg_alternatives, and lead to breakage as found
in <http://mail-index.netbsd.org/tech-pkg/2020/05/06/msg023089.html>.
In many cases these were unnecessary anyway, as they match the corresponding
command that pkg_alternatives will have automatically detected manual page
entries for, plus many of them did not support PKGMANDIR.
In the one case (databases/py-peewee) where the manual page does not match
the command name, pkg_alternatives will need to be enhanced to support this
before it can be re-enabled.
|
2020-05-03 13:52:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.46.0
4.46.0:
bump version, merge branch 'devel'
|
2020-04-10 10:04:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.45.0
tqdm v4.45.0 stable
propagate and close() on exceptions
fix nested clear()
rework nested close()
reduces screen flicker/blank space at the cost of ordering
update all documentation & demos
add and update tests
dev framework: add pre-commit helper
tqdm v4.44.1 stable
fix _utils ImportError => DeprecationWarning
tqdm v4.44.0 stable
add automatic nrows and expose for manual override
expose and warn about small chunksize in tqdm.contrib.concurrent.process_map
fix py2 file stream comparison
deprecate utils._environ_cols_wrapper
add and update tests
add documentation
|
2020-02-21 10:10:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.43.0
tqdm v4.43.0 stable
fix notebook exceptions
set_description() when disable=True
contrib.concurrent: avoid unnecessary len(iterable)
update documentation
clarify etymology
fix minor typo
update contributors and years
update tests
fix CI tests for PRs
|
2020-02-13 20:29:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.42.1
tqdm v4.42.1 stable
support pandas==1.0.0
minor metadata updates
minor CI test update
|