Skip to content

Commit bf120ab

Browse files
committed
Update TODO
1 parent 38f91a3 commit bf120ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ pip install -e .
8787
## TODO
8888

8989
Some features of Boost are not yet available:
90-
- Over/underflow bins are not in the output DataArray, but accounted for internally by Boost and should be supported very soon.
9190
- Growing axes: Dask requires to know in advance the size of output chunks. This could reasonably be supported, at least when applying over the whole array (no looping dimensions).
9291
- Advanced storage/accumulators: they provide additional values on top of the count of samples falling into a bin. They require more than one number per bin, and a more complex sum of two histograms (possibly making histogram along chunked dimensions impossible).
9392
- The [Unified Histogram Indexing](https://uhi.readthedocs.io/en/latest/indexing.html) could be implemented in the accessor to facilitate manipulation of histogram arrays.

0 commit comments

Comments
 (0)