Commit Graph

137 Commits

Author SHA1 Message Date
Hadrien Mary 434258f4b2 Add small test for version variable 2015-10-11 19:01:12 +02:00
Hadrien Mary 7ed6996eb0 Add __version__ variable to __init__.py 2015-10-11 18:56:50 +02:00
Hadrien Mary 0ccb5ece1d Read version number from tqdm/_version.py 2015-10-11 18:55:34 +02:00
Stephen L 25d795753e Extracted RELEASE info from CONTRIBUTE
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 18:44:51 +02:00
Stephen L c129ed8264 Update CONTRIBUTE
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 17:45:49 +02:00
Stephen L 1791330bdf Update CONTRIBUTE
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 16:53:32 +02:00
Stephen L 5e57e55f08 Update README.md and CONTRIBUTE
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 16:49:12 +02:00
Stephen L 0a063c7024 Update pypi infos
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 15:01:59 +02: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 1026a5ab5d Fix pypi packaging
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 13:05:07 +02:00
Stephen L 53d09ad8bd Update pypi package setup
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 12:42:07 +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 67f4fbe23a Merge pull request #31 from tqdm/gui-cover
Gui cover
2015-10-10 12:22:20 +01: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 0341a41a80 Merge pull request #29 from tqdm/gui
GUI
2015-10-09 22:39:55 +01:00
Casper da Costa-Luis 0eac6adba0 travis broken py32 coverage workaround 2015-10-09 22:22:49 +01:00
Casper da Costa-Luis 411c8eb9c2 Merge pull request #27 from tqdm/examples
added examples folder, minor documentation fixes
2015-10-09 21:51:35 +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 7965dd497e revert to chronological authors (git-hook sloc updates would be too annoying to maintain) 2015-09-18 14:45:41 +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 108ec57e70 updated README with callback example 2015-09-14 11:48:29 +01:00
Casper da Costa-Luis 1886ba2d46 Merge branch 'flexibility-tweaks' 2015-09-13 20:03:29 +01:00
Casper da Costa-Luis d86d0b1a48 Merge branch 'master' into flexibility-tweaks
Conflicts:
	tqdm/_tqdm.py
2015-09-13 20:03:12 +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 81b9f1f238 Merge branch 'flexibility-tweaks' of github.com:tqdm/tqdm into flexibility-tweaks
Conflicts:
	tqdm/tests/tests_tqdm.py
2015-09-13 18:59:54 +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 4c3e7a0aa7 minor bugfixes, formatting fixes, documentation, unit tests 2015-09-13 18:46:14 +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 c31f80de96 removed 0-sloc "authors" 2015-07-15 23:51:51 +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
Casper da Costa-Luis 4f03fd960f Merge branch 'Socialery-patch-1' 2015-07-14 09:46:08 +01:00
Casper da Costa-Luis 01667314e2 slightly more specific egg syntax 2015-07-14 09:26:46 +01:00
Socialery 7f81f8f64b #egg to refer to the project name, not the branch name
https://pip.pypa.io/en/latest/reference/pip_install.html#vcs-support

> The "project name" component of the url suffix "egg=<project name>-<version>" is used by pip in its dependency logic to identify the project prior to pip downloading and analyzing the metadata.
2015-07-14 17:38:04 +09:30
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