microsoft / python-type-stubs

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.
MIT License
251 stars 99 forks source link

Revert "Remove matplotlib stubs and tests" #299

Closed debonte closed 1 year ago

debonte commented 1 year ago

Reverts microsoft/python-type-stubs#298

Since matplotlib 3.8.0 is py.typed, Pylance will favor getting types from there instead of our bundled stubs. Continuing to bundle the stubs gives people who can't upgrade to 3.8.0 some time to deal with that. We will readdress this at some point in the future.

If users file issues against our stubs however, we will likely close them and steer the users towards upgrading.

@Avasam