2020-01-29 15:01:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-tqdm: updated to 4.42.0 tqdm v4.42.0 stable notebook: update disable=None behaviour tqdm.keras: support tensorflow.keras as well as keras add contrib * tenumerate * tzip <= zip * tmap <= map * add concurrent module - thread_map <= concurrent.futures.ThreadPoolExecutor.map - process_map <= concurrent.futures.ProcessPoolExecutor.map * add itertools module stub - product add & update tests add & update documentation update CI framework |
2020-01-07 09:51:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-tqdm: updated to 4.41.1 tqdm v4.41.1 stable keras module tidy and fixes - fix batch_size=None - add missing pop('size') tqdm v4.41.0 stable trim on ncols overflow with ANSI handling add notebook.reset() add keras.TqdmCallback documentation updates test updates |
2019-12-03 18:17:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-tqdm: updated to 4.40.0 tqdm v4.40.0 stable officially support float for n and total notebook: use FloatProgress <= IntProgress allow imprecision (n <= total + epsilon) fix unicode bar format arguments add contrib submodule add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile update tests update documentation tidy automatic snap deployments minor doc update tqdm v4.39.0 stable add pandas builtin operations check avoid unnecessary dedent remove unneeded bar logic misc code tidy update documentation document default argument overriding add missing isatty() update badges add code of conduct update framework clean CI stages update CI default py3.6 => py3.7 automate snap releases |
2019-11-14 11:53:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.38.0 tqdm v4.38.0 stable support lock_args for e.g. non-blocking intermediate writes use self.refresh() in more places add and update performance tests support args for TqdmDefaultWriteLock.acquire() fix colorama on win framework updates CI cleanup move to stages (check/test/deploy) auto deploy notes deploy only on parent repo separate docker deploy update documentation sync/generation update examples update documentation add and update tests misc tidy and linting tqdm v4.37.0 stable potential future pandas fix better unicode widechar support fix example/tqdm_wget unknown total add stacklevel=2 to warnings misc framework updates snapcraft version fix update issue/pr templates update unit tests misc documentation updates update parallel (multiprocessing, ThreadPoolExecutor) example add slides, video images add CII Best Practices badge add repology badge update badge icons |
2019-10-07 22:17:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-tqdm: updated to 4.36.1 tqdm v4.36.1 stable fix CLI entrypoint tqdm v4.36.0 stable expose more custom format params potential thread safety fix update submodule architecture - backward-compatibility - expose utils - rename main -> cli - add/fix tests - fix minor cached var optimisation - gui partial upgrade - notebook upgrade . support {bar} in bar_format . inherit methods including set_*(refresh) - ready for contrib releases support custom bar_format with unknown total fix tqdm_notebook red block on explicit file=None update notebook to fully support custom bar_format misc tidy - warnings - linting - update submodule contribution guide - parallel (py)make test - fix Zenodo metadata update documentation - pandas, notebook, gui - indentation - update multiprocessing and multithreading examples |
2019-09-02 10:33:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.35.0 tqdm v4.35.0: * add {bar} format specifier * add tests and documentation * update performance tests |
2019-08-21 11:01:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.34.0 tqdm v4.34.0 stable add leave=None convenience option for leave = position == 0 ensure nested completed bars respect leave=True ensure nested bars are cleared before being moved up support both and = syntax for CLI options misc documentation updates fix/update tests update GitHub docker package deployment |
2019-08-09 09:35:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.33.0 tqdm v4.33.0 stable fix pandas==0.25 API change add contributor badges fix py26 travis CI metadata fixes .zenodo.json CODEOWNERS GitHub package registry docker deployment minor linting documentation updates |
2019-06-21 14:34:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.32.2 tqdm v4.32.2 stable fix 'Set changed size during iteration' add tqdm.autonotebook check for $VSCODE_PID fix missing multiprocessing in Jython make bool(tqdm(iter)) consistent with bool(iter) add and update unit tests add and update documentation & framework update notable contributors list update usage docstrings add funding add awesome-python badge trove classifier update update demo notebook badges add JOSS DOI add Zenodo metadata move unnecessary root clutter |
2019-05-15 14:04:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.32.1 tqdm v4.32.1 stable fix notebook with unknown total tqdm v4.32.0 stable support unit_scale in notebook support negative update add reset() function add [python setup.py] make run add and update documentation example of dynamic usage note writing issues update badges add PyData2019 slides link add JOSS paper update manpages add docker install add snapcraft install notebooks: add binder, rename RMOTR => notebooks.ai prettify and unify contributors/maintainers/authors CI and release framework updates add snapcraft snaps add travis auto-deployment PyPI releases docker devel/releases update deployment dev docs fix travis deploy pymake update .gitinore add & update unit tests automate more documentation |