Commit Graph

93 Commits

Author SHA1 Message Date
Casper da Costa-Luis b6771840ec pandas.Series.progress_map, update docs, tests 2016-07-27 22:51:52 +01:00
Casper da Costa-Luis 7f6c45cea7 update readme 2016-07-23 16:27:46 +01:00
Stephen L 83bda731ea Fix tqdm_pandas(tqdm_notebook) by delaying instanciation in tqdm_pandas
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-07-23 14:53:36 +01:00
Casper da Costa-Luis 1b4d4838a8 Merge branch 'monoSpace' 2016-07-23 14:39:11 +01:00
Casper da Costa-Luis d8d2a6661d do the rest 2016-07-23 14:38:44 +01:00
James ad34684b5e Wrapped monospacing and fix escapes around example progress bar
Looks better, more accurate representation
2016-07-23 14:33:14 +01:00
Casper da Costa-Luis 724925bca0 clean contrib as per #210 2016-07-23 14:24:00 +01:00
Casper da Costa-Luis 58e0db83fe note about idle, issue tracker 2016-07-20 21:43:47 +01:00
Casper da Costa-Luis c03e34af67 common/known issues 2016-07-20 21:27:38 +01:00
Casper da Costa-Luis af1d7c5f51 readme updates, removed broken pypi download count 2016-05-30 12:50:50 +01:00
Stephen L d0d761a34d Update README.rst with instructions to redirect sys.stdout to tqdm.write()
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-05-28 23:30:41 +02:00
Casper da Costa-Luis 65bc76eca0 tidy tests, docs 2016-05-21 17:56:28 +01:00
Casper da Costa-Luis 42e5eb3d42 minor README tidy 2016-05-19 07:23:15 +00:00
Casper da Costa-Luis 000288b33a bump version, Merge branch 'cli_delims'
Conflicts:
	README.rst
2016-05-15 20:36:47 +01:00
Casper da Costa-Luis d7e16e0dac tests and docs 2016-05-15 14:15:32 +01:00
Casper da Costa-Luis 1df5e9349b doc updates, badges: pyversions, doi, licence, github
Conflicts:
	README.rst
2016-05-15 14:15:29 +01:00
Casper da Costa-Luis 5ac6b2776d doc updates, badges: pyversions, doi, licence, github 2016-05-15 14:56:29 +02:00
Stephen L b883e1c674 Fix README.rst + add Jupyter screenshots + move all images into dedicated subfolder
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-05-15 01:24:42 +02:00
Stephen L 11eb107963 Update README.rst about tqdm_notebook 2016-05-15 01:24:42 +02:00
Stephen L e6e4cebbc3 Refactor tqdm_notebook with new subclassing architecture
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-05-15 01:24:42 +02:00
Casper da Costa-Luis a483e55e3f Update documentation, per-file refresh 2016-04-25 21:17:38 +01:00
Casper da Costa-Luis c31b01c4cb documentation tidy 2016-04-24 15:47:28 +01:00
Casper da Costa-Luis f1314769f9 minor bar display update in README 2016-04-23 13:51:20 +01:00
zz 8f176f95f2 update docs about `leave` parameter 2016-04-08 23:45:01 +08:00
Casper da Costa-Luis 7c75d797b7 module command registered, doc updates, tests 2016-04-03 21:19:34 +01:00
Casper da Costa-Luis 93de9bb436 modularisation 2016-04-03 20:02:18 +01:00
Casper da Costa-Luis ea7ef30c8a bump version, Merge branch 'licencizors' 2016-02-29 23:38:35 +00:00
Casper da Costa-Luis dae8f31747 MPL 2016-02-17 08:29:35 +00:00
Casper da Costa-Luis ed5522c7c2 addresses #121 2016-02-09 08:10:40 +00:00
Casper da Costa-Luis dc4e0b88d7 Merge branch 'leave' into positioned-tqdm
Conflicts:
	README.rst
	tqdm/_tqdm.py
2016-01-25 09:39:06 +00:00
Casper da Costa-Luis 770b219ff8 leave=True by default, doc updates 2016-01-25 08:28:59 +00:00
Casper da Costa-Luis 52bbcc8d85 minor formatting 2016-01-25 07:55:34 +00:00
Casper da Costa-Luis ff6e9fb9c1 Merge branch 'master' into positioned-tqdm
Conflicts:
	.travis.yml
	tqdm/_tqdm.py
	tqdm/tests/tests_perf.py
	tqdm/tests/tests_tqdm.py
2016-01-24 23:45:15 +00:00
Stephen L 7118eaf09d Add link to changelog in README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-23 02:10:19 +01:00
Casper da Costa-Luis f9718d3ab1 deprecate nested, neaten position, fix some tests 2016-01-22 22:51:37 +00:00
Casper da Costa-Luis 234959b113 minor docfix 2016-01-21 18:11:35 +00:00
Stephen L 1cc421fc0a Add unit test for position, Update documentation
Conflicts:
	tqdm/_tqdm.py
	tqdm/tests/tests_tqdm.py
	README.rst
2016-01-10 21:30:02 +00:00
Stephen L 8764f00082 Add simple progress bar perf test + Perf test check if cputime correctly works, else skip + Fix unit tests
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-05 21:22:51 +01:00
Stephen L 36fd3a2492 Update OS support in documentation and troves
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-12-29 16:37:02 +01:00
Casper da Costa-Luis 338724d361 flake8 fixes 2015-12-27 17:59:13 +00:00
Casper da Costa-Luis 2d143f20bc updated documentation, propagated changes to tqdm_gui 2015-12-27 17:43:46 +00:00
Jesus Cea ef4c8f5a73 #73: Restarting a progress meter without getting crazy 2015-12-27 17:24:29 +00:00
Casper da Costa-Luis 5af1135108 docstring tidying 2015-12-27 17:08:17 +00:00
Stephen L f285b731a4 Add custom bar formatting 2015-12-27 17:08:07 +00:00
Casper da Costa-Luis a25b4d25d9 Fix typos 2015-12-27 17:07:40 +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