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
Presently Data.__contains__ only tests whether scalars are contained within a given data array, but the method could be extended to become more general, namely to check for the membership of sub-arrays, with agreed behaviour for selected cases. Assuming, and when, Python array standards such as numpy support this, we agreed to re-consider the scope of __contains__ in this manner.
Presently
Data.__contains__
only tests whether scalars are contained within a given data array, but the method could be extended to become more general, namely to check for the membership of sub-arrays, with agreed behaviour for selected cases. Assuming, and when, Python array standards such asnumpy
support this, we agreed to re-consider the scope of__contains__
in this manner.See #320 (comment) for context and brief discussion.
The text was updated successfully, but these errors were encountered: