yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

Improved `datetime`, `date` support via `timedelta` conversion #64

Closed yunruse closed 1 year ago

yunruse commented 1 year ago

At the moment, only timedelta is supported in the creation of a Unit. This should be more widely supported; it should be possible to run operations such as

yunruse commented 1 year ago

It seems time does not support timedelta operations (which these operations make use of) so it can't be supported