Skip to content

Commit

Permalink
added median3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Jun 10, 2016
1 parent f739ef0 commit a0e51f0
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 13 deletions.
1 change: 1 addition & 0 deletions bottleneck/__init__.py
Expand Up @@ -21,6 +21,7 @@
from .reduce3 import nanmin as nanmin3
from .reduce3 import nanmax as nanmax3
from .reduce3 import ss as ss3
from .reduce3 import median as median3
except:
pass
try:
Expand Down

0 comments on commit a0e51f0

Please sign in to comment.