From 4e76e00cc5afceaf70fe8d655cf59d4a9fb85a0a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 14 Sep 2006 01:49:10 +0000 Subject: Add histogramnd and fix histogram2d --- numpy/oldnumeric/functions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/oldnumeric/functions.py') diff --git a/numpy/oldnumeric/functions.py b/numpy/oldnumeric/functions.py index f03f2fb21..475802c88 100644 --- a/numpy/oldnumeric/functions.py +++ b/numpy/oldnumeric/functions.py @@ -119,3 +119,4 @@ def cross_product(a, b, axis1=-1, axis2=-1): def average(a, axis=0, weights=None, returned=False): return N.average(a, axis, weights, returned) + -- cgit v1.2.1