summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8731 from solarjoe/masterEric Wieser2017-03-031-0/+1
|\
| * DOC: added linalg.multi_dot to function listsolarjoe2017-03-031-0/+1
* | DOC: Add float_power to routines.math documentation autosummaryMichael Seifert2017-03-021-0/+1
|/
* BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-011-0/+5
* BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-271-0/+9
* Merge pull request #8663 from eric-wieser/subclass-reprMarten van Kerkwijk2017-02-261-0/+5
|\
| * ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-251-0/+5
* | DOC: fix incorrect mask value when value was changed (#8698)Eugene2017-02-261-1/+1
|/
* Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-251-0/+5
|\
| * ENH: add a .ndim property to dype objectsEric Wieser2017-02-251-0/+5
* | DOC: add release note entry for the elisionJulian Taylor2017-02-241-0/+10
|/
* DOC: gradient supports unevenly spaced dataAlessandro Pietro Bardelli2017-02-221-0/+20
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-162-0/+72
|\
| * DOC: releases: clarify simple data dependency case in ufunc overlap discussionPauli Virtanen2017-01-221-7/+19
| * ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-211-9/+6
| * DOC: update release notes vs. overlap detectionPauli Virtanen2017-01-191-0/+31
| * ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-22/+17
| * BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-191-1/+11
| * ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+27
* | DOC: Create 1.12.1 release notes.Charles Harris2017-02-161-0/+9
* | Revert "BUG: make np.squeeze always return an array, never a scalar"Charles Harris2017-02-121-5/+0
* | DOC: Update 1.13.0 release notes with apply_along_axis changesEric Wieser2017-02-111-0/+8
* | BUG: make np.squeeze always return an array, never a scalarEric Wieser2017-02-101-0/+5
* | Merge pull request #8592 from eric-wieser/remove-setsliceCharles Harris2017-02-104-6/+13
|\ \
| * | DOC: Use getitem and setitem in indexCharles Harris2017-02-101-2/+2
| * | MAINT: Add release notes for __[gs]etslice__ removalEric Wieser2017-02-091-0/+11
| * | DOC: Change index keywords to dissociate from deprecated magic methodsEric Wieser2017-02-091-2/+2
| * | MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-092-4/+0
* | | DOC: fix typo in 'Stacking together different arrays'Kirill Balunov2017-02-071-11/+16
* | | DOC: fix typo in indexing sectionKirill Balunov2017-02-071-7/+8
|/ /
* | ENH: hard-code finfo parameters for known types (#8504)Matthew Brett2017-02-031-0/+16
* | Revert 8540 patch 1 (#8541)aha662017-01-281-3/+3
* | Update arrays.ndarray.rstaha662017-01-281-2/+2
* | DOC: fix return value for PyArray_ResizeA. Jesse Jiryu Davis2017-01-241-4/+4
* | BUG: bool(dtype) is TrueJim Crist2017-01-231-0/+9
* | Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-0/+4
* | Merge pull request #8326 from juliantaylor/vectorize-packbitsCharles Harris2017-01-201-0/+5
|\ \ | |/ |/|
| * DOC: add packbits improvements to release notesJulian Taylor2017-01-121-0/+5
* | DOC: Place np.average in inline code.John Kirkham2017-01-171-2/+2
* | MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-151-605/+616
|/
* Merge pull request #8443 from lesteve/mmap-offsetseberg2017-01-111-0/+6
|\
| * FIX set memmap offset attribute correctlyLoïc Estève2017-01-051-0/+6
* | [DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy...Frederic Bastien2017-01-101-2/+2
|/
* DOC: Added changed behavior of assert_array_lessJonathan Tammo Siebert2017-01-041-0/+7
* single too argument + mention in release docs.Oscar Villellas2017-01-031-0/+13
* DOC: Update 1.12.0-notes.Charles Harris2016-12-191-73/+91
* DOC: create 1.11.3 release notes.Charles Harris2016-12-182-0/+26
* DOC: Update 1.12.0-notes.rst.Charles Harris2016-12-131-3/+23
* Merge pull request #8355 from rolk/8355_mingw_py35Charles Harris2016-12-121-0/+12
|\
| * DOC: MinGW is partially supported, with caveatsRoland Kaufmann2016-12-121-0/+12