summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt.Christoph Gohlke2011-04-021-0/+16
* 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
* Merge branch 'test-genfromtxt-fname' of git://github.com/matthew-brett/numpy ...Charles Harris2011-03-301-1/+20
|\
| * BUG: open genfromtxt file as binary; add test for filename useMatthew Brett2011-03-301-1/+20
* | 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-272-2/+13
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-141-22/+22
* TST: fix ResourceWarning under Python 3.2rgommers2011-03-111-0/+1
* DEP: remove deprecated np.lib.ufunclike.log2 function.rgommers2011-03-111-12/+1
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-3/+1
* DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-111-42/+3
* BUG: Use isnan to test for nan, avoids problems with signed nans.Charles Harris2011-03-071-40/+41
* TST: clean up some ResourceWarnings from python 3.2.rgommers2011-03-023-17/+27
* TST: replace assert with assert_rgommers2011-03-021-15/+15
* TST: update namespace usage in lib.polynomial doctests.rgommers2011-03-011-11/+8
* ENH: index_tricks: Implement unravel_index and ravel_coords functions in CMark Wiebe2011-02-101-5/+62
* ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081)Mark Wiebe2011-02-061-1/+1
* Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABIMark Wiebe2011-01-282-6/+27
|\
| * ENH: core: Shuffle type numbers so any new ones go on the end.Mark Wiebe2011-01-251-5/+18
| * ENH: core: Implement PyArray_CopyInto using the new iteratorMark Wiebe2011-01-161-1/+9
* | ENH: Add minlength keyword to bincount. Patch from ticket #1595.David Warde-Farley2011-01-101-0/+15
|/
* Apply patch by bsouthey in Ticket #1475 to turn off appropriate tests when ct...chanley2010-12-271-1/+8
* TST: Add regression test for ticket #1676.Charles Harris2010-11-241-0/+12
* genfromtxt: Taking more adequate testing values when updating converters: bug...pierregm2010-11-131-0/+9
* Fix bug #1656pierregm2010-11-131-0/+7
* Fixing genfromtxt: names w/ usecols (bug #1636)pierregm2010-11-131-0/+21
* TST: remove a failing doctest for poly1d.rgommers2010-10-171-3/+0
* BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196)Pauli Virtanen2010-10-111-1/+14
* * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some inval...pierregm2010-09-131-1/+24
* * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefa...pierregm2010-09-131-11/+33
* Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard2010-08-312-14/+18
* 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
* BUG: Fix missing 'self' in test cleanups.Charles Harris2010-08-101-2/+2
* ENH: Add some tests for ticket #1579. Do some cleanups.Charles Harris2010-08-101-69/+88
* ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438.rgommers2010-07-311-0/+26
* 3K: lib/tests: fix test_io.RoundtripTest on Python3 + WindowsPauli Virtanen2010-07-171-1/+2
* 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-072-4/+4
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-072-4/+4
* 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
* * add a `replace_space` option to NameValidatorpierregm2010-05-161-0/+24
* 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/3K: lib: make savetxt work with filenamesPauli Virtanen2010-05-131-0/+11
* BUG: lib: remember in a test that datetime specifiers are bytes stringsPauli Virtanen2010-05-081-1/+2