Support QuantityPoint in math functions like round_in, round_as
Closed this issue · 4 comments
avrahamshukron commented
It would be really useful to be able to use all math functions on QuantityPoint
just like Quantity.
In general, QuantityPoint
should be a first-class type.
avrahamshukron commented
Hi @chiphogg do you have any estimation for possible timeline for a fix?
I'm considering whether to develop some kind of work-around or simply define our Temperature
as Quantity
instead of QuantityPoint
until the issue is fixed.
chiphogg commented
Thanks for your patience and for the ping! I will try to knock this out this week.
chiphogg commented
This should be ready to go now on main. Enjoy!
avrahamshukron commented
Thanks @chiphogg !
We included the latest changes in our project and it works as expected.