summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Collapse)AuthorAgeFilesLines
...
* DOC: document 64-bit BLAS/LAPACK build-time variablesPauli Virtanen2019-12-141-13/+27
|
* DOC: document NPY_USE_BLAS64_ environment variablePauli Virtanen2019-12-011-0/+19
|
* Merge pull request #14732 from mattip/refguide-rstCharles Harris2019-11-231-11/+9
|\ | | | | TST: run refguide-check on rst files in doc/*
| * TST: run refguide-check on rst files in doc/*mattip2019-10-171-11/+9
| |
* | MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section.Warren Weckesser2019-10-231-8/+7
| | | | | | | | | | Also removed a few sentence written in the first person that express opinions about the code.
* | DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-2/+2
|/
* DOC: fixed typo identified by reviewerSimon2019-09-201-1/+1
|
* DOC: clarify input types in basics.io.genfromtxt.rstSimon Notley2019-09-201-7/+7
|
* DOC: Fix a bit of code in 'Beyond the Basics' C API user guide.Warren Weckesser2019-09-171-3/+4
|
* Merge pull request #14069 from sameshl/doc_test_instructionsMatti Picus2019-08-081-0/+9
|\ | | | | DOC: Emphasize the need to run tests when building from source
| * add -v for verbose which I had removed in the previous commitSamesh2019-07-241-1/+1
| |
| * change the command line argument for all testsSamesh2019-07-241-1/+1
| | | | | | | | -v ---> -m full
| * DOC: Emphasize the need to run tests when building from sourceSamesh2019-07-211-0/+9
| | | | | | | | | | | | Add note on testing in docs of "setting up dev envirnoment" and "building NumPy from source" closes #14037
* | Merge pull request #14130 from joaomarcosgris/small-typo-quickstart-docRalf Gommers2019-07-251-1/+1
|\ \ | | | | | | DOC: Fix small typo in quickstart docs
| * | Fix small typo in quickstart docsJoão Marcos Gris2019-07-251-1/+1
| | |
* | | Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-232-2/+2
|/ / | | | | | | pip will itself call setup.py install with the rights options.
* | Merge pull request #14064 from kritisingh1/buildSebastian Berg2019-07-233-11/+11
|\ \ | |/ |/| DOC: Resolve bad references in Sphinx warnings
| * [DOC] Resolve bad references in Sphinx warningskritisingh12019-07-233-11/+11
| |
* | DOC:Link between the two indexing documentation pagesSamesh2019-07-171-0/+1
| | | | | | | | Prettify see also directive
* | DOC:Link between the two indexing documentation pagesSamesh2019-07-161-1/+1
| | | | | | | | Fix linking error
* | DOC:Link between the two indexing documentation pagesSamesh2019-07-161-1/+1
| | | | | | | | Fixed linking error
* | DOC:Link between the two indexing documentation pagesSamesh2019-07-161-1/+4
| | | | | | | | | | | | | | | | | | Made references to each other for the following two indexing docs https://docs.scipy.org/doc/numpy-1.15.0/user/basics.indexing.html https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.indexing.html closes #12195
* | Add new section of custom array containers.Dan Allan2019-07-132-0/+9
|/
* DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Quickstart guide recommends np.set_printoptions(threshold=np.nan) but that fails. So changed that to np.set_printoptions(threshold=sys.maxsize) Closes #13900 * DOC:Update the docstring of set_printoptions Add preferred max value for threshold is sys.maxsize * Revert "DOC:Update the docstring of set_printoptions" This reverts commit 9641121fcb84b9ad5edb188a4a5b4ac9361fbf0b. * DOC:Update the docstring of set_printoptions Add preferred max value for threshold is sys.maxsize * DOC:Update the docstring of set_printoptions Better pharasing in docstring. * DOC:Update the description of set_printoptions in quickstart doc #13900 Fix indentation
* DOC: Fix a typo related to the range of indices (#13952)Aryan Naraghi2019-07-091-1/+1
| | | Zero isn't positive, so the correct term should be "non-negative".
* Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-6/+0
|\ | | | | DOC: Document/ Deprecate functions exposed in "numpy" namespace
| * DOC: Document/ Deprecate functions exposed in numpy namespacekritisingh12019-03-301-6/+0
| |
* | Merge pull request #13158 from zerothi/linalg-flameRalf Gommers2019-05-241-3/+4
|\ \ | | | | | | BLD: Add libflame as a LAPACK back-end
| * | BLD: added libflame as a useable lapack libraryNick Papior2019-05-071-3/+4
| | | | | | | | | | | | | | | | | | | | | Now libflame may be used as a LAPACK back-end. libflame requires an external BLAS so one has to also have this enabled. Also added release notes for NPY_*_ORDER and libFLAME.
* | | DOC: Remove duplicate documentation of the PyArray_SimpleNew family of functionskritisingh12019-05-181-37/+4
|/ /
* | 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
|