Stephen L
|
92990c1400
|
bump version
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-11-07 19:01:56 +01:00 |
Casper da Costa-Luis
|
6421fa9815
|
bump version, Merge pull request #47 from tqdm/misc_bugfixes
Misc bugfixes
|
2015-11-07 13:01:23 +00:00 |
Casper da Costa-Luis
|
da91bb23ba
|
minor bugfix to handle virtual environments and streams without `flush` attribute
|
2015-11-07 12:51:50 +00:00 |
Casper da Costa-Luis
|
7aeb45a2ea
|
minor ncols bugfix for certain windows environments
|
2015-11-06 18:51:14 +00:00 |
Casper da Costa-Luis
|
8a11ecf554
|
bump version number, Merge pull request #44 from tqdm/lrq3000-makefile
|
2015-11-01 16:18:58 +00:00 |
Casper da Costa-Luis
|
55863dc84a
|
bump version, Merge branch 'dynamic_ncols'
Conflicts:
README.rst
|
2015-10-29 11:15:08 +00:00 |
Casper da Costa-Luis
|
e40aa35e85
|
coverage fix, avoid use of file as variable
|
2015-10-27 16:36:31 +00:00 |
Casper da Costa-Luis
|
7be2fdcf92
|
More OS support for dynamic environment column width
|
2015-10-27 16:24:09 +00:00 |
Casper da Costa-Luis
|
428bdec921
|
minor coverage fix
|
2015-10-18 22:30:14 +01:00 |
Casper da Costa-Luis
|
bb9bc486ea
|
updated documentation
|
2015-10-18 22:30:14 +01:00 |
Stephen L
|
df0e6472ba
|
Fix: both mininterval and miniters can be used at the same time
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-18 22:30:14 +01:00 |
Casper da Costa-Luis
|
1392025c49
|
fixes #41
|
2015-10-18 22:11:35 +01:00 |
Hadrien Mary
|
dc60ca45bb
|
Back to dev version
|
2015-10-11 22:36:41 +02:00 |
Stephen L
|
ed9d8f6546
|
Bump: v2.0.0 stable
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 22:26:43 +02:00 |
Stephen L
|
efc19658e0
|
Fix test_version() to support 3 or 4 elements
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 22:20:11 +02:00 |
Stephen L
|
c65c1725cb
|
Fix for PyPi
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 22:07:12 +02:00 |
Stephen L
|
ac6662299b
|
Fix flake8 again
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 20:51:34 +02:00 |
Stephen L
|
56a4910cb2
|
Ignore version import with flake8
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 20:40:08 +02:00 |
Stephen L
|
683336af6c
|
100% coverage
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 20:39:33 +02:00 |
Stephen L
|
db12a198ac
|
Removed blank line in init.py
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 18:54:40 +01:00 |
Hadrien Mary
|
971f96dfa7
|
Add small test for version variable
|
2015-10-11 18:29:12 +01:00 |
Hadrien Mary
|
00047c4866
|
Add __version__ variable to __init__.py
|
2015-10-11 18:29:12 +01:00 |
Hadrien Mary
|
45c791954e
|
Read version number from tqdm/_version.py
|
2015-10-11 18:29:12 +01:00 |
Casper da Costa-Luis
|
1eb689c1fc
|
misc cleaning of docstrings
|
2015-10-11 18:28:00 +01:00 |
Stephen L
|
75fb26b7fd
|
Added tests for dynamic_miniter and a branch for mininterval (reaching 100% branch coverage!)
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 14:59:21 +02:00 |
Stephen L
|
3b726db11b
|
Fix CONTRIBUTE and flake8 error
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 13:35:16 +02:00 |
Stephen L
|
e572e9baa1
|
Prepare pypi packaging
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-10-11 12:18:26 +02:00 |
Casper da Costa-Luis
|
d877c1dfb4
|
SI unit boundary bugfix, iterator len bugfix
|
2015-10-10 12:09:59 +01:00 |
Casper da Costa-Luis
|
9da1d5d116
|
gui coverage suppression
|
2015-10-10 11:21:24 +01:00 |
Casper da Costa-Luis
|
7b8ff3970f
|
pretty embedded progress meter in gui, manual disable unit test
|
2015-09-30 16:39:32 +01:00 |
Casper da Costa-Luis
|
faffa595c2
|
allow dynamic updating of total and desc
|
2015-09-18 20:55:27 +01:00 |
Casper da Costa-Luis
|
367723c584
|
minor ncol bugfix (no-display progressbar), hybrid progressbar-rate graph, minor documentation fixes
|
2015-09-18 20:39:13 +01:00 |
Casper da Costa-Luis
|
4920d1779c
|
removed toolbars, cleaner exponent position
|
2015-09-18 20:39:12 +01:00 |
Casper da Costa-Luis
|
fc41fc9330
|
more efficient queue for data
|
2015-09-18 20:39:12 +01:00 |
Casper da Costa-Luis
|
d977a0c007
|
Optional GUI support!
Only ~350ns/it overhead if enabled with `gui=True`
TODO: tidy, test
|
2015-09-18 20:38:44 +01:00 |
Casper da Costa-Luis
|
3febd61b2a
|
added examples folder, minor documentation fixes
|
2015-09-14 16:51:00 +01:00 |
Casper da Costa-Luis
|
743af04f39
|
prefix/desc with unknown total bugfix, 100% line test coverage
|
2015-09-14 12:44:31 +01:00 |
Casper da Costa-Luis
|
7146f598c7
|
Update README documentation, author list (including removal of 0-sloc contribs)
|
2015-09-13 19:36:43 +01:00 |
Casper da Costa-Luis
|
35773af747
|
removed unnecessary exit optimisation (code duplication)
|
2015-09-13 19:11:55 +01:00 |
Casper da Costa-Luis
|
ead4ba94f6
|
formatting and removal of redundant debugging
|
2015-09-13 18:56:50 +01:00 |
Casper da Costa-Luis
|
66672fe244
|
minor bugfixes, formatting fixes, documentation, unit tests
|
2015-09-13 18:47:52 +01:00 |
Casper da Costa-Luis
|
6c0b7541b3
|
status printer with closure over a mutable variable as per #22
|
2015-07-16 02:04:40 +01:00 |
Casper da Costa-Luis
|
ee6c3ce95c
|
cursory tidying, optimisation, tests
|
2015-07-16 01:58:07 +01:00 |
Casper da Costa-Luis
|
13c6045fe1
|
formatting fixes and minor optimisation
|
2015-07-15 23:37:29 +01:00 |
Stephen L
|
737df0a089
|
fix speed regression by inlining
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-14 17:42:38 +02:00 |
Stephen L
|
fffe2e70bc
|
fix flake8 again
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-13 15:44:26 +02:00 |
Stephen L
|
b625ff4bbd
|
fix flake8
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-13 15:19:06 +02:00 |
Stephen L
|
841585e5cb
|
add test_unit()
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-13 14:53:28 +02:00 |
Stephen L
|
1f671ecf43
|
fix regressions + string formatting
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-13 14:53:08 +02:00 |
Stephen L
|
26317f3c2f
|
fix len_s regression
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
2015-07-13 14:13:27 +02:00 |