Commit Graph

2019 Commits

Author SHA1 Message Date
Casper da Costa-Luis 2d8579d9a1
deploy: replace unmaintained action 2021-04-23 13:41:44 +01:00
Casper da Costa-Luis 4591083884
bump version, merge pull request #1143 from tqdm/devel
Happy Easter (egg)
2021-04-06 01:21:40 +01:00
Casper da Costa-Luis 3eeb09a716
Merge branch 'logging-redirect-to-tqdm' into devel
- closes #1155
  + fixes #786
2021-04-06 00:54:57 +01:00
Casper da Costa-Luis 7458666698
contrib.logging: cleanup & docs 2021-04-06 00:51:48 +01:00
Daniel Ecer e86b9b18a0
added logging sub-module
added logging sub-module

python 2 compatibility

fixed python 2 fix

added test for custom tqdm class

python 2 absolute imports

(due to otherwise conflicting `logging` module)

isort

more tests relating to _get_first_found_console_formatter

isort

minor simplification

test handleError

test logging formatter being used

minor rename to _get_first_found_console_logging_formatter

test that certain exceptions are not swallowed

avoid using mock.assert_called (py 3.5)

moved to tqdm.contrib.logging

added "Redirecting console logging to tqdm" readme

removed no longer necessary absolute_import declaration

minor: updated package of example in docstring
2021-04-05 23:45:31 +01:00
Casper da Costa-Luis 9fb0f237a5
Merge pull request #1148 from grst/master 2021-04-05 20:05:37 +01:00
Casper da Costa-Luis ca11f27c20
Merge branch 'delaynotebook' into devel
- closes #1142
2021-04-05 19:57:43 +01:00
Casper da Costa-Luis 8a66f6e35d
notebook: fix `delay`, add tests 2021-04-05 16:52:03 +01:00
Peter Hansen a638d6a157
notebook update checks if disabled 2021-04-05 15:44:39 +01:00
Peter Hansen a22aebcd1d
fix delay for notebooks 2021-04-05 15:44:39 +01:00
Gregor Sturm c633fc59b1 Fix flake8 2021-03-16 18:59:55 +01:00
Gregor Sturm ea92a0b5fb Fix that tqdm_class cannot be passed to `tmap` and `tzip` 2021-03-16 18:51:58 +01:00
Casper da Costa-Luis a162d02730
tests: notebook: fix no total/disable 2021-03-09 16:13:27 +00:00
Casper da Costa-Luis 9743421b94
pre-commit: pin nbstripout version, fix config 2021-03-09 15:44:04 +00:00
Casper da Costa-Luis d3671fff3d
tests: more py2 deprecation 2021-03-09 15:22:22 +00:00
Casper da Costa-Luis 7a95276b83
tests: notebook: more coverage, better verbosity 2021-03-09 15:10:25 +00:00
Casper da Costa-Luis 3a454db7eb
tests: notebook: allow 1sec slow tests 2021-03-09 01:00:52 +00:00
Casper da Costa-Luis 1ddb6745c5
tests: notebook: ncols 2021-03-09 00:53:19 +00:00
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