summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use zip, not enumerateEric Wieser2017-09-211-17/+18
* Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-212-8/+20
|\
| * MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * BUG: Only allow 1d distance arraysEric Wieser2017-07-132-1/+7
| * BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-132-8/+15
* | ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-202-2/+11
* | DOX: Fix mistaken word in nanprod docstring (#9703)Robert T. McGibbon2017-09-171-1/+1
* | ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck2017-09-132-22/+36
* | DOC: Correct the signature in pad doc for callable mode.Michael Seifert2017-09-101-8/+14
* | Merge pull request #6053 from ahaldane/multifield_structassignCharles Harris2017-09-091-2/+2
|\ \
| * | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-2/+2
* | | Merge pull request #9649 from MSeifert04/doc_apply_along_axis_doctestEric Wieser2017-09-081-2/+0
|\ \ \ | |/ / |/| |
| * | DOC: Fixed doctest of apply along axis with 3D returnMichael Seifert2017-09-061-2/+0
* | | BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-012-3/+15
|/ /
* | Updates order of parameters in save docstring to match function parameter orderJames Bourbeau2017-08-301-2/+2
* | Merge pull request #9601 from MSeifert04/doc_rot90_added_directiveCharles Harris2017-08-241-2/+2
|\ \
| * | DOC: rot90 wrongly positioned versionadded directive. [skip ci]Michael Seifert2017-08-251-2/+2
* | | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-242-0/+7
|/ /
* | 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
| |/ /