Dan Allan
Dan Allan
Summarizing a suggestion from @eliotgann addressing the question of how to handle boundary conditions: > you can always be explicit and say you want slice=(23:1023:mean(10)) or something That is, if...
~Another good argument for using “trim”: the result of `::2` and `::mean(2)` will have the same shape.~ Not true: ```py In [1]: import numpy In [2]: a = numpy.arange(10) In...
If we feel confident we'll stick with `mean` (not `sum` or any others) then it doesn't matter much if the last bin has a different size. It may have a...
Summarizing the discussion above: * Only support mean, not sum, because it can have a stable dtype if we want it to. (No chance of overflow.) If the dtype is...
Note: as an implementation detail, we already compute the md5 digest for most `ETag` headers, though this should not be generally relied on. I wonder if there is a clean...
This is an interesting question. I considered `run.start` and `run.stop` "grandfathered" in since people are familiar with `h.start` and `h.stop`. But it would be reasonable to expend the pattern to...
The UI has its own [build step](https://github.com/bluesky/tiled/tree/main/web-frontend#packaging) which requires `npm` to run. In order to spare our users that complexity, we bundle the pre-built UI in distributions that we publish...
I'm curious what @dylanmcreynolds thinks.
And regardless of how we handle the Docker images, we should put a placeholder `index.html` with a note and a link to some instructions. This would be overwritten when the...
Thanks for the report @pshafer-als --- I appreciate you digging into the details here. Dylan and I will give some thought to the best recommendation.