summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Masked array simplify copying back of unchanged valuesSebastian Berg2016-09-021-6/+1
* ENH: Use new context manager for testingSebastian Berg2016-09-021-16/+27
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-0218-257/+266
* ENH: Remove warning ignoring from nanfuncsSebastian Berg2016-09-023-70/+66
* MAINT: Add missing teardown in deprecation test caseSebastian Berg2016-09-021-0/+2
* BUG: Suppress common NaT warningsSebastian Berg2016-09-024-41/+61
* ENH: Make warning testing context managers more specificSebastian Berg2016-09-022-15/+8
* MAINT: Simplify deprecation test decoratorSebastian Berg2016-09-022-15/+12
* Merge pull request #7985 from charris/rebase-7763Charles Harris2016-08-283-39/+490
|\
| * STY: Small PEP8 cleanups.Charles Harris2016-08-283-2/+5
| * ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-283-39/+487
* | Merge pull request #7823 from madphysicist/ma-bugsJulian Taylor2016-08-274-52/+133
|\ \
| * | BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-244-52/+133
* | | DOC: Corrected allowed keywords in add_(installed_)libraryOleksandr Pavlyk2016-08-261-4/+4
* | | DOC: Fixed documented dimension of return value Joseph Fox-Rabinovitz2016-08-261-1/+1
| |/ |/|
* | Merge pull request #7963 from charris/fix-microsoft-compilersCharles Harris2016-08-252-25/+97
|\ \
| * | BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.Charles Harris2016-08-242-25/+97
* | | Merge pull request #7943 from theultimatecrouton/doc_fixCharles Harris2016-08-251-5/+2
|\ \ \ | |_|/ |/| |
| * | DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]Tom Bird2016-08-171-0/+2
| * | DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5Tom Bird2016-08-171-5/+0
* | | BUG: cannot assign to tuple after usemattip2016-08-241-8/+6
| |/ |/|
* | Merge pull request #7941 from charris/fix-numpy-reload-againCharles Harris2016-08-203-53/+81
|\ \
| * | BUG: Make sure numpy globals keep identity after reload.Charles Harris2016-08-163-53/+81
* | | Merge pull request #7952 from charris/fix-for-setuptools_25_4Ralf Gommers2016-08-211-30/+33
|\ \ \
| * | | BUG: Use keyword arguments to initialize Extension base class.Charles Harris2016-08-201-30/+33
| |/ /
* | | Merge pull request #7936 from goerz/sparse-type-checkStephan Hoyer2016-08-172-2/+45
|\ \ \ | |_|/ |/| |
| * | ENH: improve duck typing inside iscomplexobjMichael Goerz2016-08-152-2/+45
* | | Merge pull request #7937 from charris/fix-quicksort-for-bogus-comparisonJulian Taylor2016-08-172-4/+19
|\ \ \ | |_|/ |/| |
| * | BUG: Guard against buggy comparisons in generic quicksort.Charles Harris2016-08-152-4/+19
| |/
* | Merge pull request #7912 from mattip/pypy-fixes2Charles Harris2016-08-1512-92/+140
|\ \
| * | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-1512-92/+140
* | | Merge pull request #7931 from charris/fix-npymath-for-ppcCharles Harris2016-08-151-1/+8
|\ \ \
| * | | BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.Charles Harris2016-08-111-1/+8
* | | | DOC: Update subclassing doc regarding downstream compatgfyoung2016-08-111-0/+47
| |_|/ |/| |
* | | Monkey-patch _msvccompile.gen_lib_option like any other compilatorsValentin Valls2016-08-101-1/+1
|/ /
* | Merge pull request #7911 from skwbc/fix_issue#7835ahaldane2016-08-082-8/+46
|\ \
| * | BUG: modified ndim condition to use masked_arrayskwbc2016-08-071-1/+1
| * | BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-072-8/+46
| |/
* | Fixed MKL detection for recent versions of this library.Xavier Abellan Ecija2016-08-051-19/+3
|/
* ENH: added axis param for np.count_nonzerogfyoung2016-08-044-39/+198
* BUG: fix float16 type not being called due to wrong orderingJulian Taylor2016-08-053-4/+6
* Spelling and grammar fix.Daniel Ching2016-08-041-2/+2
* DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.Charles Harris2016-08-031-7/+7
* BUG: construct ma.array from np.array which contains paddingAllan Haldane2016-08-032-15/+56
* Handle NetBSD specific <sys/endian.h>Kamil Rytarowski2016-07-313-1/+11
* Merge pull request #7871 from juliantaylor/introsort2Charles Harris2016-07-291-23/+72
|\
| * BUG: handle introsort depth limit properlyJulian Taylor2016-07-291-23/+72
* | Merge pull request #7879 from dunneff/patch-1Charles Harris2016-07-281-1/+1
|\ \
| * | DOC: fix typo in documentation of loadtxt (closes #7878)dunneff2016-07-281-1/+1
| |/
* | Merge pull request #7699 from nolta/preserve-lib-orderCharles Harris2016-07-281-45/+35
|\ \ | |/ |/|