summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Updates for C-ABI and C-API.Charles Harris2016-11-053-0/+3
* Merge pull request #8231 from charris/integer-to-neg-integer-powerCharles Harris2016-11-052-69/+51
|\
| * DOC: Note change to scalar integer powers in 1.12.0 release notes.Charles Harris2016-11-011-7/+21
| * ENH: Refactor numpy ** operators for numpy scalar integer powers.Charles Harris2016-11-011-62/+30
* | Merge pull request #8190 from charris/add-fpower-ufuncCharles Harris2016-11-054-1/+89
|\ \
| * | DOC: Mention the fpower function in the 1.12.0 release notes.Charles Harris2016-11-021-0/+9
| * | ENH: Add a float_power function with at least float64 precision.Charles Harris2016-11-023-1/+80
* | | Merge pull request #8182 from charris/update-mailmapCharles Harris2016-11-051-1/+5
|\ \ \
| * | | MAINT: Update .mailmapCharles Harris2016-11-031-1/+5
* | | | Merge pull request #8239 from charris/update-announceCharles Harris2016-11-051-10/+30
|\ \ \ \
| * | | | ENH: Improve announce tool.Charles Harris2016-11-041-10/+30
|/ / / /
* | | | Merge pull request #8238 from charris/update-pavementRalf Gommers2016-11-051-4/+20
|\ \ \ \
| * | | | MAINT: Update pavement.pyCharles Harris2016-11-041-4/+20
|/ / / /
* | | | Merge pull request #8236 from charris/fix-documentation-prsCharles Harris2016-11-043-78/+131
|\ \ \ \
| * | | | DOC: Correct documentation of hfft/ihfft.Charles Harris2016-11-041-28/+33
| * | | | DOC: Fix code example in c-info.python-as-glue.rst.Charles Harris2016-11-041-16/+21
| * | | | DOC: Fixups for quickstart.rst.Charles Harris2016-11-041-34/+77
| |/ / /
* | | | Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhanceCharles Harris2016-11-041-2/+47
|\ \ \ \
| * | | | DOC: Remove "deprecated" from eigvalsh UPLO.Charles Harris2016-11-041-2/+2
| * | | | DOC: Enhance description/usage for np.linalg.eig*hStuart Archibald2016-09-291-1/+46
* | | | | Merge pull request #8222 from nouiz/mean_float16Charles Harris2016-11-033-3/+21
|\ \ \ \ \
| * | | | | DOC: Small fixup to the documentation.Charles Harris2016-11-031-2/+2
| * | | | | Keep the subclass and update the docstring per the comment.Frederic Bastien2016-11-032-3/+4
| * | | | | Simplify and still reuse out with float16 inputs.Frederic Bastien2016-10-311-4/+5
| * | | | | [ENH]Make numpy.mean() do more precise computation without changing the outpu...Frederic Bastien2016-10-283-3/+19
* | | | | | Merge pull request #8234 from MSeifert04/asarray_docCharles Harris2016-11-031-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: Clarified when a copy is made in numpy.asarray [skip ci]Michael Seifert2016-11-031-2/+2
|/ / / / /
* | | | | Merge pull request #8200 from skwbc/structure_formatahaldane2016-11-012-49/+66
|\ \ \ \ \
| * | | | | MAINT: Refactor numpy/core/arrayprint.pyShota Kawabuchi2016-11-011-18/+3
| * | | | | BUG: Fix array2string for structured array scalarsShota Kawabuchi2016-10-292-15/+25
| * | | | | BUG: Fix subarray format changed in #8160Shota Kawabuchi2016-10-222-19/+41
* | | | | | Merge pull request #8083 from njase/enh_7949seberg2016-11-0112-63/+166
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-0112-63/+166
|/ / / / /
* | | | | Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris2016-10-282-0/+5
|\ \ \ \ \
| * | | | | DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter2016-08-292-0/+5
* | | | | | Merge pull request #8218 from mattharrigan/ediff1d-performanceCharles Harris2016-10-282-12/+17
|\ \ \ \ \ \
| * | | | | | BUG: return subclasses from ediff1dMattHarrigan2016-10-272-13/+14
| * | | | | | ENH: fast track default kwargs for ediff1dMattHarrigan2016-10-261-0/+4
* | | | | | | Merge pull request #8219 from wrwrwr/scipy-linksCharles Harris2016-10-283-30/+30
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | DOC: Clean up lomax and genpareto references.wrwrwr2016-10-281-3/+3
| * | | | | | MAINT, DOC: Update some scipy.stats references.wrwrwr2016-10-282-30/+29
| * | | | | | DOC: Add SciPy inventory for intersphinx.wrwrwr2016-10-281-0/+1
|/ / / / / /
* | | | | | Merge pull request #8216 from gfyoung/doc-improvementsCharles Harris2016-10-272-4/+4
|\ \ \ \ \ \
| * | | | | | DOC: Patch doc errors for atleast_nd and frombuffergfyoung2016-10-272-4/+4
|/ / / / / /
* | | | | | Merge pull request #8066 from gfyoung/python3-dbg-patchNathaniel J. Smith2016-10-253-26/+34
|\ \ \ \ \ \
| * | | | | | BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung2016-10-243-26/+34
|/ / / / / /
* | | | | | Merge pull request #8183 from mattharrigan/ediff1d-performanceStephan Hoyer2016-10-242-14/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TST: Added cases for better coverage of ediff1dMattHarrigan2016-10-211-0/+6
| * | | | | ENH: performance improvement to ediff1dMattHarrigan2016-10-181-14/+27
* | | | | | Merge pull request #8205 from rgommers/https-cloneCharles Harris2016-10-231-5/+37
|\ \ \ \ \ \