joblib icon indicating copy to clipboard operation
joblib copied to clipboard

adding type hints

Open martinResearch opened this issue 8 months ago • 5 comments

It would be great to have type hints to the code to be able to leverage the types in other projects that use joblib and mypy.

martinResearch avatar Oct 17 '23 22:10 martinResearch

Isn't this a duplicate of #1176?

stefan6419846 avatar Dec 13 '23 19:12 stefan6419846

This issue is about adding type hints for the entire joblib API while #1176 is only for a couple of functions.

martinResearch avatar Dec 14 '23 09:12 martinResearch

+1 on this issue

LucasSchelkes-BA avatar Apr 05 '24 09:04 LucasSchelkes-BA

error: Skipping analyzing "joblib": module is installed, but missing library stubs or py.typed marker [import-untyped]

UnixJunkie avatar Apr 30 '24 01:04 UnixJunkie

First, I created it. https://github.com/phi-friday/joblib-stubs However, it was only confirmed on pyright (pylance to be exact).

phi-friday avatar May 14 '24 08:05 phi-friday