Next | Query returned 48 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-01-16 12:15:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tqdm: updated to 4.56.0

tqdm v4.56.0 stable

add tqdm.tk
add tqdm.rich
minor formatting improvements for tqdm.gui
fix display() inheritance/override
add tests
add documentation

tqdm v4.55.2 stable

update tests
make pre-commit pytest quicker
switch pre-commit from make to python
add and update (auto) formatters & CI
update contributing guidelines
fix formatting
test dependencies
update .gitignore
fix (auto & manual) formatting
fix minor detected bugs
misc build/CI framework upgrades

tqdm v4.55.1 stable

fix (Rolling|Expanding).progress_apply() on pandas==1.2.0
minor documentation updates

tqdm v4.55.0 stable

fix ASCII notebook export
fix notebook gui-mode extra spaces
better ETA for early iterations
better ETA for wildly varying iteration rates
update submodule inheritance
tqdm.gui
tqdm.notebook
tqdm.contrib.telegram
tqdm.contrib.discord
documentation updates
misc code optimisations
add tests
framework updates
build
CI & test
misc code linting/formatting
   2020-12-20 12:26:28 by Nia Alarie | Files touched by this commit (1)
Log message:
py-tqdm: Requires setuptools_scm
   2020-12-18 10:01:03 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tqdm: updated to 4.45.1

tqdm v4.54.1 stable

drop py3.4 (no longer tested)
misc CI updates
update snap build & deploy method
bot releases

tqdm v4.54.0 stable

get rid of get_new
minor CI framework optimisations

tqdm v4.53.0 stable

provide get_new() helper for mixed subclasses in nested mode
fix nested asyncio
document async break hazard
add tests
drop py2.6/3.2/3.3 and distutils (no longer tested)
drop py2.6
drop distutils in favour of setuptools/setup.cfg
CI framework overhaul
drop appveyor (Windows already tested by GHA)
skip devel PRs
automate linting comments on failure
use setuptools_scm
fix & update tests
fix & upgrade snap build
update CONTRIBUTING docs

tqdm v4.52.0 stable

allow delaying display() to a different notebook cell
add notebook argument display=True (use display=False with \ 
display(tqdm_object.container))
add keras.TqdmCallback support for initialiser arguments (use display=False with \ 
tqdm_callback_object.display())
add documentation
add CI on windows
enable CI on OSX
migrate CI Travis => GHA
add tests for MacOS & Windows
add tests for py3.9
update documentation
minify docker build
update tests
misc tidy

tqdm v4.51.0 stable

add {eta} datetime bar_format argument
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
add & update tests
   2020-10-23 13:45:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tqdm: updated to 4.50.2

tqdm v4.50.2 stable

fixed platform.system() causing fork() warnings
fixed contrib.concurrent.process_map pickling error with threading.RLock
updated documentation & examples
updated CI framework
updated tests
misc code tidy
   2020-10-07 14:52:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.

Next | Query returned 48 messages, browsing 21 to 30 | Previous