summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: pypy needs a basic tp_as_number at PyType_Ready in order to allow overri...Matti Picus2016-10-011-0/+21
* ENH: either TypeError or ValueError can be raisedMatti Picus2016-10-011-3/+3
* STY: add spaces and endif documentationMatti Picus2016-10-012-57/+57
* Merge pull request #8051 from pslacerda/clear_snanJulian Taylor2016-09-193-2/+9
|\
| * BUG: Clear signaling NaN exceptionsPedro Lacerda2016-09-153-2/+9
* | Merge pull request #8061 from KhaledTo/issue#8055Charles Harris2016-09-191-1/+1
|\ \
| * | BUG : financial.pmt modifies input (issue #8055)KhaledTo2016-09-181-1/+1
* | | Merge pull request #8050 from mattip/pypy-fixesseberg2016-09-197-12/+51
|\ \ \ | |/ / |/| |
| * | ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-177-12/+51
* | | BUG: lib: Simplify (and fix) pad's handling of the pad_widthWarren Weckesser2016-09-172-29/+24
| |/ |/|
* | Merge pull request #8038 from gfyoung/rollaxis-err-msgStephan Hoyer2016-09-111-4/+4
|\ \ | |/ |/|
| * DOC, MAINT: Update error message in rollaxis.gfyoung2016-09-111-4/+4
* | Merge pull request #8042 from pv/fix-nditer-contigseberg2016-09-113-1/+38
|\ \
| * | BUG: core: fix bug in NpyIter buffering with discontinuous arraysPauli Virtanen2016-09-113-1/+38
| |/
* | Update add_newdocs.py (#8040)AustereCuriosity2016-09-111-1/+1
|/
* Merge pull request #8030 from lesteve/fix-ma-median-with-only-one-non-masked-...Charles Harris2016-09-072-2/+10
|\
| * BUG: fix np.ma.median with only one non-masked valueLoïc Estève2016-09-072-2/+10
* | Merge pull request #8021 from pdebuyl/spelling_docJaime2016-09-0747-113/+113
|\ \ | |/ |/|
| * DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-072-2/+2
| * DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-0714-18/+18
| * DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-0647-113/+113
* | TST: Add ma.median tests for valid axis.Charles Harris2016-09-051-0/+32
* | BUG: Fix numpy.ma.median for various things.Charles Harris2016-09-051-8/+11
* | BUG: Fixes return for np.ma.count if keepdims is True and axis is NoneMichael Seifert2016-09-052-2/+11
|/
* BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
* MAINT: Remove leftover imp module imports.Charles Harris2016-09-031-1/+0
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-023-5/+91
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-0231-81/+90
* Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-0235-454/+490
|\
| * TST: Use ComplexWarning suppression only where neededSebastian Berg2016-09-021-2/+6
| * TST: Replace catch_warnings when recording is not enforced in test_nanfuncsSebastian Berg2016-09-021-10/+10
| * MAINT: Spell out with and without in ma test functionsSebastian Berg2016-09-022-16/+16
| * MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-023-6/+10
| * TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-022-3/+8
| * 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
* | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-013-10/+14
* | ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-012-33/+50
|/
* 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