summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-0647-113/+113
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-0656-168/+168
* Merge pull request #8014 from seberg/issue-8013Charles Harris2016-09-041-1/+1
|\
| * BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
|/
* Merge pull request #8011 from charris/update-1.11.2-notesRalf Gommers2016-09-041-0/+1
|\
| * DOC: Update 1.11.2 release notes.Charles Harris2016-09-031-0/+1
|/
* Merge pull request #8009 from MSeifert04/typo_fix_c_ufuncJulian Taylor2016-09-031-3/+3
|\
| * DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci]Michael Seifert2016-09-031-3/+3
|/
* Merge pull request #8008 from charris/remove-imp-importsseberg2016-09-032-2/+0
|\
| * MAINT: Remove leftover imp module imports.Charles Harris2016-09-032-2/+0
|/
* Merge pull request #8006 from charris/update-1.11.2-notesCharles Harris2016-09-031-4/+5
|\
| * DOC: Update 1.11.2 release notes.Charles Harris2016-09-031-4/+5
|/
* Merge pull request #7956 from rgommers/numpysetupCharles Harris2016-09-031-0/+5
|\
| * BLD: remove __NUMPY_SETUP__ from builtins at end of setup.pyRalf Gommers2016-09-031-0/+5
* | Merge pull request #7148 from seberg/stacklevel+testsCharles Harris2016-09-0239-90/+202
|\ \
| * | DOC: Add warning stacklevel increase to the release notesSebastian Berg2016-09-021-0/+13
| * | TST: Make one 3.5 test run the full test suit.Sebastian Berg2016-09-022-2/+6
| * | 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-0233-83/+92
|/ /
* | Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-0237-457/+512
|\ \
| * | 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-023-19/+37
| * | 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-023-15/+20
| * | MAINT: Simplify deprecation test decoratorSebastian Berg2016-09-022-15/+12
* | | Merge pull request #7999 from juliantaylor/inplace-optseberg2016-09-025-43/+103
|\ \ \ | |/ / |/| |
| * | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-013-10/+14
| * | ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-013-33/+89
|/ /
* | Merge pull request #7977 from charris/create-1.11.2-notesCharles Harris2016-08-292-0/+34
|\ \
| * | DOC: Create 1.11.2 release notes.Charles Harris2016-08-262-0/+34
* | | Merge pull request #7988 from MSeifert04/include_cbrt_documentationCharles Harris2016-08-291-0/+4
|\ \ \
| * | | DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [sk...Michael Seifert2016-08-291-0/+4
|/ / /
* | | Merge pull request #7985 from charris/rebase-7763Charles Harris2016-08-284-39/+507
|\ \ \
| * | | STY: Small PEP8 cleanups.Charles Harris2016-08-283-2/+5
| * | | ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-284-39/+504
* | | | 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
* | | | | Merge pull request #7979 from oleksandr-pavlyk/bugfix/add_library-docstringCharles Harris2016-08-261-4/+4
|\ \ \ \ \
| * | | | | DOC: Corrected allowed keywords in add_(installed_)libraryOleksandr Pavlyk2016-08-261-4/+4
|/ / / / /
* | | | | Merge pull request #7976 from madphysicist/patch-1Charles Harris2016-08-261-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|\ \ \ \