2019-02-21 11:23:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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-01-28 15:13:50 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
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
|
2018-12-22 18:24:20 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
misc/py-tqdm: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.
Bump PKGREVISION.
|
2018-05-22 01:45:59 by Min Sik Kim | Files touched by this commit (5) | |
Log message:
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.
|