Commit Graph

19 Commits

Author SHA1 Message Date
Casper da Costa-Luis f12b8bc907
drop old python versions 2023-08-09 19:42:42 +01:00
Casper da Costa-Luis 4a442b462a
misc linting 2023-03-03 16:32:58 +00:00
Casper da Costa-Luis 8f8560c945
drop redundant __future__ imports 2023-03-03 15:50:04 +00:00
Casper da Costa-Luis a587f3037e
drop py<=3.6 2023-03-03 15:43:42 +00:00
Casper da Costa-Luis 16ef703660
fix some codacy issues 2021-02-17 16:32:58 +00:00
github-actions[bot] ab97437755
format: isort 2021-01-09 17:00:18 +00:00
Casper da Costa-Luis fd0ca187f0
fix more formatting and potential minor bugs 2021-01-09 16:53:06 +00:00
Casper da Costa-Luis 3c581208d6
manually lint everything 2020-12-20 19:18:01 +00:00
Casper da Costa-Luis 6e5b1b821a
update multiprocessing docs & examples 2020-10-07 23:46:13 +01:00
Casper da Costa-Luis 30c2d8f223
examples/parallel_bars with contrib.concurrent 2020-01-24 22:39:06 +00:00
Casper da Costa-Luis b1fdd0c478
update example 2019-11-08 23:53:58 +00:00
Casper da Costa-Luis a46caa4ba4
linting/fix flake8 2019-10-31 19:31:53 +00:00
Casper da Costa-Luis b17b5940d8
update parallel example
- fixes #407
2019-10-31 16:38:13 +00:00
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 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 42f213b405
RLock in documentation 2017-10-15 19:19:11 +01:00
Casper da Costa-Luis 790b568b67
add multithreaded use to official documentation 2017-09-24 16:31:50 +01:00