Skip to content

Add support for histogram2d in dask.array#7827

Merged
jsignell merged 3 commits intodask:mainfrom
douglasdavis:hist2d
Jul 20, 2021
Merged

Add support for histogram2d in dask.array#7827
jsignell merged 3 commits intodask:mainfrom
douglasdavis:hist2d

Conversation

@douglasdavis
Copy link
Copy Markdown
Member

  • Closes #xxxx
  • Tests added / passed
  • Passes black dask / flake8 dask / isort dask

This PR completes support of the NumPy histogramming API in dask.array. This is the final chapter of the story told by #7307, #7387, #7634. Conveniently, histogramdd is 99% of what we need for histogram2d. Tests for histogram2d uncovered the need for a small bugfix in histogramdd (this PR includes that fix, the change on line 1326).

@github-actions github-actions bot added the array label Jun 23, 2021
@douglasdavis douglasdavis force-pushed the hist2d branch 4 times, most recently from d6d70f2 to d261fd2 Compare July 6, 2021 18:28
Copy link
Copy Markdown
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates @douglasdavis! I'm almost positive the failing CI build is totally unrelated to the changes here (confirming over in #7878)

Copy link
Copy Markdown
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just merged main into this branch to resolve the unrelated macOS Python 3.7 CI failure

@douglasdavis douglasdavis force-pushed the hist2d branch 2 times, most recently from 146a019 to db5a42b Compare July 19, 2021 15:41
@jsignell
Copy link
Copy Markdown
Member

@douglasdavis this is ready to be merged right?

@douglasdavis
Copy link
Copy Markdown
Member Author

Yep :) just been rebasing it every now and then to watch out for conflicts

@jsignell
Copy link
Copy Markdown
Member

Ok cool cool. I am going to merge today if it passes CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants