Skip to content

Commit

Permalink
feat: hist with a dask-histogram backing (#471)
Browse files Browse the repository at this point in the history
* subclassing based version of hist.dask

* add tests

* add docs and examples

* fix problems

* more correct dependencies

* add graphviz

* typos

* pinning

* style: extra importorskip

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
lgray and henryiii committed Jan 13, 2023
1 parent 5ac2fb1 commit 2d3513a
Show file tree
Hide file tree
Showing 9 changed files with 471 additions and 109 deletions.
29 changes: 29 additions & 0 deletions docs/reference/hist.dask.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
hist.dask package
=================

Submodules
----------

hist.dask.hist module
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: hist.dask.hist
:members:
:undoc-members:
:show-inheritance:

hist.dask.namedhist module
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: hist.dask.namedhist
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: hist.dask
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions docs/reference/hist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Subpackages

hist.axis

.. toctree::
:maxdepth: 5

hist.dask


Submodules
----------

Expand Down
Loading

0 comments on commit 2d3513a

Please sign in to comment.