summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 #8028 from charris/update-1.11.2-notesRalf Gommers2016-09-081-6/+9
|\ \ \
| * | | DOC: Update 1.11.2 release notes.Charles Harris2016-09-071-6/+9
| | |/ | |/|
* | | 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-07112-315/+315
|\ \ \ | |/ / |/| |
| * | DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-076-7/+7
| * | DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-0715-19/+19
| * | DOC: fix page title for swigPierre de Buyl2016-09-061-1/+1
| * | DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-069-34/+34
| * | 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 #8016 from charris/fix-ma-medianCharles Harris2016-09-062-8/+43
|\ \ \
| * | | 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
|/ / /
* | | Merge pull request #8018 from MSeifert04/bugfix_ma_count_keepdimsCharles Harris2016-09-052-2/+11
|\ \ \ | |/ / |/| |
| * | BUG: Fixes return for np.ma.count if keepdims is True and axis is NoneMichael Seifert2016-09-052-2/+11
|/ /
* | 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
|\ \ \ \ | |/ / / |/| | |