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.
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.
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