Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support hist/hist division if view supports it #393

Merged
merged 2 commits into from
Jul 6, 2020
Merged

Conversation

henryiii
Copy link
Member

@henryiii henryiii commented Jul 6, 2020

Closes #302 - Histogram/histogram division is supported using the trick recommended by @HDembinski - the work of division is passed to the view. There are two items that need to be addressed: Accumulator views should support division if that makes sense for them, and if Unlimited is upgraded so that a view does not convert it instantly to double, then this will likely need special handling (probably triggering that conversion in this case, actually). Those are beyond the scope of this PR.

After this, we will start the process for the 0.8.0 release - the SciPy Video has already gone live.

@henryiii henryiii merged commit 81cac14 into develop Jul 6, 2020
@henryiii henryiii deleted the feat/divdiv branch July 6, 2020 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Histogram histogram division
1 participant