You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many freud classes and functions don't have type hints. Implementing them would help with using IDEs so that users don't have to reference docs all the time.
Proposed Solution
Since we have recently made the port to nanobind, all python files are pure python files so using the full python feature set is possible and IDEs and language servers particularly benefit from type hits for code completion or easy docstring reading.
Type hints should be added such that all function returns and function variables are added according to the latest python standard.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
Many freud classes and functions don't have type hints. Implementing them would help with using IDEs so that users don't have to reference docs all the time.
Proposed Solution
Since we have recently made the port to nanobind, all python files are pure python files so using the full python feature set is possible and IDEs and language servers particularly benefit from type hits for code completion or easy docstring reading.
Type hints should be added such that all function returns and function variables are added according to the latest python standard.
Additional Context
No response
The text was updated successfully, but these errors were encountered: