summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
| * MAINT: Add a PyDataType_ISUNSIZED macroEric Wieser2017-11-031-0/+6
* | DOC: update documentation for dragon4Allan Haldane2017-11-041-0/+2
|/
* DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-181-0/+2
* DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-131-3/+3
* DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-232-0/+5
* ENH: Show domain and window as kwargs in reprEric Wieser2017-08-101-24/+24
* Merge pull request #9426 from eric-wieser/add-einsum_path-docRalf Gommers2017-07-161-0/+1
|\
| * DOC: Add a link to einsum_pathEric Wieser2017-07-151-0/+1
* | Merge pull request #9407 from rgommers/testingdocsseberg2017-07-131-1/+1
|\ \
| * | DOC: add ``suppress_warnings`` to the testing routine listing.Ralf Gommers2017-07-131-1/+1
* | | Merge pull request #9392 from jaimefrio/updateifcopy_docJulian Taylor2017-07-111-2/+1
|\ \ \ | |/ / |/| |
| * | DOC: UPDATEIFCOPY raises an error if not an array.Jaime Fernandez2017-07-091-2/+1
* | | Merge pull request #9389 from jaimefrio/newfromdescr_doc_linkJulian Taylor2017-07-111-1/+1
|\ \ \
| * | | DOC: Fix reference, PyArray_DescrNew -> PyArray_NewFromDescrJaime Fernandez2017-07-081-1/+1
| |/ /
* | | DOC: document how to free memory from PyArray_IntpConverter.Jaime Fernandez2017-07-111-4/+4
|/ /
* | DOC: Document the internal workings of PY_ARRAY_UNIQUE_SYMBOLJaime Fernandez2017-07-061-0/+18
* | DOC: Add isnat/positive ufunc to documentation [skip ci]Michael Seifert2017-06-143-1/+4
* | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+2
* | Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-091-2/+2
|\ \
| * | DOC: Correct docs for masked array view behavior.John Kirkham2017-01-171-2/+2
* | | DOC: Remove all references to bigndarray (#9205)Konrad Kapp2017-06-021-7/+6
* | | DOC: Fix some very minor spelling/grammar mistakes in docs (#9152)Konrad Kapp2017-05-211-3/+3
* | | DOC: Update ufunc documentation (#9141)Shitian Ni2017-05-191-3/+5
* | | DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-3/+6
| |/ |/|
* | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-0/+2
|\ \
| * | DOC: Refer to main ufunc docs for kwargsEric Wieser2017-05-081-0/+2
* | | ENH: Spelling fixesVille Skyttä2017-05-093-3/+3
|/ /
* | ENH: add np.divmod ufuncStephan Hoyer2017-05-072-0/+2
* | Merge pull request #9024 from zengi/patch-1Charles Harris2017-05-051-1/+1
|\ \
| * | Correction in default stop index value for negative stepping.zengi2017-04-291-1/+1
* | | Merge pull request #9039 from eric-wieser/as-strided_docsCharles Harris2017-05-051-0/+1
|\ \ \
| * | | DOC: actually produce docs for as_stridedEric Wieser2017-05-031-0/+1
* | | | ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-0/+1
|/ / /
* | | Merge pull request #8967 from shoyer/positiveEric Wieser2017-05-012-2/+3
|\ \ \
| * | | ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-302-2/+3
| |/ /
* | | DOC: update docs for __array_ufunc__ = NoneStephan Hoyer2017-04-301-10/+6
|/ /
* | DOC: clarify recommendations for subclasses, deprecations.Marten van Kerkwijk2017-04-271-12/+19
* | ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-272-2/+9
* | REVERT: remove __array_ufunc__ override for np.matmul.Marten van Kerkwijk2017-04-271-7/+8
* | REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.Marten van Kerkwijk2017-04-271-5/+6
* | DOC: remove left-over piece discussing binopsMarten van Kerkwijk2017-04-271-11/+0
* | DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-0/+2
* | DOC: clarify use of super and getattrMarten van Kerkwijk2017-04-271-22/+62
* | DOC: Describe __array_func__ in subclassingMarten van Kerkwijk2017-04-271-9/+25
* | DOC: Style and sphinx fixes for arrays.classes.rst.Charles Harris2017-04-271-15/+15
* | DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk2017-04-271-48/+50
* | ENH: Remove position arg from __array_ufunc__.Charles Harris2017-04-271-2/+1
* | ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris2017-04-271-11/+11
* | Merge pull request #8942 from juliantaylor/string-docEric Wieser2017-04-223-19/+40
|\ \
| * | DOC: stop refering to 'S' dtype as stringJulian Taylor2017-04-223-19/+40