After we do a 0.5.0 release, we should look at removing all of the deprecated properties and methods from the source code, so that 0.6.0 no longer has them.
Grepping for stacklevel= seems to find most (all?) of these. As of writing, there are 26 of these members in the source so far, and removing them would save about 200 lines of code. We should only apply this to deprecations which existed by the time of the 0.5.0 release.
After we do a 0.5.0 release, we should look at removing all of the deprecated properties and methods from the source code, so that 0.6.0 no longer has them.
Grepping for
stacklevel=seems to find most (all?) of these. As of writing, there are 26 of these members in the source so far, and removing them would save about 200 lines of code. We should only apply this to deprecations which existed by the time of the 0.5.0 release.