-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Weighted mean #2531
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
Weighted mean #2531
Conversation
@wesm ok to introduce fused types yet? Guess it's not strictly necessary, but would like to enable it so dt64 ints can be used as weights |
is this v0.11 material? |
great feature! when do you think you will merge this? |
@changhiskhan I can include float32 in the fuse dtypes for compat would be great |
@changhiskhan out of curiosity is there any difference (perf/ease of use) for fused types vs type generation (eg generated.pyx) |
Haven't done a performance comparison but I'd be surprised if there was a substantial difference there. On Mar 4, 2013, at 8:41 AM, jreback [email protected] wrote:
|
I don't think there is. I would suggest migrating as much of the generated.pyx code to use fused types as soon as feasible. There are some NA-handling issues where it may not be possible to migrate everything. |
Aren't compilation times longer? |
We're currently doing "fused types by hand". I think the compilation times may actually be shorter because the number of Python entry points will be a lot smaller |
@changhiskhan
|
what is the status here? is it safe to use? |
will this feature really make it into 0.13? I seem to be the only one really interested for quite some time now ;-) |
i'd definitely be interested in this as well. |
pushing to 0.14, needs some TLC |
still planned for 0.14? I am not technical enough to help here but I would be a huge fan of not having to write ugly weighted mean workarounds anymore :) |
would need someone to champion this..... |
I'll take it. I'm not a C coder, so if anyone else wants it they can have it. |
closing as stale. @TomAugspurger if you want to pick this up, by all means |
No description provided.