Commit Graph

63 Commits

Author SHA1 Message Date
Hadrien Mary 3c9eee0112 Make coveralls happy (first try) 2015-06-18 23:44:04 +02:00
Mikhail Korobov 9386fcb9eb Merge pull request #8 from tqdm/disable-progress
Add option to disable progress bar
2015-06-19 02:40:52 +05:00
Hadrien Mary 4f54921b96 Merge pull request #16 from tqdm/container-infra-travis
Add flag to travis file to switch to container based infrastructure
2015-06-18 23:37:58 +02:00
Hadrien Mary abb4166a0a Add flag to travis file to switch to container based infrastructure build, which should allow faster build 2015-06-18 23:08:49 +02: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 d16381a911 Merge pull request #14 from casperdcl/master
Efficiency
2015-06-18 19:21:25 +01:00
Casper da Costa-Luis 11551d316d argh revert to 1.0 2015-06-18 19:20:40 +01: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 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