summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert2017-11-181-0/+31
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-0/+9
* ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley2017-11-111-61/+238
* BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-231-0/+10
* TST: Add test for 0d conditions in np.piecewiseEric Wieser2017-10-221-0/+6
* MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-211-1/+1
* Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-181-2/+2
|\
| * MAINT: improve wording of error messagesEric Wieser2017-10-171-2/+2
* | BUG: Allow `unravel_index(0, ())` to return ()Eric Wieser2017-10-171-1/+12
|/
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-241-0/+8
|\
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-211-1/+8
|\ \
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-131-0/+4
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-131-1/+4
* | | ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-201-0/+6
* | | ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck2017-09-131-0/+7
* | | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-2/+2
* | | BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-011-0/+7
* | | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-241-0/+4
* | | Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-121-0/+0
|\ \ \
| * | | TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | | | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-2/+2
|/ / /
* | | Merge pull request #9522 from eric-wieser/stop-using-obj2sctypeCharles Harris2017-08-061-1/+7
|\ \ \
| * | | BUG: Don't allow an array to be passed as the dtype argumentEric Wieser2017-08-061-1/+7
* | | | Merge pull request #9505 from eric-wieser/fix-issubdtypeCharles Harris2017-08-063-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-053-6/+6
* | | | MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-052-19/+17
|/ / /
* | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-055-36/+36
* | | MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-311-0/+53
* | | Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2017-07-2417-328/+327
|\ \ \
| * | | TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-2417-328/+327
* | | | BUG: float16 is promoted to float64 by gradientEric Wieser2017-07-131-0/+6
|/ / /
* | | Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-062-4/+2
|\ \ \
| * | | MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-042-4/+2
* | | | TST: join_by now works for dtypes with padding tooEric Wieser2017-07-011-0/+16
* | | | TST: Add failing test for mismatch of key typeEric Wieser2017-07-011-1/+16
* | | | BUG: stack_arrays fails for subdtypesEric Wieser2017-07-011-0/+29
* | | | BUG: recfunctions.join_by fails when key is a subdtypeEric Wieser2017-07-011-0/+14
* | | | BUG: recfunctions.join_by fails for colliding values with different dtypesEric Wieser2017-07-011-0/+13
|/ / /
* | | TST: Verify that join_by doesn't choke on subdtypesEric Wieser2017-06-271-0/+10
| |/ |/|
* | BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-171-1/+11
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-033-5/+5
* | BUG: have as_strided() keep custom dtypesAntoine Pitrou2017-05-241-0/+8
* | BUG: set default type for empty index array to `numpy.intp` (#9142)Konrad Kapp2017-05-201-0/+10
* | DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-1/+22
|/
* Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2017-05-101-1/+14
|\
| * BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2017-05-091-1/+14
* | ENH: Spelling fixesVille Skyttä2017-05-092-3/+3
|/
* ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2017-05-071-37/+55
* BUG: np.r_['r',...] crashes on scalarsEric Wieser2017-05-051-0/+5