An open API service providing commit metadata for open source projects.

GitHub / microsoft/python-type-stubs / commits

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.

SHA Message Author Date Stats
d23acef5 Update Ruff + mypy and fix some decorated types in sympy (#390) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
12 days ago
ed12c4a2 Missing __init__.py in existing folders (#391) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
12 days ago
dc5b8e76 sklearn: Allow 'polars' in set_output (#394) Francesco Bruzzesi <4****i@u****m>
Committed by: GitHub <n****y@g****m>
12 days ago
5300eb63 Add missing `contextlib.contextmanager` to `sklearn.config_context` (#393)
Co-authored-by: Avasam <s****6@h****m>, Avasam <s****6@h****m>
fhoehle <f****e@u****m>
Committed by: GitHub <n****y@g****m>
12 days ago
692c37c3 Remove networkx stubs in favor of typeshed (#369) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
11 months ago
ee6d039e [sklearn] Make `BaseEstimator` inherit from `_MetadataRequester` (#387) Thomas M Kehrenberg <t****8@p****t>
Committed by: GitHub <n****y@g****m>
11 months ago
d1b4fb31 Add `TargetEncoder` for scikit-learn (#384) x99b <B****i@f****g>
Committed by: GitHub <n****y@g****m>
12 months ago
1daa19a7 Remove and resolve TODO comments copied from source python files (#385) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
12 months ago
76ca3704 Disallow blanket ignores and remove unused noqa (#382) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d4aa7252 Bump mypy to 1.16.* (#383) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
4cb0e743 Improve type annotations in `sklearn.metrics._regression` (#357) Mateusz Kozak <1****k@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b311fd72 Replace `validate_stubs` scripts with stubtest (#371) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
ba1968b2 Remove upstream partial transformers stubs (#381) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
aaa9f03e Test types across environments (#375) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
994e5863 mypy: Fix `import-untyped` and most `misc` issues (#378) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e0490749 Explain why mypy `overrides` is ignored (same as pyright) (#379) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
24a9d259 Mypy fix all `valid-type` issues (#380) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
53ad2165 Fix all mypy attr-defined (#376) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3536cd35 Add reason to ignore mypy assert-type in tests (#377) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b7c58bda Remove unused imports in private modules and provide tool script (#374) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
69869f30 Allow ruff format on save and remove old settings that no longer exists (#373) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
f4d62dac Update transformers-stubs (#372) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a6e4a4e5 Remove unused imports in private modules (#370) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1321839b mypy: Fix all no-untyped-call and no-any-return (#368) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d7d8ff9f Move requirements to dev dependency group and consistent dep version in tests... Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
7c908c6b stub-body-multiple-statements (PYI048) (#362) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b2d1c858 Fix many small mypy issues (#364) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3458a9cd mypy fix all operator issues (#363) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
9fc91ebf mypy: fix all name-defined and import-not-found (#365) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a4aaeef5 Use class-based NamedTuples (#361) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
faa98b51 Fix pyright 1.1.400 `reportInvalidTypeForm` issues (#367) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
dcb5c8c2 Mypy: remove already complete TODO from config (#360) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
62f5b8c6 Small fixes to re-enable a few PYI rules (#359) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1fb12255 Use typing_extensions.Self (#358) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
6be14798 Apply flake8+pycodestyles autofixes (#342) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
809be638 Apply pyupgrade autofixes (#341) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b3726b0f Update isort and black in run_formatters script to Ruff (#344) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a9d42bdd Replace "Remove doc comments" script with Ruff (#343) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
9c5664cd Update astral-sh/ruff-action (#351) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a721313e Remove bogus statements from type stubs (#352) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3be0222c Add TSNE param `max_iter` and deprecate `n_iter` in scikit-learn (#354) Daniel Keywan Hollister <d****r@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b790aad9 Upgrade to actions/cache@v4 (#355) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3d1d1d24 fix: Subclass sklearn.model_selection._RepeatedSplits and BaseShuffleSplit fr... Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5ef1657a Apply flake8-pyi autofixes (#340) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b3dd32eb Clear up `tool.ruff.lint.isort.extra-standard-library` (#347) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
735c2f91 fix: Add n_targets argument to GaussianProcessRegressor() (#350)
Co-authored-by: Erik De Bonte <e****d@m****m>
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ca8036b8 Fix all reportAssertTypeFailure+reportGeneralTypeIssues (#339) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c7c8e26c Fix all reportAttributeAccessIssue (#336) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
431162b5 remove unintended re-exports to reduce requirements (#327) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
311509d9 Fix all reportUndefinedVariable (#334) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fa91e267 Fix all reportInvalidTypeForm (#332) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8c692c3e Fix all reportMissingImports (#333) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
27cb9acb Fix all reportInvalidTypeArguments (#331) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9911ac05 Fix all reportUnsupportedDunderAll and set as error (#335) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d7adc46a Fix type issues in non stubs (#324) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
97e16f0a Make stubs installable from github (#338) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
090b434d Fix all reportFunctionMemberAccess (#330) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fd616610 Delete stubs/scipy-stubs/optimize/cython_optimize/__init__.pyi (#337) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
53334cc8 Fix all reportAssignmentType (#329) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7e9bfa97 Switch from Black to Ruff (#328) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f33aa549 Update automated tests, pass as-is (#301) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
62181ec9 replace isort with Ruff (#325) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6702500c Add types for HistGradientBoosting max_features argument (#323) ara-incom <1****m@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
df107aec Remove scipy stubs (#321) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b46b33f7 Unmark `sklearn.metrics.mean_squared_error` and `mean_squared_log_error` as d... InSync <i****o@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
70ddd7e3 Add overload function for sklearn to deal with sparse matrices (#316)
Co-authored-by: Clément <m****l@c****r>, Erik De Bonte <e****d@m****m>
Clément Pinard <c****d@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8af9287c Add stubs for RMSE and RMSLE in sklearn.metrics (#317) Einar Wigum Arbo <e****o@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d3462bd3 Correct some of the Scikit-learn stubs (#311) Ghislain Piot <g****t@s****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
cd8f8654 Added new parameter (#313) Heejae Chang <1****g@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2e062411 Fx sympy stubs to enable CI checks (#310) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
458264b9 Run isort & black, automaticly check in CI (#302)
Co-authored-by: Erik De Bonte <e****d@m****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2651abf3 Removed build.sh (#305) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
88eaa9f3 PEP 561 actually specifies using `-stubs` on the end of a directory that is m... Rich Chiodo <r****o@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a2391020 Add type stubs for sympy (#307) Rich Chiodo <r****o@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e3288273 Revert "Remove matplotlib stubs and tests" (#299) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ef1bbd08 Remove matplotlib stubs and tests (#298) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
57e04e24 Add `graph` instance attribute to `nx.Graph` (#297) Jae-Won Chung <j****g@u****u>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
dbb623ee Fix incorrect argument listedcolormap (#295) Gemma Boyle <6****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
2c107c3a removing ligh-gbm stubs, since now they are py.typed starting v4.0.0 (#294) Bill Schnurr <b****r@m****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
16385052 Remove cv2 stubs now that they're generated (#292) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
1add7396 add some overloads based on literal values (#293) Stella <1****5@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
c9e27458 merge Merge pull request #291 from StellaHuang95/openCV Stella <1****5@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
914b6437 change to use typing.overload Stella <1****5@u****m> almost 3 years ago
035d599e import overload from typing Stella <1****5@u****m> almost 3 years ago
cd96d85a Update partial Transformers stubs (#290) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
4d5e094e Completed cv2.Error and cv2.error types (#219) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9cffbbdd merge Merge pull request #289 from StellaHuang95/sklearnStubs Stella <1****5@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
421dacd3 set convariant to true Stella <1****5@u****m> about 3 years ago
c12a6b9b update sklearn stubs Stella <1****5@u****m> about 3 years ago
d0bf2914 Rework `__init__.pyi` files in networkx (#287) Rickey K. Liang <l****t@y****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b3793d1b Add types to cv.resize() function + cv2 minor fixes (#285) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
392d28df Add missing py.typed files (#284) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
36729805 Move stubs to new `stubs` subdirectory (#282) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
73717448 Update upstream list in README (#283) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
1a8ec9e1 Remove openpyxl stubs; there are stubs in typeshed (#281) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
676f45e2 Remove upstreamed SQLAlchemy stubs (#276) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3190e9dc Sync stub dir names with pylance bundle (#280) Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a439cab2 remove seaborn. prefer useLibraryCodeForTypes (#270) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
ad614dc9 Remove sympy-stubs (#271) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
eeef224b Remove obsolete tenacity stubs (#272) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago

← Back to repository