David Hassell
David Hassell
Hello - is this issue still being considered? It would be a great enhancement for my project. Thanks
Hello, Thank you for clarifying this. It occurs to me that as the accuracy is 0.001 seconds, couldn't answers be rounded to the nearest millisecond? This would prevent downstream issues...
Yes, but you could round to 1000 microseconds :) I'm not sure what you mean by the timedelta. I'm thinking of operations like `date1 < date2` where date[12] are datetime...
That's great - thanks.
I was thinking, somewhat niaively I suspect, of something along these lines in , e.g. `DateFromJulianDay`: replacing ``` microsecond = microsecond.astype(np.int32) ``` with ``` microsecond = microsecond.astype(np.int32).round(-3) if microsecond ==...
Hi - There was some discussion on this sort of thing in issue #590
Hi @sadielbartholomew. Thank you for raising this issue. I'm not really up on how the progress bars are calculated, but the dask progress bar appears to be the progress of...
Perhaps refactoring for `pytest` is the way forward
OK - sounds like a good way forward to me.
This should indeed be done. The HDF chunk size functionality and API was completely refactored at v3.0.0, however, so this will require a bit more work than it might have...