Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DOC: document 64-bit BLAS/LAPACK build-time variables | Pauli Virtanen | 2019-12-14 | 1 | -13/+27 | |
| | ||||||
* | DOC: document NPY_USE_BLAS64_ environment variable | Pauli Virtanen | 2019-12-01 | 1 | -0/+19 | |
| | ||||||
* | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 1 | -11/+9 | |
|\ | | | | | TST: run refguide-check on rst files in doc/* | |||||
| * | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 1 | -11/+9 | |
| | | ||||||
* | | MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section. | Warren Weckesser | 2019-10-23 | 1 | -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 ISeedSequence | mattip | 2019-10-13 | 1 | -2/+2 | |
|/ | ||||||
* | DOC: fixed typo identified by reviewer | Simon | 2019-09-20 | 1 | -1/+1 | |
| | ||||||
* | DOC: clarify input types in basics.io.genfromtxt.rst | Simon Notley | 2019-09-20 | 1 | -7/+7 | |
| | ||||||
* | DOC: Fix a bit of code in 'Beyond the Basics' C API user guide. | Warren Weckesser | 2019-09-17 | 1 | -3/+4 | |
| | ||||||
* | Merge pull request #14069 from sameshl/doc_test_instructions | Matti Picus | 2019-08-08 | 1 | -0/+9 | |
|\ | | | | | DOC: Emphasize the need to run tests when building from source | |||||
| * | add -v for verbose which I had removed in the previous commit | Samesh | 2019-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | change the command line argument for all tests | Samesh | 2019-07-24 | 1 | -1/+1 | |
| | | | | | | | | -v ---> -m full | |||||
| * | DOC: Emphasize the need to run tests when building from source | Samesh | 2019-07-21 | 1 | -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-doc | Ralf Gommers | 2019-07-25 | 1 | -1/+1 | |
|\ \ | | | | | | | DOC: Fix small typo in quickstart docs | |||||
| * | | Fix small typo in quickstart docs | João Marcos Gris | 2019-07-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Doc: Use `pip install .` where possible instead of calling setup.py | Matthias Bussonnier | 2019-07-23 | 2 | -2/+2 | |
|/ / | | | | | | | pip will itself call setup.py install with the rights options. | |||||
* | | Merge pull request #14064 from kritisingh1/build | Sebastian Berg | 2019-07-23 | 3 | -11/+11 | |
|\ \ | |/ |/| | DOC: Resolve bad references in Sphinx warnings | |||||
| * | [DOC] Resolve bad references in Sphinx warnings | kritisingh1 | 2019-07-23 | 3 | -11/+11 | |
| | | ||||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-17 | 1 | -0/+1 | |
| | | | | | | | | Prettify see also directive | |||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 1 | -1/+1 | |
| | | | | | | | | Fix linking error | |||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 1 | -1/+1 | |
| | | | | | | | | Fixed linking error | |||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 1 | -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 Allan | 2019-07-13 | 2 | -0/+9 | |
|/ | ||||||
* | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948) | Samesh Lakhotia | 2019-07-09 | 1 | -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 Naraghi | 2019-07-09 | 1 | -1/+1 | |
| | | | Zero isn't positive, so the correct term should be "non-negative". | |||||
* | Merge pull request #13222 from kritisingh1/patch1 | Matti Picus | 2019-06-10 | 1 | -6/+0 | |
|\ | | | | | DOC: Document/ Deprecate functions exposed in "numpy" namespace | |||||
| * | DOC: Document/ Deprecate functions exposed in numpy namespace | kritisingh1 | 2019-03-30 | 1 | -6/+0 | |
| | | ||||||
* | | Merge pull request #13158 from zerothi/linalg-flame | Ralf Gommers | 2019-05-24 | 1 | -3/+4 | |
|\ \ | | | | | | | BLD: Add libflame as a LAPACK back-end | |||||
| * | | BLD: added libflame as a useable lapack library | Nick Papior | 2019-05-07 | 1 | -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 functions | kritisingh1 | 2019-05-18 | 1 | -37/+4 | |
|/ / | ||||||
* | | Merge pull request #13132 from zerothi/linalg-order | Ralf Gommers | 2019-05-01 | 1 | -1/+59 | |
|\ \ | | | | | | | BLD: Allow users to specify BLAS and LAPACK library link order | |||||
| * | | ENH: amended documentation and changed env-vars as suggested | Nick Papior | 2019-03-18 | 1 | -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 Gommers | 2019-04-11 | 1 | -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 Bruma | 2019-03-21 | 1 | -14/+6 | |
| | | ||||||
* | | DOC: Fix c-api function documentation duplication. #13119 | Mircea Akos Bruma | 2019-03-19 | 1 | -10/+8 | |
| | | ||||||
* | | DOC: add copy on slicing notice | wtli | 2019-03-14 | 1 | -0/+11 | |
|/ | ||||||
* | DOC: typo (thanks ev-br) | mattip | 2019-03-01 | 1 | -1/+1 | |
| | ||||||
* | DOC: fixes from review | mattip | 2019-02-28 | 1 | -1/+11 | |
| | ||||||
* | DOC: Encourage users to use the non-matlab-style random functions | Eric Wieser | 2019-02-27 | 1 | -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 Harris | 2019-02-18 | 1 | -4/+3 | |
| | ||||||
* | change in line 127 use she/he instead of she | Ankit Shukla | 2019-02-13 | 1 | -1/+1 | |
| | ||||||
* | DOC: fix generalized eigenproblem reference in "NumPy for MATLAB users" (#12741) | adeak | 2019-01-15 | 1 | -1/+1 | |
| | ||||||
* | DOC: Change 'num' to 'np' | Dieter Werthmüller | 2018-12-12 | 1 | -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 references | mattip | 2018-10-31 | 1 | -4/+4 | |
| | ||||||
* | DOC: add broadcasting article from scipy old-wiki | mattip | 2018-10-26 | 7 | -1/+234 | |
| | ||||||
* | DOC: use "import numpy as np" style | Mike Toews | 2018-09-25 | 1 | -19/+19 | |
| | ||||||
* | DOC: reduce warnings and cleanup redundant c-api documentation | mattip | 2018-08-14 | 2 | -161/+2 | |
| | ||||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 8 | -16/+16 | |
| | ||||||
* | fixes from review | mattip | 2018-06-01 | 1 | -2/+2 | |
| | ||||||
* | DOC: add existing recfunctions documentation to output | mattip | 2018-06-01 | 1 | -0/+6 | |
| |