summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | genfromtxt example in user docs missing delimiterStefan Eng2015-02-051-2/+2
* | | | SWIG testing: clarify location and number of testsSandro Tosi2015-02-081-2/+2
|/ / /
* | | Correct my email addressBlake Griffith2015-02-021-1/+1
* | | DOC: Update PyArray_ArrFuncs documentationjaimefrio2015-01-291-17/+53
* | | DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterfacejaimefrio2015-01-281-7/+5
|/ /
* | Merge pull request #5505 from ahaldane/recarray_returntypeCharles Harris2015-01-261-0/+9
|\ \
| * | BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-0/+9
* | | Merge pull request #5249 from immerrr/add-missing-scalar-func-docsCharles Harris2015-01-261-3/+18
|\ \ \ | |/ / |/| |
| * | DOC: add documentation for some scalar checksimmerrr2014-11-291-3/+18
* | | Merge pull request #5473 from rgommers/doc-inplace-buildCharles Harris2015-01-254-47/+272
|\ \ \
| * | | DOC: developer guide: add section on rebuild/clean, expand section on gdb.Ralf Gommers2015-01-241-13/+72
| * | | DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-204-1/+161
| * | | DOC: update "build and install" page in user guide.Ralf Gommers2015-01-201-46/+52
* | | | DOC: Document new genfromtxt max_rows argument in release notes.Charles Harris2015-01-241-1/+8
* | | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-229-52/+53
* | | | ENH: Make swapaxes always return a viewjaimefrio2015-01-201-2/+7
|/ / /
* | | ENH: Make rollaxis always return a view.Charles Harris2015-01-191-0/+6
* | | DOC: some small fixes to the "Using Python as glue" section of the user guide.Ralf Gommers2015-01-172-98/+87
* | | Merge pull request #5361 from JDWarner/arraypad_fixesCharles Harris2015-01-131-0/+6
|\ \ \ | |_|/ |/| |
| * | ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-061-0/+6
* | | Merge pull request #5332 from rnelsonchem/dev_docsCharles Harris2015-01-115-194/+173
|\ \ \
| * | | DOC: Update Development Workflow PageRyan Nelson2015-01-105-194/+173