8000 [WIP] ENH: Improve mixed edge type handling by histogramdd by tylerjereddy · Pull Request #11067 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

[WIP] ENH: Improve mixed edge type handling by histogramdd #11067

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

Closed

Conversation

tylerjereddy
Copy link
Contributor

Related to #11024

Before I start mucking around in the source code, I thought I'd try to draft a few unit tests for the behavior we'd expect for a "simple" mixture of datetime and float input to histogramdd.

Naturally, datetime work can be a bit tricky; perhaps the most obvious issue that came up as I was drafting the unit test -- for datetime bin edges, is there an unambiguously clear "winner" in terms of a robust way to take i.e., "days" (or whatever datetime object the user provides) and "cast" it to a unit (like microseconds since the epoch) that can easily be subdivided for the various bin edge division scenarios?

@charris charris changed the title [WIP] ENH: mixed edge type handling by histogramdd [WIP] ENH: Improve mixed edge type handling by histogramdd May 8, 2018
@eric-wieser
Copy link
Member
eric-wieser commented May 9, 2018

I think #11023 will need to go in before trying to implement this

@mattip
Copy link
Member
mattip commented Jun 12, 2018

#11023 has been merged

@tylerjereddy
Copy link
Contributor Author

I think I'll close this one for now -- it is not in a state where it is anywhere near ready & not something I / others seemed hugely passionate about pushing forward.

We can always resurrect the effort if priorities shift.

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

Successfully merging this pull request may close these issues.

4 participants
0