summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-104-11/+11
|/
* Merge pull request #9522 from eric-wieser/stop-using-obj2sctypeCharles Harris2017-08-062-3/+8
|\
| * BUG: Don't allow an array to be passed as the dtype argumentEric Wieser2017-08-062-3/+8
* | Merge pull request #9505 from eric-wieser/fix-issubdtypeCharles Harris2017-08-064-7/+7
|\ \ | |/ |/|
| * MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-054-7/+7
* | 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-0510-57/+57
* MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-312-23/+84
* MAINT: Make `setxor1d' a bit clearer and speed it upwufangjie2017-07-281-5/+1
* make `setxor1d' a bit clear and speed upwufangjie2017-07-271-2/+3
* 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
* | MAINT: Use dtypes, not typecodes, and remove special casing for timedeltaEric Wieser2017-07-131-27/+21
* | BUG: float16 is promoted to float64 by gradientEric Wieser2017-07-132-1/+7
|/
* Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-063-5/+3
|\
| * MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-043-5/+3
* | DOC: Add examples for complex dtypesEric Wieser2017-07-031-13/+16
* | Merge pull request #9343 from eric-wieser/recfunction-join-dtypeAllan Haldane2017-07-012-65/+189
|\ \
| * | MAINT: Avoid one more use of descrEric Wieser2017-07-011-11/+6
| * | MAINT: remove tuple<->list conversion danceEric Wieser2017-07-011-30/+31
| * | TST: join_by now works for dtypes with padding tooEric Wieser2017-07-011-0/+16
| * | MAINT: Shortcut for flat dtypes wasn't used for scalar dtypesEric Wieser2017-07-011-3/+3
| * | BUG: flatten_descr returns string not dtype for scalar dtypeEric Wieser2017-07-011-1/+1
| * | MAINT: Stop using .descr in recfunctionsEric Wieser2017-07-011-18/+22
| * | TST: Add failing test for mismatch of key typeEric Wieser2017-07-011-1/+16
| * | BUG: stack_arrays fails for subdtypesEric Wieser2017-07-012-5/+34
| * | BUG: recfunctions.join_by fails when key is a subdtypeEric Wieser2017-07-012-11/+61
| * | BUG: recfunctions.join_by fails for colliding values with different dtypesEric Wieser2017-07-012-11/+25
| * | MAINT: use set operators for brevityEric Wieser2017-07-011-3/+3
| |/
* | DOC: Improve documentation of common_type (#9344)Gunjan2017-07-011-2/+2
|/
* TST: Verify that join_by doesn't choke on subdtypesEric Wieser2017-06-271-0/+10
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-1/+1
* Merge pull request #9220 from eric-wieser/simplify-nanfuncsCharles Harris2017-06-221-43/+53
|\
| * MAINT: Factor out code duplicated by nanmedian and nanpercentileEric Wieser2017-06-211-43/+53
* | MAINT: Use neq instead of xor in diffEgor Panfilov2017-06-171-1/+1
* | BUG: Switched to xor for bool arrays in diff, added corresponding testsEgor Panfilov2017-06-172-6/+20
* | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-102-2/+2
|/
* Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-033-6/+7
|\
| * MAINT: Don't internally use the one-argument whereEric Wieser2017-06-033-6/+7
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-037-10/+10
|/
* Merge pull request #9212 from eric-wieser/tidy-function_baseJulian Taylor2017-06-032-9/+4
|\
| * MAINT: Combine similar branchesEric Wieser2017-06-032-9/+4
* | MAINT: Use np.concatenate instead of np.vstack (#8934)Joseph Paul Cohen2017-06-021-12/+4
|/
* BUG: have as_strided() keep custom dtypesAntoine Pitrou2017-05-242-4/+11
* BUG: set default type for empty index array to `numpy.intp` (#9142)Konrad Kapp2017-05-202-2/+12
* DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-172-4/+40
* DOC: link to stack from column_stackEric Wieser2017-05-131-1/+1
* Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2017-05-102-6/+49
|\