summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith2016-02-096-161/+65
* | | | | | Merge pull request #7280 from dongjoon-hyun/maint_remove_semicolonJaime2016-02-182-3/+3
|\ \ \ \ \ \
| * | | | | | MAINT: Remove redundant trailing semicolons.Dongjoon Hyun2016-02-182-3/+3
* | | | | | | Merge pull request #7278 from gfyoung/unravel_writableseberg2016-02-182-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG: Make returned unravel_index arrays writeablegfyoung2016-02-182-1/+7
|/ / / / / /
* | | | | | Merge pull request #7276 from MSeifert04/docstring_applyalongaxis_whitespaceJulian Taylor2016-02-181-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: apply_along_axis missing whitespace inserted before colonMichael Seifert2016-02-181-1/+1
|/ / / / / /
* | | | | | Merge pull request #7254 from gfyoung/randint_dtype_enforceahaldane2016-02-173-11/+20
|\ \ \ \ \ \
| * | | | | | BUG: Enforce dtype for randint singletonsgfyoung2016-02-163-11/+20
|/ / / / / /
* | | | | | Merge pull request #7253 from aukejw/stack_documentation_#7183Charles Harris2016-02-162-0/+12
|\ \ \ \ \ \
| * | | | | | DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-162-6/+6
| * | | | | | DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-152-0/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #7261 from madphysicist/patch-1Charles Harris2016-02-161-0/+2
|\ \ \ \ \ \
| * | | | | | Added self to mailmapMad Physicist2016-02-161-0/+2
|/ / / / / /
* | | | | | Merge pull request #7252 from charris/small-fixes-enhancementsCharles Harris2016-02-162-1/+104
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ENH: Add _VisibleDeprecationTestcase to test_deprecations.pyCharles Harris2016-02-141-0/+103
| * | | | | BUG: Static cache for imported warning needs initialization to NULL.Charles Harris2016-02-141-1/+1
* | | | | | Merge pull request #7256 from dongjoon-hyun/replace_is_noneNathaniel J. Smith2016-02-162-2/+2
|\ \ \ \ \ \
| * | | | | | MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun2016-02-152-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7257 from dongjoon-hyun/fix_mismatched_variable_names_in_...Nathaniel J. Smith2016-02-163-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-153-5/+5
|/ / / / /
* | | | | Merge pull request #7251 from matthew-brett/asv-on-windowsNathaniel J. Smith2016-02-152-2/+12
|\ \ \ \ \
| * | | | | ENH: make memmap file in temporary directoryMatthew Brett2016-02-141-1/+10
| * | | | | BUG: only benchmark complex256 if it existsMatthew Brett2016-02-141-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #7243 from madphysicist/autobinsNathaniel J. Smith2016-02-152-3/+54
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: Adding support to the range keyword for estimation of the optimal number...Varun Nayyar2016-02-132-3/+54
* | | | | Merge pull request #7250 from charris/update-1.11.0-notesRalf Gommers2016-02-141-15/+11
|\ \ \ \ \
| * | | | | DOC,REL: Update 1.11.0 notes.Charles Harris2016-02-141-15/+11
|/ / / / /
* | | | | Merge pull request #7248 from rgommers/remove-doceditor-linkCharles Harris2016-02-141-9/+0
|\ \ \ \ \
| * | | | | DOC: remove link to documentation wiki editor from HOWTO_DOCUMENT.Ralf Gommers2016-02-141-9/+0
| |/ / / /
* | | | | Merge pull request #7246 from seberg/as-strided-notesCharles Harris2016-02-141-0/+6
|\ \ \ \ \
| * | | | | DOC: metion writeable keyword in as_strided in release notesSebastian Berg2016-02-141-0/+6
| |/ / / /
* | | | | Merge pull request #7247 from tkelman/patch-1Charles Harris2016-02-141-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: Fail quickly on AppVeyor for superseded PR buildsTony Kelman2016-02-141-0/+5
|/ / / /
* | | | Merge pull request #7105 from seberg/writeable-as-stridedNathaniel J. Smith2016-02-132-3/+79
|\ \ \ \
| * | | | DOC: Add documentation for as_stridedSebastian Berg2016-02-132-3/+79
* | | | | Merge pull request #7241 from rgommers/update-sphinxextCharles Harris2016-02-135-33/+53
|\ \ \ \ \
| * | | | | DOC: fix up invalid LaTeX in histogram docstring.Ralf Gommers2016-02-131-20/+24
| * | | | | DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers2016-02-133-13/+29
| * | | | | DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
|/ / / / /
* | | | | Merge pull request #7090 from madphysicist/hist-estimatorsseberg2016-02-133-112/+209
|\ \ \ \ \
| * | | | | Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function_baseJoseph Fox-Rabinovitz2016-02-114-118/+209
| | |/ / / | |/| | |
* | | | | Merge pull request #7240 from building39/feature/docRalf Gommers2016-02-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change 'pubic' to 'public'.mmartin2016-02-131-1/+1
|/ / / /
* | | | Merge pull request #7239 from madphysicist/patch-1Jaime2016-02-131-6/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Removed residual merge markup from previous commitMad Physicist2016-02-131-6/+0
|/ / /
* | | Merge pull request #7202 from madphysicist/iterable-bool-returnNathaniel J. Smith2016-02-111-8/+8
|\ \ \
| * | | MAINT: Made `iterable` return a booleanJoseph Fox-Rabinovitz2016-02-101-8/+8
|/ / /
* | | Merge pull request #7194 from jakirkham/fix_warning_masked_array_slicesCharles Harris2016-02-092-22/+17
|\ \ \ | |/ / |/| |
| * | TST: Drop `FutureWarning` filters from tests where they were added.John Kirkham2016-02-081-8/+0