Commit Graph

50 Commits

Author SHA1 Message Date
Casper da Costa-Luis e877ea12bc
update multiprocessing and multithreading examples
- part of #796
2019-08-24 23:49:13 +01:00
Min ho Kim 7995a6523a
Fix typos 2019-07-12 00:40:44 +01:00
Casper da Costa-Luis c1eec57c0a
minor paper update
- fixes https://github.com/openjournals/joss-reviews/issues/1277#issuecomment-484753574
2019-04-22 15:24:12 +01:00
Casper da Costa-Luis fa57ecc234
paper: misc fixes
- response to https://github.com/openjournals/joss-reviews/issues/1277#issuecomment-470007598
2019-03-06 15:21:10 +00:00
Casper da Costa-Luis 59efd5b903
paper: respond to reviews
https://github.com/openjournals/joss-reviews/issues/1277
2019-03-05 22:25:46 +00:00
Casper da Costa-Luis 50a6b0177d
some more referneces 2019-02-17 17:44:09 +00:00
Casper da Costa-Luis 3843810022
statement of need and misc minor formatting 2019-02-17 17:31:11 +00:00
Casper da Costa-Luis ec0b1f184e
add affilitations key, tags, remove unicode, add missing year 2019-02-17 16:59:51 +00:00
Casper da Costa-Luis b7dbddc631
paper.md: split into separate paper.bib, move to examples/ subfolder 2019-02-17 16:59:16 +00:00
Casper da Costa-Luis 9664218f54
minor flake8 2019-02-09 03:15:28 +00:00
Casper da Costa-Luis 32cde6fdd2
fix parallel example extra line
- closes #477
- partially reverts 74e6eba
- Note 74e6eba breaks unit tests/behaviour for non-parallel cases.
  Automation for parallel cases is not possible since
  `tqdm.tqdm._instances` may not be populated in individual threads.
2018-04-30 00:28:54 +01:00
Dyno Fu 74e6eba4ef
Fix overlap of nested progressbar
The problem is exhibitable with the modified examples/parallel_bars.py,
the fix is simple check pos is not None rather otherwise will fall into
the trap of 0.
2018-04-29 23:55:35 +01:00
Casper da Costa-Luis d9f0c7d505
fix & update 7zx example 2018-04-07 17:38:54 +01:00
Casper da Costa-Luis 42f213b405
RLock in documentation 2017-10-15 19:19:11 +01:00
Casper da Costa-Luis 533b89125b
final `sp()` cleanup
supercedes #331
2017-10-05 02:38:16 +01:00
Casper da Costa-Luis 790b568b67
add multithreaded use to official documentation 2017-09-24 16:31:50 +01:00
Casper da Costa-Luis bff4720bfd
update redirect to include stdout&err
fixes #422
2017-09-23 19:01:56 +01:00
Casper da Costa-Luis 58a4bbf104
update redirect printing documentation
fixes #439
2017-09-23 19:01:56 +01:00
Casper da Costa-Luis 69326b7189
.gitattributes, .style.yapf 2017-08-28 14:16:12 +01:00
Casper da Costa-Luis caf7cbad2f
unit_divisor, allowing e.g. 1024
closes #354
2017-05-29 16:23:21 +01:00
Casper da Costa-Luis c1d56bf27d
update to OOP urllib hook example
Class-based, inspired by [twine#242](https://github.com/pypa/twine/pull/242),
[here](https://github.com/pypa/twine/commit/42e55e06).
2017-05-29 15:58:28 +01:00
Casper da Costa-Luis 204fc43d8e
add tests and redirection example 2017-05-29 01:30:15 +01:00
Casper da Costa-Luis f75e6ce824
bump version, minor documentation tidy 2017-05-28 23:57:57 +01:00
Casper da Costa-Luis 4857462f92
minor safety, comments tidy, flake8 fixes, show coverage 2017-01-22 14:23:52 +00:00
Casper da Costa-Luis 5f3519b11b code tidy 2016-11-12 17:11:49 +00:00
Casper da Costa-Luis 7a1a91747c pty flush, (-s, --silent) 2016-11-12 17:11:49 +00:00
Casper da Costa-Luis 5957f46621 stdbuf flush 2016-11-12 17:11:49 +00:00
Casper da Costa-Luis e2c31b7e90 initial 7z x *.zip extraction example
fixes #305
2016-11-12 17:11:49 +00:00
Casper da Costa-Luis a3bcc8a386 tidy, canonical benchmarks in simple_examples.py 2016-11-12 13:03:54 +00:00
Casper da Costa-Luis a65e347518 bump version, minor comments 2016-10-31 02:34:23 +00:00
Casper da Costa-Luis 929a4fdacf safety and warning suppression 2016-10-22 14:17:52 +01:00
Casper da Costa-Luis b6771840ec pandas.Series.progress_map, update docs, tests 2016-07-27 22:51:52 +01:00
Casper da Costa-Luis edefb05832 neaten examples 2016-07-19 07:40:58 +00:00
Casper da Costa-Luis 65bc76eca0 tidy tests, docs 2016-05-21 17:56:28 +01:00
Casper da Costa-Luis 7966b02184 add include no-depends example 2016-02-09 07:56:04 +00:00
Casper da Costa-Luis 738105d686 pypy, py26 compatibility, update examples 2016-01-25 23:36:33 +00:00
Casper da Costa-Luis 1ea20bcb76 minor optimisations and examples 2015-12-27 16:32:02 +00:00
Casper da Costa-Luis 8b77070f12 pandas examples 2015-11-30 23:27:38 +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 9fc5a16434 neater examples with memory overhead reduced to negligible 2015-11-26 10:08:56 +00:00
Casper da Costa-Luis 24e90bf307 examples: decrease memory overhead, fix gui 2015-11-24 23:51:02 +00:00
Stephen L 9153376811 Merge branch 'master' into lrq3000-makefile
Conflicts:
	Makefile
	examples/simple_examples.py
	tox.ini

Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-30 22:45:33 +01:00
Casper da Costa-Luis 8a34a75963 monor coverage fix, flake8 tests for examples 2015-10-29 10:55:14 +00:00
Casper da Costa-Luis 1392025c49 fixes #41 2015-10-18 22:11:35 +01:00
Stephen L 6313cc9d00 fix flake8 notice
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 16:49:19 +02:00
Stephen L ec3d315d18 Make tox the main unit test + Added more tests in tox
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-14 00:42:01 +02: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 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