summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix some tests in PR #192Travis E. Oliphant2012-07-171-8/+8
* Merge pull request #352 from HackerSchool12/bugfix808Travis E. Oliphant2012-07-171-1/+2
|\
| * BUG: Ticket #808: Insert was not performing properly when an integer wasLoftie Ellis2012-07-151-1/+2
* | Merge pull request #192 from rgommers/meshgrid3dTravis E. Oliphant2012-07-171-0/+28
|\ \ | |/ |/|
| * STY: meshgrid: some minor changes to address review comments.Ralf Gommers2012-02-051-4/+1
| * TST: meshgrid: test expected shapes for Cartesian and matrix indexing.Ralf Gommers2011-12-281-1/+12
| * BUG: meshgrid: raise error on single input.Ralf Gommers2011-12-281-0/+4
| * MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.Ralf Gommers2011-12-131-2/+0
| * ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing.Per A. Brodtkorb2011-12-131-0/+18
* | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)Michael McNeil Forbes2012-05-311-27/+128
* | BUG: Fix missing np prefix in test_function_base.py.Charles Harris2012-04-051-1/+1
* | TST: Add namespaces to digitize tests + one more testSkipper Seabold2012-04-031-9/+17
* | ENH: Give digitize left or right open interval optionSkipper Seabold2012-04-031-0/+15
* | STY: Style cleanups in numpy/lib/tests/test_function_base.Charles Harris2012-04-011-240/+245
* | ENH: improve interp() speed in some cases.Timo Kluck2012-04-011-0/+5
* | ENH: Allow bincount to accept empty arrays.Skipper Seabold2012-03-041-0/+11
* | TST: filter RuntimeWarnings for invalids from some more test files.Ralf Gommers2012-03-021-8/+12
* | TST: Test gradient(...) of datetime64 and timedelta64 arrays.Ben Root2012-01-271-1/+19
|/
* ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-291-0/+12
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-1/+1
* BUG: fixed histogramdd bug with empty inputs. Closes #1899.David Huard2011-07-241-1/+4
* Regression test for missing dtype and order args in asarray_chkfiniteLars Buitinck2011-07-191-0/+6
* BUG: handle empty inputs in cov and corrcoef. Closes #1773.Ralf Gommers2011-04-021-0/+14
* BUG: make histogramdd work with infinite size bins. Closes #1788.Ralf Gommers2011-04-011-0/+25
* DEP: deprecate normed kw in histogram and restore its old behavior. IntroduceRalf Gommers2011-03-301-8/+19
* BUG: make np.median() work for 0-D arrays. Also add tests. Closes #1747.Ralf Gommers2011-03-291-0/+11
* ENH: Make all histogram functions work with empty input.Ralf Gommers2011-03-271-2/+9
* BUG: Use isnan to test for nan, avoids problems with signed nans.Charles Harris2011-03-071-40/+41
* ENH: Add minlength keyword to bincount. Patch from ticket #1595.David Warde-Farley2011-01-101-0/+15
* Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard2010-08-311-4/+7
* added a warning concerning the buggy normalization in histogram with non-unif...dhuard2010-08-301-1/+4
* Fixed bug in histogram for non-uniform bin widths and normed=True.dhuard2010-08-271-7/+24
* ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438.rgommers2010-07-311-0/+26
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-23/+28
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-2/+2
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-2/+2
* BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523)Pauli Virtanen2010-06-271-0/+7
* ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types.Charles Harris2010-05-291-0/+32
* ENH: Test the exceptions and the left, right keywords of the interpCharles Harris2010-05-241-0/+10
* BUG: Correctly handle in-place output in percentile.Stefan van der Walt2010-05-161-1/+20
* BUG: Allow any array-like input to percentile.Stefan van der Walt2010-05-161-0/+3
* BUG: Make interp handle zero dimensional ndarrays as interpolationCharles Harris2010-05-071-1/+29
* Merge branch 'vectorize'Charles Harris2010-05-061-12/+69
* BUG: fix kaiser for M=1.David Cournapeau2010-03-311-1/+1
* * Use putmask instead of fancy indexing in _nanop (bug #1421)pierregm2010-03-221-382/+391
* BUG: lib: fix #1435, np.gradient should use zeros_likePauli Virtanen2010-03-181-0/+5
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-6/+6
* removed old behavior for the histogram function.dhuard2010-02-161-13/+2
* TST: add a couple of simple unit-tests for bincount.David Cournapeau2010-02-021-0/+23
* Move linspace and logspace into core.David Cournapeau2009-09-161-36/+0