Casper da Costa-Luis
|
6969610f12
|
Solaris, FreeBSD ncols compatibility
|
2015-12-27 16:31:54 +00:00 |
ReadmeCritic
|
6ecaa1ea88
|
Update README URLs based on HTTP redirects
|
2015-12-23 08:12:50 -08:00 |
Casper da Costa-Luis
|
8e56299f78
|
bump version, Merge branch 'nested-progressbars'
Conflicts:
README.rst
|
2015-12-17 20:59:11 +00:00 |
Casper da Costa-Luis
|
3dc5e2236a
|
minor docfixes, flake8 fixes, optimisations
|
2015-12-17 20:53:39 +00:00 |
Casper da Costa-Luis
|
89ca5ba164
|
minor touchups
|
2015-12-17 20:00:20 +00:00 |
Casper da Costa-Luis
|
fa86945c3b
|
minor typos, rewording
|
2015-12-05 15:44:27 +00:00 |
Stephen L
|
8b22b96343
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 22:53:37 +01:00 |
Stephen L
|
bcdd7c7858
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 22:50:59 +01:00 |
Stephen L
|
0255e78a5a
|
fix README.rst example
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 20:06:45 +01:00 |
Stephen L
|
091c8f4344
|
update README.rst fix TOC
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 03:15:46 +01:00 |
Stephen L
|
04910d4c67
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 03:11:31 +01:00 |
Stephen L
|
75eccb1f9e
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 02:30:06 +01:00 |
Stephen L
|
d20c4cfd95
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 02:27:32 +01:00 |
Stephen L
|
c02ccb28c1
|
update README.rst with examples and usage
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-03 02:22:18 +01:00 |
Casper da Costa-Luis
|
3ae7a9f80b
|
docfixes
|
2015-12-02 23:00:43 +00:00 |
Stephen L
|
5b59b0fa77
|
add set_description() method in tqdm()
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-02 20:38:06 +01:00 |
Stephen L
|
19d4704ea0
|
update README.rst about nested display
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-02 19:28:35 +01:00 |
Stephen L
|
6a9e080792
|
better unit test for nested + fix coverage
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-02 19:16:08 +01:00 |
Stephen L
|
a18d7297f0
|
Better nested progress bars display + support for both nested and leave
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-02 13:29:14 +01:00 |
Stephen L
|
7197da11b3
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-01 21:11:07 +01:00 |
Stephen L
|
e1f3eb9c36
|
add support for nested progress bars in console
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-12-01 21:03:48 +01:00 |
Casper da Costa-Luis
|
b2c759dd88
|
bump version, Merge pull request #9 from tqdm/pandas-progress
Add progress bar to pandas apply function
|
2015-11-30 23:48:14 +00:00 |
Casper da Costa-Luis
|
8b77070f12
|
pandas examples
|
2015-11-30 23:27:38 +00:00 |
Casper da Costa-Luis
|
cd6238ff88
|
pandas documentation, removed unnecessary imports
|
2015-11-30 23:14:29 +00:00 |
Casper da Costa-Luis
|
3c9f93de4a
|
remove pandas, numpy from tox (too slow), revert manual creation of tqdm
|
2015-11-29 18:01:01 +00:00 |
Casper da Costa-Luis
|
03239da292
|
pandas dependancy for tox
|
2015-11-29 16:58:18 +00:00 |
Casper da Costa-Luis
|
ec5f157df8
|
automated constucting and destructing of tqdm_pandas, neater tests and documentation
|
2015-11-29 16:49:39 +00:00 |
Casper da Costa-Luis
|
5c12158dd8
|
untested pandas support
|
2015-11-29 16:07:43 +00:00 |
Casper da Costa-Luis
|
53a275679e
|
Merge branch 'master' into pandas-progress
Conflicts:
tqdm/__init__.py
|
2015-11-29 15:12:12 +00:00 |
Casper da Costa-Luis
|
d2263d9832
|
update reporthook example with `with` syntax
|
2015-11-29 09:22:07 +00:00 |
Casper da Costa-Luis
|
4d9ec57cd9
|
help(tqdm) fits into 80-char terminal
|
2015-11-28 20:27:43 +00:00 |
Casper da Costa-Luis
|
9f37ac5b5e
|
bump version, Merge branch 'bugfixes'
|
2015-11-28 20:10:37 +00:00 |
Casper da Costa-Luis
|
cf717e0226
|
tqdm now supports `with tqdm() as ...` syntax!
enhancement (all python versions) and bugfix (py3)
|
2015-11-28 20:02:27 +00:00 |
Casper da Costa-Luis
|
7172cfae1f
|
bump version, Merge branch 'timer'
|
2015-11-28 18:56:14 +00:00 |
Casper da Costa-Luis
|
d6e46c5771
|
tox nose-timer as suggested in #52
|
2015-11-28 18:36:09 +00:00 |
Casper da Costa-Luis
|
619cde4e6c
|
updated docs, neatened tests
|
2015-11-28 18:29:53 +00:00 |
Casper da Costa-Luis
|
986ffcca44
|
maxinterval bugfix
|
2015-11-28 18:04:23 +00:00 |
Casper da Costa-Luis
|
18a3adf386
|
safer closing of tests, flake8 formatted, syntax improvements
|
2015-11-28 18:03:45 +00:00 |
Stephen L
|
d6ad58fe5e
|
bump version 3.1.4
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 14:44:53 +01:00 |
Stephen L
|
68b2d2d6ce
|
Merge pull request #57 from tqdm/unit-test-smoothed-dynamic-miniters
fix smoothed dynamic_miniters unit test on travis on pypy
|
2015-11-28 14:43:32 +01:00 |
Stephen L
|
f7c1f2dc0f
|
fix smoothed dynamic_miniters unit test on travis on pypy
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 12:28:41 +01:00 |
Stephen L
|
8264fb56cd
|
workaround for travis build on pypy...
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:47:56 +01:00 |
Stephen L
|
f9a867f618
|
bump version 3.1.3
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:39:45 +01:00 |
Stephen L
|
4320ffbde3
|
update README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:35:46 +01:00 |
Stephen L
|
a34cc35e2b
|
bump version
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:24:28 +01:00 |
Stephen L
|
f679d3d55f
|
oops (remove debug line)
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:11:43 +01:00 |
Stephen L
|
4d26a6a69c
|
add CodeCov badge (branch coverage)
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:10:08 +01:00 |
Stephen L
|
1c48b745b0
|
fix range in unit test
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:03:34 +01:00 |
Stephen L
|
613b5e1982
|
add maxinterval argument + add unit tests
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:01:17 +01:00 |
Stephen L
|
d5a8a76f06
|
comments + remove self
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-28 03:01:00 +01:00 |