-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
API: raise TypeError on most datetime64 reduction ops #3731
API: raise TypeError on most datetime64 reduction ops #3731
Conversation
will squash when travis passes |
@jreback i'm getting line ending problems kind of across the board. tox doesn't like when things end with dos line endings, but gh says to use |
I have crlf set to true which means ignore any endings |
ok it's no big deal i will just stop messing with tox*.ini |
rebased |
@jreback this is good 2 go if u want 2 merge |
ok.....why don't you change it to 0.11.1.... test_perf -b -t and see if anything >1.15 comes ups (that's related) |
getting an error from that script... |
i'll fix ti |
there's a star import since the parser change that wesm made that overrides the dateutil parser |
what's the error? |
i fixed |
that shouldn't matter, it pulls from git |
this comes after this or just look at the first seven lines of https://github.com/pydata/vbench/blob/master/vbench/git.py |
in |
maybe i will also submit a pr to pandas that allows one to use the git syntax for commit hashes. i always have to git log at least twice to memorize the short hash number... |
i see some that are > 1.15, but i see those in other vbench runs as well with the same test name. let me investigate... |
post the bottom of the chart |
|
that is my most recent commit (which I haven't pushed, just a doc update) vs. master |
you have numexpr installed right? numpy 1.7.1? |
|
prob just random....try mask_floats in ipython a couple of times... can you put up a %prun of doing it? |
sure thing need a little time... |
take your time |
|
the prun
|
that's about right...so prob just random (this sometimes happens with ne btw.....you can get differening perf on a vbench depending if you are running something else on the machine or even randomness) |
took less time than i thought :) |
well chrome is a process/memory hog and i have 10 tabs open so maybe i should close them b4 running vbench otherwise just gvim and tmux running |
actually not in the v0.11.1 will add |
done |
looks good.....i'll merge in a bit (so you can see if you forgot anyting!) |
ok, i won't be back on github for at least another hour so i will let things mull over and check one more time |
hahah! |
did you happen to have an easy vagrant script anywhere.....i have to create another 32-bit with 3.2....as for some reason everything failing (for HDF) on that (but not 64-bit)...weird |
i've got something half ass that u can copy paste if u want... |
moved to a gist |
I got it setup, tricky a bit because I needed python3.2;; now trouble is I want numpy 1.6.1 but it only installs 1.7.1....weird....tryinng to replicate the travis box that's failing... |
maybe u could do |
apt-get python3-numpy worked.... |
oh ok. i thought u were still having an issue |
numpy 1.6.1 vectorize is broken for sttrings fi you don't specify the otypes.....weird (if you do then its ok) |
oh darn does this break replace? |
it shouldn't...i specify the otype |
also broken for a 0 len array oh numpy! |
if u passed the 3.2 travis machine then ok |
i'm not sure what is more painful: strict conformance to html standard or degenerate numpy cases >:O |
(btw hand-editing html right now because here are the options w/ lxml: whine about the most minute detail or give the incorrect answer) |
the fast version of |
degenerate html cases ! |
if u consider the modern web degenerate! |
CLN: refactor into a class decorator DOC: add starter rls and whatsnew notes TST: add tests CLN: refactor bottleneck into class decorator BUG: fix median compatibility issues DOC: comment up some possibly obtuse looking code CLN: fix up comments ENH: add functools.wraps to preserve operation name in error message DOC: move to 11.1 DOC: minor doc note
this is ready 2 go |
API: raise TypeError on most datetime64 reduction ops
thank you sir |
happy to help. now to CRUSH the html bug... |
closes #3726.