summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use np.errstate context manager.Charles Harris2013-07-112-79/+25
* TST: New test to ensure np.pad allows pad_width of zero.Jostein Bø Fløystad2013-07-051-0/+8
* BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-221-1/+13
* adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-121-5/+3
* BUG: fix loading large npz files (fixes #2922)Bartosz Telenczuk2013-06-121-1/+18
* BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-291-1/+1
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-0/+15
* ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-191-15/+15
* Merge pull request #3280 from seberg/issue-3279seberg2013-04-271-0/+4
|\
| * BUG: np.insert must copy index arraySebastian Berg2013-04-271-0/+4
* | 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+3
* | 2to3: Apply urllib fixer.Charles Harris2013-04-141-6/+10
* | 2to3: Apply zip fixer.Charles Harris2013-04-133-16/+16
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-134-6/+7
|/
* MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-111-10/+13
* TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-111-2/+51
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-0/+9
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-2/+2
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-3/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-3/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0619-19/+19
|/
* 2to3: Apply `imports` fixer.Charles Harris2013-04-026-269/+277
* 2to3: Use absolute imports.Charles Harris2013-03-2819-19/+19
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-274-6/+6
* TST: Get rid of a ResourceWarning.Charles Harris2013-03-031-6/+15
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0119-7/+43
* 2to3: Use modern exception syntax.Charles Harris2013-02-262-3/+3
* BUG: Make nansum work with booleans.Charles Harris2013-02-121-0/+9
* TST: Add a test for ndindex call.Travis E. Oliphant2013-01-211-0/+4
* Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-111-0/+6
* Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-101-1/+1
* Add test for optional size argument for ndindexJay Bourque2013-01-091-0/+4
* TST: Add test for in1d ravellingSebastian Berg2012-12-161-0/+13
* BUG: Fix regression for in1d with non-array inputSebastian Berg2012-12-081-2/+3
* [FIX] preserve memory order in np.copy()Nathaniel J. Smith2012-10-011-0/+26
* TST: Add test for boolean insertHan Genuit2012-09-071-0/+2
* TST: Add extra test for multidimensional inserts.Han Genuit2012-09-071-0/+7
* Improve ndindex execution speed.Stefan van der Walt2012-09-021-1/+7
* 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
* | | Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSa...cgohlke2012-07-161-0/+1
| |/ |/|