summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-181-0/+2
* DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-132-5/+5
* DOC: update other MATLAB ode recommendationxoviat2017-10-021-2/+2
* DOC: update scipy.integrate recommendationxoviat2017-10-021-1/+1
* DOC: Update after NumPy 1.13.2 release.Charles Harris2017-09-271-0/+2
* Merge pull request #9683 from MSeifert04/doc_add_polyutilsCharles Harris2017-09-232-0/+5
|\
| * DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-232-0/+5
* | Fixing typo "Porland" -> "Portland" in `building` doc.Danny Hermes2017-09-191-2/+2
* | Merge pull request #9643 from rgommers/council-membersseberg2017-09-131-2/+10
|\ \ | |/ |/|
| * DOC: add new steering council members.Ralf Gommers2017-09-091-2/+10
* | DOC: Simplify terminologyNathaniel J. Smith2017-09-081-16/+12
* | DOC: clarify wording in tutorialNathaniel J. Smith2017-09-071-5/+5
|/
* DOC: removes broken docstring example (source code, png, pdf) linksJames Bourbeau2017-08-131-0/+2
* ENH: Show domain and window as kwargs in reprEric Wieser2017-08-101-24/+24
* Replace xrange by range in quickstart docsMatheus Portela2017-07-281-3/+3
* 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: Fix missing asterisks in git development_setup doc pageAndras Deak2017-06-271-1/+1
* | DOC: add @ operator in array vs. matrix comparison doc [skip ci]Michael Seifert2017-06-231-8/+12
* | DOC: update f2py front page and some doc build metadata.Ralf Gommers2017-06-182-25/+13
* | 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-103-49/+50
* | 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
* | | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* | | DOC: Remove all references to bigndarray (#9205)Konrad Kapp2017-06-021-7/+6
* | | git:// to https://Shitian Ni2017-05-252-16/+5
* | | updated development git document on protocolsShitian Ni2017-05-252-0/+6
* | | Merge pull request #9149 from k-kapp/fix-issue-9148/masterCharles Harris2017-05-221-1/+1
|\ \ \
| * | | DOC: Fix incorrect function signature in UFunc documentation.k_kapp@yahoo.com2017-05-211-1/+1
* | | | DOC: Fixed broken link to scipy developer zoneNicholas Del Grosso2017-05-221-1/+1
* | | | DOC: Fix some very minor spelling/grammar mistakes in docs (#9152)Konrad Kapp2017-05-211-3/+3
* | | | DOC: better link display text for Developer Zone.nickdg2017-05-211-2/+1
|/ / /
* | | 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-095-5/+5
|/ /
* | 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
|\ \ \