Commit Graph

1801 Commits

Author SHA1 Message Date
Casper da Costa-Luis aa2e430865
tests: skip py27 notebook 2021-03-09 00:35:33 +00:00
Casper da Costa-Luis 5cd575b8a8
add nbstripout pre-commit 2021-03-09 00:18:35 +00:00
Casper da Costa-Luis 06698c5e97
tests: notebook: more tests 2021-03-09 00:14:59 +00:00
Casper da Costa-Luis 5eb36df4f0
tests: notebook: fix paths
- related https://github.com/computationalmodelling/nbval/issues/116#issuecomment-793148404
2021-03-09 00:14:59 +00:00
Casper da Costa-Luis 9e001f657a
fix coverage
- related https://github.com/computationalmodelling/nbval/issues/107#issuecomment-463162174
2021-03-08 23:37:13 +00:00
Casper da Costa-Luis 8243ba52c9
tests: notebook: initial nbval config 2021-03-08 23:37:10 +00:00
Casper da Costa-Luis 317f7e0fc8
docs: minor formatting fix 2021-03-05 20:30:30 +00:00
Casper da Costa-Luis bcce20f771
bump version, merge branch 'devel' 2021-03-05 18:18:06 +00:00
Casper da Costa-Luis 299789b910
tests: test kwargs for `keras`, `dask` 2021-03-05 14:13:33 +00:00
Casper da Costa-Luis 2a82405da5
Merge pull request #1079 from tqdm/dask 2021-03-05 13:48:10 +00:00
Casper da Costa-Luis 7c42d809db
document `dask` 2021-03-05 13:44:56 +00:00
Casper da Costa-Luis 3cab8835ad
tests: add `dask` 2021-03-05 13:44:56 +00:00
Casper da Costa-Luis 28823f4288
misc documentation updates 2021-03-05 13:05:00 +00:00
Casper da Costa-Luis 1e50916fdc
dask: purge unused args 2021-03-05 12:55:53 +00:00
Casper da Costa-Luis f16c8886ae
add `dask` submodule
- fixes #278
- replaces/closes #279
- based on `tqdm.keras`
2021-03-05 12:55:53 +00:00
Casper da Costa-Luis 4ff77538ea
basic support for `length_hint`
- fixes #1068
2021-03-05 12:53:00 +00:00
Casper da Costa-Luis 8830eb5752
update URLs 2021-03-04 22:31:12 +00:00
Casper da Costa-Luis 8a374c79c4
lint: ignore style D400,D415 2021-03-04 18:28:54 +00:00
Casper da Costa-Luis ed048af509
Merge branch 'async-gather' into devel
- closes #1136
2021-03-04 18:27:57 +00:00
Casper da Costa-Luis 94009b5adb
asyncio: require py>=3.6 for awaitable comprehensions 2021-03-03 11:55:21 +00:00
Casper da Costa-Luis 8fdcddb446
asyncio: fix, tidy & update `gather` & tests 2021-03-03 11:43:13 +00:00
Joshua Coales 82e0851f63
Fix formatting
- reorder imports
- fix line length
2021-03-03 11:42:31 +00:00
Casper da Costa-Luis dd30393ae1
tests: remove unneeded deps 2021-03-03 11:22:00 +00:00
Casper da Costa-Luis 9367463fba
notebook: minor ipywidgets tidy
- related: #1135
2021-03-03 11:20:59 +00:00
Joshua Coales 644fd81bce Adding a test case for tqdm_asyncio.gather, mirroring tqdm_asyncio.as_completed 2021-03-02 10:05:52 +00:00
Joshua Coales 0c922ed4df Adding an asyncio.gather() replacement for tqdm 2021-03-02 09:56:35 +00:00
Casper da Costa-Luis b65a286c85
completion: add missin --delay 2021-02-27 14:26:18 +00:00
Casper da Costa-Luis aa08afdd9e
funding: remove personal donate link 2021-02-27 14:25:34 +00:00
Casper da Costa-Luis fa95ac5435
update contributing guide & helpers 2021-02-25 18:05:29 +00:00
Casper da Costa-Luis 0ed778e5c3
bump version, merge pull request #1130 from tqdm/devel 2021-02-25 16:59:35 +00:00
Casper da Costa-Luis 47e303cdee
minor `close()` optimisation 2021-02-25 16:25:09 +00:00
Casper da Costa-Luis c76af4db65
Merge pull request #836 from anntzer/waituntil 2021-02-25 16:18:01 +00:00
Casper da Costa-Luis 90cb341e8e
rename `waituntil` => `delay` 2021-02-25 16:08:12 +00:00
Casper da Costa-Luis caf6dbbaae
performance/optimisation and slight tidy 2021-02-25 16:03:20 +00:00
Antony Lee 90774d36a4
Allow hiding progressbar until some time interval has elapsed.
This avoids printing the progressbar for very short loops.
2021-02-25 15:48:29 +00:00
Casper da Costa-Luis d710226d35
docs: add tidelift/security 2021-02-25 14:29:22 +00:00
Casper da Costa-Luis bbf40d242b
lint: fix some warnings 2021-02-22 22:42:24 +00:00
Casper da Costa-Luis b612be49cc
tests: minify tox 2021-02-22 22:27:58 +00:00
Casper da Costa-Luis f2f47d5f90
minor codacy fixes 2021-02-22 22:25:17 +00:00
Casper da Costa-Luis b9507b31be
update README 2021-02-18 03:42:36 +00:00
Casper da Costa-Luis 3dc5c1506d
bump version, merge pull request #1127 from tqdm/devel 2021-02-18 03:29:40 +00:00
Casper da Costa-Luis f2e09bc7bb
pandas: suppress warning, ignore deprecated coverage
- fixes #824
- fixes #1094
2021-02-18 03:24:19 +00:00
Casper da Costa-Luis 0d23208c19
remove .coveragerc root clutter 2021-02-18 02:56:23 +00:00
Casper da Costa-Luis 16ef703660
fix some codacy issues 2021-02-17 16:32:58 +00:00
Casper da Costa-Luis ce0872216f
Merge branch 'writenl' into devel
- closes #960
2021-02-17 15:09:03 +00:00
Casper da Costa-Luis d6495760a7
more DummyTqdmFile safety 2021-02-17 14:59:59 +00:00
Antony Lee 8e139fcf53
Don't insert spurious newlines in DummyTqdmFile.
Only call `tqdm.write` (which inserts a newline) if
`DummyTqdmFile.write` is itself called with a string containing a
newline; otherwise buffer the rest of the string.

See changes in test_tqdm.py for the patterns this allows.
2021-02-17 14:59:59 +00:00
Casper da Costa-Luis 37094ed020
tests: fix coverage finish 2021-02-17 14:58:30 +00:00
Casper da Costa-Luis 5a5bcb6788
tests: update codacy config 2021-02-17 14:58:30 +00:00
Casper da Costa-Luis fe44311ebf
tests: update coveralls config 2021-02-17 13:31:41 +00:00