2021-09-29 11:26:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updatedd to 4.62.3
tqdm v4.62.3 stable
fix minor typo
minor example fix
misc tidying & refactoring
misc build/dev framework updates
update dependencies
update linters
update docs deployment branches
misc test/ci updates
|
2021-06-25 09:25:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.61.1
tqdm v4.61.1 stable
fix utils._screen_shape_linux() sometimes raising ValueError
minor build/CI framework updates
minor documentation updates
|
2021-06-05 09:17:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.61.0
tqdm v4.61.0 stable
keras support for initial_epoch
misc documentation updates
update & shorten URLs
fix typos
fix & update tests
minor framework updates
|
2021-04-06 22:16:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.60.0
tqdm v4.60.0 stable
add contrib.logging helpers for redirecting to tqdm.write()
support delay in notebook
fix contrib.tmap, tzip not using tqdm_class
add notebook tests
updates & misc minor fixes for documentation
|
2021-03-11 10:50:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tqdm: updated to 4.59.0
tqdm v4.59.0 stable
add tqdm.dask.TqdmCallback
add asyncio.gather()
add basic support for length_hint
add & update tests
misc documentation updates
update contributing guide
update URLs
bash completion: add missing --delay
misc code tidy
add [notebook] extra
tqdm v4.58.0 stable
add start delay in seconds
add tests
misc code tidy
misc documentation updates
tqdm v4.57.0 stable
add line buffering for DummyTqdmFile
fix & update demo notebook
fix py3 urllib examples
suppress deprecated pandas warnings
misc framework updates
misc tests updates
misc code tidy
|
2021-02-13 22:27:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.56.2
tqdm v4.56.2 stable
fix attribute errors when disabled
- reset()
- unpause()
add tests
tqdm v4.56.1 stable
fix repr() & format_dict when disabled
rename __repr__() => __str__()
minor documentation updates
- fix Binder demo notebook
- remove explicit Dockerfile
- move some images to external repo
add & update tests
|
2021-01-16 12:15:13 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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
|