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
8ac163e1e7
make automates all tests by default, version changed to 2.0 in anticipation of pypi
2015-06-18 15:58:29 +01:00
Hadrien Mary
f6ed2b7f06
Merge pull request #11 from casperdcl/master
...
Documentation; Pretty output
2015-06-15 11:56:42 +02:00
Casper da Costa-Luis
a3a983dd3b
travis::flake8 compatible
2015-06-15 10:44:41 +01:00
Casper da Costa-Luis
77c1d28159
updated readme
2015-06-15 10:36:02 +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
Hadrien Mary
5861e10ac5
Merge pull request #12 from tqdm/makefile
...
Add Makefile
2015-06-15 11:18:50 +02:00
Hadrien Mary
5671e43757
Update readme
2015-06-15 11:05:53 +02:00
Hadrien Mary
38d18f18cc
Add Makefile
2015-06-15 11:02:33 +02:00
Hadrien Mary
0421006786
Merge pull request #6 from tqdm/cleanup
...
cleanup
2015-06-08 08:32:03 +02:00
Mikhail Korobov
3ae3bc4219
update contributing docs; remove a whitespace before !; add executable flag to setup.py
2015-06-08 03:33:43 +05: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
a24c943119
Merge pull request #3 from hadim/new-logo
...
Add logo to tqdm
2015-06-06 16:16:00 +02:00
Hadrien Mary
c8edafc74c
Add logo to tqdm
2015-06-06 16:12:49 +02:00
Hadrien Mary
ccb05c2e04
New tqdm module structure and add a Makefile
2015-06-06 15:35:28 +02:00
Mikhail Korobov
ecc79f9629
add Travis badge to README
...
currently it points to my repo
2015-04-17 04:04:02 +05:00
Mikhail Korobov
4c979245b5
add license and Python version info to setup.py
2015-04-17 04:01:18 +05:00
Mikhail Korobov
888775afe7
add Travis CI
2015-04-17 03:49:46 +05:00
Mikhail Korobov
3d9fd154bc
add more interpreters to tox.ini
2015-04-17 03:49:22 +05:00
Mikhail Korobov
2e6cee712c
Merge branch 'fordhurley-master' into all-fixes
2015-04-17 03:38:24 +05:00
Mikhail Korobov
5ed73386d1
Merge branch 'stonebig-master' into all-fixes
2015-04-17 03:38:12 +05:00
stonebig
cbc632262f
do my wheel !
...
python setup.py sdist bdist_wheel
2015-01-24 14:23:14 +01:00
Ivan Ivanov
152dfd55bd
Some more tests
2014-02-07 19:49:09 +13:00
Ivan Ivanov
f565179a2e
Another python 3 fix
2014-02-07 14:31:14 +13:00
Ivan Ivanov
4539ebc92d
Test that tqdm fails when iterating over a csv file
2014-02-07 14:25:36 +13:00
Ford Hurley
ff2b39a153
Change 'iterator' to 'iterable' in README
...
http://docs.python.org/2/glossary.html#term-iterable
2014-02-05 16:13:51 -05:00
Ivan Ivanov
7b62451047
Fixed the link to tox
2014-02-05 21:20:24 +13:00
Ivan Ivanov
5f0c72dfd6
Readme: how to run tests
2014-02-05 21:19:33 +13:00
Ivan Ivanov
e2e15d1f4d
Fixed the calculation of rate in format_meter
2014-02-05 21:18:41 +13:00
Ivan Ivanov
8bb8a1731b
Another format meter test
2014-02-04 22:17:48 +13:00
Ivan Ivanov
2f46d5468b
Test of format_meter (failed on py32)
2014-02-03 22:59:28 +13:00
Ivan Ivanov
a16cdc66c0
New lines at the end of files
2014-02-03 22:47:50 +13:00
Ivan Ivanov
da4b29f3cd
First dumb test
2014-02-03 22:45:38 +13:00
Ivan Ivanov
777314ce9a
Ignore PyCharm IDE config files
2014-02-03 22:08:20 +13:00
Noam Yorav-Raphael
da5fdbf7c0
Print a newline after leave=True. Closes issue #6
2014-01-16 00:19:48 +02:00
Noam Yorav-Raphael
2ad667d338
PEP8: Have two space lines before functions. Closes issue #1 .
2014-01-11 23:53:36 +02:00
Noam Yorav-Raphael
0bd6dc8401
Change the output_to argument to 'file', like in print().
...
Change the default to stderr, since I actually think it's more 'correct'.
2014-01-11 23:44:00 +02:00
Noam Yorav-Raphael
4a2ab5b8af
Merge branch 'output_to_arbitrary' of https://github.com/Auv5/tqdm into Auv5-output_to_arbitrary
...
Conflicts:
tqdm.py
2014-01-11 23:40:14 +02:00
Noam Yorav-Raphael
19c6f5416c
Update trange docstring to reflect using range on py3
2014-01-11 23:33:42 +02:00
arkottke
8962c1aef2
Added try/except for python3 compatibility.
2014-01-11 08:43:20 -08:00
Jack McCracken
2cc124dbe5
Added documentation for the output_to argument.
2014-01-10 15:54:35 -05:00
Jack McCracken
6464656661
Added an argument to output to any filelike object.
...
Defaults to sys.stdout. My editor added a newline to the end of the
file, which is PEP8 compliant, so I left it in.
2014-01-10 15:33:17 -05:00
noamraph
a9db35ae26
Update README.md
2014-01-10 10:06:45 +02:00