summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | TST: Add missing tests for bool scalar conversionEric Wieser2017-05-091-0/+22
| * | | BUG: Don't silence errors in bool(object_array)Eric Wieser2017-05-091-0/+4
| * | | BUG: Prevent stackoverflow on self-containing arraysEric Wieser2017-05-091-1/+7
* | | | Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane2017-05-092-127/+172
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Prevent autogenerated names clashing with given namesEric Wieser2017-05-052-27/+27
| * | | BUG: Fix non-determinism in order of fields created from pep3118 formatsEric Wieser2017-05-052-20/+33
| * | | ENH: Pad with itemsize, not padding fieldsEric Wieser2017-05-052-48/+44
| * | | MAINT: refactor _dtype_from_pep3118 in terms of a streamEric Wieser2017-05-051-43/+79
* | | | Merge pull request #8846 from gfyoung/randint-extreme-rangeCharles Harris2017-05-093-15/+60
|\ \ \ \
| * | | | BUG: Buttress handling of extreme values in randintgfyoung2017-05-093-15/+60
* | | | | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-095-201/+195
|\ \ \ \ \
| * | | | | DOC: Correct parameter names for spacing and invertEric Wieser2017-05-081-2/+2
| * | | | | DOC: Simplify the output of help(ufunc)Eric Wieser2017-05-081-37/+21
| * | | | | DOC: Remove explanation of exception due to outEric Wieser2017-05-081-20/+0
| * | | | | DOC: Refer to main ufunc docs for kwargsEric Wieser2017-05-081-83/+100
| * | | | | DOC: Show full argument lists for ufuncsEric Wieser2017-05-083-59/+72
| | |_|/ / | |/| | |
* | | | | ENH: Spelling fixesVille Skyttä2017-05-0935-46/+46
| |/ / / |/| | |
* | | | BUG: if importing multiarray fails, don't discard the error messageNathaniel J. Smith2017-05-081-2/+4
|/ / /
* | | Merge pull request #9063 from shoyer/divmodEric Wieser2017-05-0813-189/+332
|\ \ \
| * | | DOC: fix docstring for np.isinStephan Hoyer2017-05-071-0/+1
| * | | ENH: switch ndarray.__divmod__ to use np.divmodStephan Hoyer2017-05-076-168/+142
| * | | ENH: add divmod support to NDArrayOperatorsMixinStephan Hoyer2017-05-072-40/+60
| * | | ENH: add np.divmod ufuncStephan Hoyer2017-05-076-0/+148
* | | | BUG: Move ctypes ImportError catching to appropriate place (#8898)davidjn2017-05-082-17/+52
* | | | Merge pull request #9058 from charris/update-warning-messageCharles Harris2017-05-071-2/+2
|\ \ \ \
| * | | | MAINT: Update FutureWarning message.Charles Harris2017-05-051-2/+2
* | | | | DEP: deprecate ndarray.conjugate's no-op fall through for non-numericJonathan L Long2017-05-072-0/+21
* | | | | Merge pull request #8421 from seberg/isnatCharles Harris2017-05-0711-46/+196
|\ \ \ \ \
| * | | | | BUG: Remove warning NaT filter from masked array test utilsSebastian Berg2017-05-072-7/+5
| * | | | | BUG: Remove warning filters from comparison assert functionsSebastian Berg2017-05-072-38/+75
| * | | | | ENH: Add isnat functionSebastian Berg2017-05-077-1/+116
| | |/ / / | |/| | |
* | | | | Merge pull request #8964 from juliantaylor/empty-readJulian Taylor2017-05-063-1/+22
|\ \ \ \ \
| * | | | | BUG: do not try to read data from empty src-stride 0 arraysJulian Taylor2017-04-201-0/+3
| * | | | | BUG: don't create array with invalid memory in whereJulian Taylor2017-04-202-1/+19
* | | | | | Merge pull request #8939 from eric-wieser/deprecate-miniCharles Harris2017-05-064-74/+119
|\ \ \ \ \ \
| * | | | | | MAINT: add __doc__ to minimumEric Wieser2017-05-061-32/+8
| * | | | | | STY: Tabs to spacesEric Wieser2017-05-061-20/+20
| * | | | | | DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-063-14/+47
| * | | | | | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-064-13/+27
| * | | | | | DEP: Deprecate np.ma.MaskedArray.miniEric Wieser2017-05-061-0/+22
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9062 from longjon/deprecation-double-spaceEric Wieser2017-05-061-0/+2
|\ \ \ \ \ \
| * | | | | | STY: two blank lines between classes per PEP8Jonathan L Long2017-05-051-0/+2
| |/ / / / /
* | | | | | BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate)Jonathan L Long2017-05-051-1/+2
|/ / / / /
* | | | | Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axisCharles Harris2017-05-052-4/+87
|\ \ \ \ \
| * | | | | DEP: deprecate calling ma.argsort without an axisEric Wieser2017-05-052-4/+87
| | |/ / / | |/| | |
* | | | | Merge pull request #8911 from eric-wieser/fix-check_api_dictCharles Harris2017-05-051-10/+14
|\ \ \ \ \
| * | | | | STY: Change string formatting line-wrappingEric Wieser2017-04-131-6/+5
| * | | | | MAINT: Improve error message formatEric Wieser2017-04-131-4/+6
| * | | | | BUG: check_api_dict does not correctly handle tuple valuesEric Wieser2017-04-131-5/+8
* | | | | | BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-053-3/+17