summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13132 from zerothi/linalg-orderRalf Gommers2019-05-011-1/+59
|\ | | | | BLD: Allow users to specify BLAS and LAPACK library link order
| * ENH: amended documentation and changed env-vars as suggestedNick Papior2019-03-181-1/+59
| | | | | | | | | | | | | | Also added a test to travis (apparently ATLAS=None... is not tested on circleCI). Signed-off-by: Nick Papior <nickpapior@gmail.com>
* | DOC: list Quansight (company) rather than Quansight Labs (program/division)Ralf Gommers2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | as Institutional Partner. Also fix a broken link I found. [ci skip] [skip ci] **no ci**
* | DOC: Attempting to remove duplicate documentation.Mircea Akos Bruma2019-03-211-14/+6
| |
* | DOC: Fix c-api function documentation duplication. #13119Mircea Akos Bruma2019-03-191-10/+8
| |
* | DOC: add copy on slicing noticewtli2019-03-141-0/+11
|/
* DOC: typo (thanks ev-br)mattip2019-03-011-1/+1
|
* DOC: fixes from reviewmattip2019-02-281-1/+11
|
* DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-1/+1
| | | | In response to twitter conversations that complain that `randn` is inconsistent with `zeros`, to which the answer is "that's because randn is a wrapper to make things look like matlab".
* DOC: Rewrite using plural pronoun.Charles Harris2019-02-181-4/+3
|
* change in line 127 use she/he instead of sheAnkit Shukla2019-02-131-1/+1
|
* DOC: fix generalized eigenproblem reference in "NumPy for MATLAB users" (#12741)adeak2019-01-151-1/+1
|
* DOC: Change 'num' to 'np'Dieter Werthmüller2018-12-121-5/+5
| | | | | Stumbled upon this *NumPy for Matlab users* guide. Even though it says *Note: this is just an example, not a statement of "best practices"* I think it would still be better to use `np` instead of `num`, as this is the most common abbreviation you'll find in examples etc. Just close the PR if you disagree.
* DOC: fixes from review, fix referencesmattip2018-10-311-4/+4
|
* DOC: add broadcasting article from scipy old-wikimattip2018-10-267-1/+234
|
* DOC: use "import numpy as np" styleMike Toews2018-09-251-19/+19
|
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-142-161/+2
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-168-16/+16
|
* fixes from reviewmattip2018-06-011-2/+2
|
* DOC: add existing recfunctions documentation to outputmattip2018-06-011-0/+6
|
* DOC: Clarify C-API for generalized ufuncs.mattip2018-05-281-0/+1
|
* Merge pull request #10991 from eric-wieser/genfromtxt-docsCharles Harris2018-05-161-36/+36
|\ | | | | DOC: Update genfromtxt docs to use StringIO and u-strings
| * DOC: Update genfromtxt docs to use StringIO and u-stringsEric Wieser2018-04-271-36/+36
| | | | | | | | | | | | We could also instead use b-strings everywhere, but encouraging unicode seems like the right thing to do. Fixes #8498
* | Merge pull request #10980 from mattip/masterCharles Harris2018-04-271-2/+2
|\ \ | |/ |/| DOC: link to governance, convert external link to internal
| * DOC: link to governance, convert external link to internalmattip2018-04-271-2/+2
| |
* | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-252-69/+39
|/
* DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-1/+1
|
* BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-1/+4
| | | | Fixes gh-10780
* update kwargs where neededmattip2018-04-111-2/+2
|
* DOC: note that NDEBUG should be set when OPT should increase optimizationJulian Taylor2018-04-011-0/+2
|
* DOC: Tell matlab users about np.blockEric Wieser2018-01-311-1/+1
|
* DOC: Document A@B in Matlab/NumPy summary tableGerrit Holl2018-01-251-1/+1
| | | Document matrix multiplication syntax `A@B` in the summary table comparing Matlab and Python syntaxes.
* DOC: Update macro names.Charles Harris2017-12-071-4/+4
| | | [ci skip]
* make example backward compatablemattip2017-12-071-1/+10
|
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-2/+2
|
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵Matti Picus2017-11-081-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITEBACKIFCOPY (#9639) * ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use * BUG: Fix usage of keyword "from" as argument name for "can_cast". Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). * UPDATEIFCOPY -> WRITEBACKIFCOPY, documentation * fixes for review * review2, fix new test * fix new test for using self.assert_deprecated * change deprecation logic as per review * new logic exposed places where PyArray_ResolveWritebackIfCopy not called * deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy * code review changes * clean up merge cruft * fix from review * fixes from review * extend the release note
* DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-131-2/+2
| | | | [skip ci]
* DOC: update other MATLAB ode recommendationxoviat2017-10-021-2/+2
|
* DOC: update scipy.integrate recommendationxoviat2017-10-021-1/+1
| | | Closes scipy/scipy#7965.
* Fixing typo "Porland" -> "Portland" in `building` doc.Danny Hermes2017-09-191-2/+2
|
* DOC: Simplify terminologyNathaniel J. Smith2017-09-081-16/+12
| | | | | | | | For some reason this file insisted on using multiple redundant terms for array dimensionality, and in particular liked the word "rank", which is confusing and very rarely used in my experience. This commit drops the word rank and removes a number of parenthetical "X (which is to say Y)" phrasings.
* DOC: clarify wording in tutorialNathaniel J. Smith2017-09-071-5/+5
| | | | | | | In gh-9664, a user got confused by this wording, because they thought it was talking about the length of a vector as a distance in cartesian space versus the length of a vector as the number of elements it contains.
* Replace xrange by range in quickstart docsMatheus Portela2017-07-281-3/+3
|
* DOC: add @ operator in array vs. matrix comparison doc [skip ci]Michael Seifert2017-06-231-8/+12
| | | | Also unify spelling of "element-wise" in this doc page.
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-102-48/+48
|
* DOC: Fix incorrect function signature in UFunc documentation.k_kapp@yahoo.com2017-05-211-1/+1
| | | | See issue #9148
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|
* DOC: stop refering to 'S' dtype as stringJulian Taylor2017-04-221-5/+5
| | | | | | | | The S dtype is zero terminated bytes which happen to match what Python 2 called strings. As this is not the case in Python 3 we should stop naming it wrong in our documentation. [ci skip]
* DOC: Fix incorrect call to set_printoptionsEric Wieser2017-04-111-1/+1
| | | Fixes #2752
* DOC: Unwrap long signature linesMichael Seifert2017-03-283-9/+20
| | | | [skip ci]