Commits
Click on a commit to change the comparison rangefix: Annotate `Quantity.__round__` to return `Quantity` instead of `PlainQuantity` fix: use `SupportsAbs` from `typing` and reuse `T` instead of defining a new type variable fix: remove an accidentally duplicated import feat: annotate `PlainQuantity.from_tuple`'s arguments fix: don't use optype at runtime feat: type `[Plain]Quantity.tolist()` fix: correctly type `__reduce__` feat: correctly annotate `__iter__`