Thanks. That explains the change in behavior. I looked at the PR and it appears to simply add an empty py.types file. Are there any type information stubs (.pyi files)?
Do you know of any examples of how to use type hints to indicate, e.g., Matrix args or results? -- Arthur On Tuesday, 17 May 2022 at 22:46:34 UTC-4 Qijia Liu wrote: > SymPy becomes PEP 561 compatible since 1.10 > See https://github.com/sympy/sympy/pull/22337 > As a side effect, since SymPy is not well typed in many places, it causes > false positives at downstream. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/ed16e2ad-3de8-48f7-8aa3-dc61be482973n%40googlegroups.com.
