Stephen L
05dc6d5011
Flake fix
...
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-07-12 06:44:04 +02:00
Stephen L
1305eacbee
Fixed doc about unit_scale
...
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-07-12 06:27:12 +02:00
Stephen L
cb668bea0f
Add unit and unit_scale arguments + tqdm is now a class to allow manual update() and close()
...
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-07-12 06:20:23 +02:00
Casper da Costa-Luis
39e814b2d6
silly ncols bugfix
2015-06-25 17:58:26 +01:00
Hadrien Mary
bccfcd2345
Merge pull request #20 from tqdm/dynamic_width
...
Set ncols from terminal environs
2015-06-25 18:41:43 +02:00
Casper da Costa-Luis
c58a7c3f21
moved more to utils
2015-06-25 16:56:34 +01:00
Casper da Costa-Luis
21912c821c
import bugfix
2015-06-25 16:49:49 +01:00
Casper da Costa-Luis
18c430b3d6
initial attempt to modularise utils
2015-06-25 15:38:52 +01:00
Casper da Costa-Luis
2b4d73526b
attempt to set ncols from terminal environs
2015-06-19 13:37:25 +02:00
Casper da Costa-Luis
aa18f56ef0
stdout and miniter bugfix, more tests with better output
2015-06-19 12:06:11 +01:00
Casper da Costa-Luis
4c53793d8a
silly unicode bugfix
2015-06-19 08:09:48 +01:00
Casper da Costa-Luis
df67c60ff2
flake8 be happy
2015-06-18 23:55:23 +01:00
Casper da Costa-Luis
0c19feaf0c
Merge branch 'master' into unicode
...
Conflicts:
README.md
tqdm/_tqdm.py
2015-06-18 23:05:55 +01:00
Casper da Costa-Luis
7d6eca11ac
abstracted utf-enables stream checking
2015-06-18 22:51:58 +01:00
Casper da Costa-Luis
cdfc5e8bca
added docstring for format_meter
2015-06-18 22:46:06 +01:00
Casper da Costa-Luis
ef61853720
added fallback ascii support
2015-06-18 22:19:40 +01:00
Hadrien Mary
0679775478
Add option to disable progress bar. Should fix GH-1
2015-06-18 23:03:08 +02:00
Casper da Costa-Luis
92bf2cff52
miniter test, more specific exceptions, version 1.1
2015-06-18 18:43:29 +01:00
Casper da Costa-Luis
ffdafd64aa
removed redundant decorator example -- not worth it
2015-06-18 16:00:16 +01:00
Casper da Costa-Luis
ac4646c723
major and minor efficiency improvements, minor function signature and documentation update
2015-06-18 15:59:37 +01:00
Casper da Costa-Luis
a3a983dd3b
travis::flake8 compatible
2015-06-15 10:44:41 +01:00
Casper da Costa-Luis
e9ccb10310
revert to N_BAR=10 as default, a sligtly faster (10Hz rather than 2Hz) update interval looks better without measurable reduction in iteration speed
2015-06-15 10:35:06 +01:00
Casper da Costa-Luis
373d0bad85
updated tests
2015-06-15 10:35:06 +01:00
Casper da Costa-Luis
f1a124e065
prettier and more fine-grained default output: unicode chars and fractions, bigger bar and more compact stats
2015-06-15 10:35:06 +01:00
Casper da Costa-Luis
2ed6664b6c
prettier and more fine-grained default output: unicode chars and fractions, bigger bar and more compact stats
2015-06-15 10:32:56 +01:00
Casper da Costa-Luis
fbbc7bfa73
better docs (wording, linebreaks), new-style string formatting
2015-06-15 10:32:56 +01:00
Mikhail Korobov
71c4610731
Rename min_interval back to mininterval; add defaults to docstring; document miniters and iterable parameters.
2015-06-08 03:27:22 +05:00
Mikhail Korobov
98955ab138
use 80 columns again
...
Fixes GH-7
2015-06-08 03:19:28 +05:00
Mikhail Korobov
3b5352a50e
cleanup
...
* bring tox.ini back;
* switch Travis to use tox, for consistency;
* enable branch coverage;
* drop Makefile;
* bring back setup.cfg for proper wheels;
* fix modules vs packages in setup.py;
* set version back to 1.0 for now;
2015-06-08 03:06:41 +05:00
Hadrien Mary
ccb05c2e04
New tqdm module structure and add a Makefile
2015-06-06 15:35:28 +02:00