summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | DOC: Document changes in #5840 and #5841 in release notesJaime Fernandez2015-05-061-1/+17
| |/ / |/| |
* | | Merge pull request #5791 from charris/indexing-explanations-cleanupCharles Harris2015-04-291-151/+98
|\ \ \
| * | | MAINT: Spelling and style fixes to internals.code-explanations.rst.Charles Harris2015-04-281-63/+65
| * | | DOC: Update indexing implementation explanations.Sebastian Berg2015-04-231-129/+74
| | |/ | |/|
* | | Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-241-0/+17
|\ \ \ | |/ / |/| |
| * | ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+1
| * | BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-5/+7
| * | ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+15
| |/
* | ENH: cache dtype.__hash__Antoine Pitrou2015-04-041-0/+3
* | ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-021-0/+6
* | Merge pull request #5683 from matthew-brett/deprecate-bias-ddofCharles Harris2015-03-201-0/+15
|\ \
| * | ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-0/+15
* | | DOC: add array2string to reference guide and explain relation to array_repr/strRalf Gommers2015-03-181-0/+1
|/ /
* | Merge pull request #5682 from matthew-brett/add-clear-catch-warnings-cmCharles Harris2015-03-141-0/+12
|\ \
| * | DOC: `clear_and_catch_warnings` release noteMatthew Brett2015-03-141-0/+12
* | | DOC: 'signature' preferred over 'sig' as ufunc keyword argumentJaime Fernandez2015-03-121-3/+6
* | | ENH: Strict checking of ufunc keyword argument namesJaime Fernandez2015-03-091-1/+1
|/ /
* | DOC: adjust wording of random data noteendolith2015-03-091-6/+6
* | Add note about random seedsendolith2015-03-081-0/+10
* | DOC: update release notes vs np.load, np.save pickle kwargsPauli Virtanen2015-03-081-0/+8
* | Merge pull request #5621 from jaimefrio/ufunc_out_tupleCharles Harris2015-03-082-1/+23
|\ \
| * | ENH: ufuncs can take a tuple of arrays as 'out' kwargJaime Fernandez2015-03-082-1/+23
* | | Merge pull request #5627 from gertingold/slogdetCharles Harris2015-03-071-0/+2
|\ \ \
| * | | DOC: Give version when various linalg functions accepted stacked arrays.Gert-Ludwig Ingold2015-03-071-0/+2
| |/ /
* | | BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-061-0/+6
|/ /
* | ENH: add broadcast_to functionStephan Hoyer2015-02-262-0/+7
|/
* DOC: Update release notes on allclose/isclose changes.chebee7i2015-02-211-0/+12
* Merge pull request #5440 from chebee7i/yieldssectionCharles Harris2015-02-141-20/+57
|\
| * DOC: Mention numpydoc 0.6.chebee7i2015-02-141-2/+10
| * DOC: Replace "Parameters" with "Returns".chebee7i2015-02-141-1/+1
| * DOC: Clarify documentation for Yields.chebee7i2015-01-111-4/+3
| * DOC: Add documentation for Yields section in docstrings.chebee7i2015-01-111-19/+49
* | DOC: Document loadtxt support for float.hex float representation.Charles Harris2015-02-131-0/+5
* | Merge pull request #5518 from charris/simple-gh-3010Charles Harris2015-02-131-0/+13
|\ \
| * | DOC: Document changes in npymath library.Charles Harris2015-02-131-0/+13
* | | Merge pull request #5536 from stefaneng/patch-1Charles Harris2015-02-081-2/+2
|\ \ \