Commit graph

26 commits

Author SHA1 Message Date
nia
37a9a3b4e8 py-tqdm: Requires setuptools_scm 2020-12-20 11:26:28 +00:00
adam
2b8dd5a8e6 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-12-18 09:01:03 +00:00
adam
728a691ab7 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-23 11:45:08 +00:00
adam
2144f2f988 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-10-07 12:52:31 +00:00
joerg
454f2daab1 asyncio is not supported by Python 2. 2020-08-11 18:44:53 +00:00
adam
9c96310e12 py-tqdm: updated to 4.48.2
tqdm v4.48.2 stable
fix notebook formatting
2020-08-05 06:48:17 +00:00
adam
abc7957d6a 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-07-14 12:39:03 +00:00
adam
6e25262d40 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-06-17 12:00:59 +00:00
adam
63f89f30c2 py-tqdm: updated to 4.46.0
4.46.0:
bump version, merge branch 'devel'
2020-05-03 11:52:00 +00:00
adam
7ab1b44753 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-04-10 08:04:52 +00:00
adam
cbeaeedeb1 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-21 09:10:51 +00:00
adam
66432c321b py-tqdm: updated to 4.42.1
tqdm v4.42.1 stable
support pandas==1.0.0
minor metadata updates
minor CI test update
2020-02-13 19:29:32 +00:00
adam
cddf878566 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-29 14:01:43 +00:00
adam
fa19ad51b8 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
2020-01-07 08:51:30 +00:00
adam
d94412e406 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-12-03 17:17:37 +00:00
adam
c8402c88a2 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-11-14 10:53:31 +00:00
adam
826227d7ad 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-10-07 20:17:10 +00:00
adam
17110148ae py-tqdm: updated to 4.35.0
tqdm v4.35.0:
* add {bar} format specifier
* add tests and documentation
* update performance tests
2019-09-02 08:33:28 +00:00
adam
b7674fafc8 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-21 09:01:00 +00:00
adam
75377c0972 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-08-09 07:35:15 +00:00
adam
5bb8dfc9f7 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-06-21 12:34:06 +00:00
adam
eca4a9f957 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
2019-05-15 12:04:39 +00:00
adam
629e134879 py-tqdm: updated to 4.31.1
v4.31.1:
fix file.encoding==None
add tests
tidy code, update authors and tests
add setup.py test to CI

v4.31.0:
Write bytes to stdout/stderr in py2
Add write_bytes parameter for py2/3 default override
support custom bar characters vias ascii parameter
implement, document and test custom bar spinners
support custom bar_format with unknown total
fix TypeError when unit_scale and unknown total
document format_dict
expose elapsed_s, remaining_s to bar_format
add unit option to bar_format
auto README.rst generation framework
add notes in CONTRIBUTING.md
update tests
update documentation
misc code tidy
2019-02-21 10:23:39 +00:00
adam
cc0e4f06fa py-tqdm: updated to 4.30.0
tqdm v4.30.0 stable
avoid moving when leave=False
generalise nested bar tests
add display() helper function
add and expose format_dict
- allow arbitrary keyword arguments for format_meter
- document format_dict overriding
- add tests for overriding
- add and tidy developer documentation
fix py3 CLI pipe decoding error
framework overhaul (developing, testing, Travis CI updates)
tidy code and style (flake8)
setup.py refactor
- setup.py make
  . add support for multi-line commands
  . tidy and efficiency
- replace setup.py's built-in make -> py-make>=0.1.9
- add requirements-dev.txt and extras_require[dev]
add, update and tidy tests
include interactive Jupyter demonstration
update documentation
- add FAQ about py2 pipes
- add badges
- update examples
- update authors
2019-01-28 14:13:50 +00:00
taca
57ebeb8fda misc/py-tqdm: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.

Bump PKGREVISION.
2018-12-22 17:24:20 +00:00
minskim
362d4eea30 misc/py-tqdm: Import version 4.23.3
Simple Python Progress Meter

Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip, and updated by wiz@
and me.
2018-05-21 23:45:59 +00:00