Improvements to unary operators #394

Merged
sb10q merged 3 commits from enhance/issue-149-ndarray/operators into master 2024-04-13 09:12:54 +08:00

3 Commits

Author SHA1 Message Date
David Mak 52c731c312 core: Implement Not/UAdd/USub for booleans
Not sure if this is deliberate or an oversight, but we implement it
anyway for consistency with other Python implementations.
2024-04-12 18:29:58 +08:00
David Mak 00d1b9be9b core: Fix __inv__ for i8-based boolean operands 2024-04-12 15:35:54 +08:00
David Mak 8404d4c4dc meta: Update dependencies 2024-04-12 15:29:09 +08:00