summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #6046 from charris/pep8-and-pyflakes-cleanupsCharles Harris2015-07-251-2/+11
|\ \
| * | MAINT: Continue to export some testing functions from ma.testutils.Charles Harris2015-07-251-2/+11
* | | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-161-3/+3
* | | Merge pull request #6031 from pitrou/argmin_natJaime2015-07-081-0/+6
|\ \ \ | |/ / |/| |
| * | Update release notesAntoine Pitrou2015-07-011-0/+6
* | | DOC: Fix bad rst list formats in internals.code-explanations.rst.Charles Harris2015-07-011-0/+2
* | | DOC: Remove reference to routines.ctypeslib.rst from index.rst.Charles Harris2015-07-011-1/+0
* | | DOC: Remove a reference to __array_priority__.Charles Harris2015-07-012-3/+2
* | | DOC: Fix list markup in source/reference/arrays.ndarray.rst.Charles Harris2015-07-011-7/+8
* | | DOC: Remove references to removed setasflat ndarray method.Charles Harris2015-07-011-1/+0
* | | DOC: Fix outdated sphinx directives.Charles Harris2015-07-0113-1512/+1512
|/ /
* | Merge pull request #5865 from jaimefrio/where_writeableCharles Harris2015-06-271-0/+11
|\ \
| * | BUG: np.nonzero behaving differently for 1-D arraysJaime Fernandez2015-05-131-0/+11
* | | BUG: Added proper handling of median and percentile when nan's are present in...empeeu2015-06-221-0/+8
| |/ |/|
* | MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-9/+9
* | Merge pull request #5490 from charris/cleanup-gh-4986Charles Harris2015-06-211-5/+4
|\ \
| * | DOC: Update docs.Gabor Kovacs2015-06-211-5/+4
* | | Merge pull request #5991 from charris/1.10-deprecated-removal-riskyCharles Harris2015-06-211-0/+2
|\ \ \
| * | | DEP,MAINT: Remove old_behavior keyword from numeric.correlate.Charles Harris2015-06-211-1/+2
| * | | DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.Charles Harris2015-06-211-0/+1
| |/ /
* | | ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde2015-06-211-0/+8
|/ /
* | Merge pull request #5990 from charris/1.10-deprecated-removalCharles Harris2015-06-211-2/+17
|\ \
| * | MAINT: Rearrange 1.10-notes a bit.Charles Harris2015-06-211-2/+3
| * | DEP,MAINT: Remove support for a._format array printing.Charles Harris2015-06-211-1/+1
| * | DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-1/+4
| * | DEP,MAINT: Remove deprecated splitcmdline.Charles Harris2015-06-211-1/+3
| * | DEP,MAINT: Raise IndexError if axis != 0 when concatenating 1-D arrays.Charles Harris2015-06-211-0/+8
| * | DEP,MAINT: Remove deprecated functions from npy_3kcompat.hCharles Harris2015-06-211-0/+1
* | | BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-192-8/+17
|/ /
* | BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-171-0/+5
* | MAINT: document change to bytestring index behaviorAllan Haldane2015-06-171-0/+5
* | Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methodsCharles Harris2015-06-151-2/+3
|\ \
| * | ENH: allow subclass overrides by removing explicit ndarray methodsMarten van Kerkwijk2015-06-101-2/+3
* | | Merge pull request #5964 from charris/fixup-gh-5864Charles Harris2015-06-141-4/+43
|\ \ \
| * | | MAINT: Remove NotImplemented handling from ufuncs (almost)Nathaniel J. Smith2015-06-131-4/+43
| |/ /
* | | DOC: Extend github source links to line rangesJan Schlüter2015-06-081-2/+2
|/ /
* | DOC: Mention support for the '@' operator in the 1.10 release notes.Charles Harris2015-06-041-0/+10
* | DOC: Document '@' and matmul.Charles Harris2015-06-042-3/+18
* | Merge pull request #4586 from mhvk/ma/subclass-item-setting-gettingCharles Harris2015-06-031-0/+6
|\ \
| * | ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-221-0/+6
* | | Merge pull request #5914 from sirtom67/masterCharles Harris2015-05-262-0/+12
|\ \ \
| * | | New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-252-0/+12
* | | | DOC: add nanmedian/nanpercentile to reference docsJoris Van den Bossche2015-05-261-0/+2
* | | | Merge pull request #5913 from charris/minor-gitwash-correctionJaime2015-05-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Commit message lines should not excede 72 characters.Charles Harris2015-05-251-1/+1
* | | | Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-131-2/+10
|\ \ \ \
| * | | | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-131-2/+10
| | |_|/ | |/| |
* | | | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-122-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: add np.stackStephan Hoyer2015-05-112-2/+6
* | | | DOC: Document string dtype descriptor behaviorJaime Fernandez2015-05-061-6/+6