| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | DOC: Clarify C-API for generalized ufuncs. | mattip | 2018-05-28 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #10991 from eric-wieser/genfromtxt-docs | Charles Harris | 2018-05-16 | 1 | -36/+36 |
| |\ | | | | | DOC: Update genfromtxt docs to use StringIO and u-strings | ||||
| | * | DOC: Update genfromtxt docs to use StringIO and u-strings | Eric Wieser | 2018-04-27 | 1 | -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/master | Charles Harris | 2018-04-27 | 1 | -2/+2 |
| |\ \ | |/ |/| | DOC: link to governance, convert external link to internal | ||||
| | * | DOC: link to governance, convert external link to internal | mattip | 2018-04-27 | 1 | -2/+2 |
| | | | |||||
| * | | DOC: advise against use of matrix. | Marten van Kerkwijk | 2018-04-25 | 2 | -69/+39 |
| |/ | |||||
| * | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -1/+1 |
| | | |||||
| * | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -1/+4 |
| | | | | | Fixes gh-10780 | ||||
| * | update kwargs where needed | mattip | 2018-04-11 | 1 | -2/+2 |
| | | |||||
| * | DOC: note that NDEBUG should be set when OPT should increase optimization | Julian Taylor | 2018-04-01 | 1 | -0/+2 |
| | | |||||
| * | DOC: Tell matlab users about np.block | Eric Wieser | 2018-01-31 | 1 | -1/+1 |
| | | |||||
| * | DOC: Document A@B in Matlab/NumPy summary table | Gerrit Holl | 2018-01-25 | 1 | -1/+1 |
| | | | | Document matrix multiplication syntax `A@B` in the summary table comparing Matlab and Python syntaxes. | ||||
| * | DOC: Update macro names. | Charles Harris | 2017-12-07 | 1 | -4/+4 |
| | | | | [ci skip] | ||||
| * | make example backward compatable | mattip | 2017-12-07 | 1 | -1/+10 |
| | | |||||
| * | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -2/+2 |
| | | |||||
| * | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵ | Matti Picus | 2017-11-08 | 1 | -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_array | Michael Seifert | 2017-10-13 | 1 | -2/+2 |
| | | | | | [skip ci] | ||||
| * | DOC: update other MATLAB ode recommendation | xoviat | 2017-10-02 | 1 | -2/+2 |
| | | |||||
| * | DOC: update scipy.integrate recommendation | xoviat | 2017-10-02 | 1 | -1/+1 |
| | | | | Closes scipy/scipy#7965. | ||||
| * | Fixing typo "Porland" -> "Portland" in `building` doc. | Danny Hermes | 2017-09-19 | 1 | -2/+2 |
| | | |||||
| * | DOC: Simplify terminology | Nathaniel J. Smith | 2017-09-08 | 1 | -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 tutorial | Nathaniel J. Smith | 2017-09-07 | 1 | -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 docs | Matheus Portela | 2017-07-28 | 1 | -3/+3 |
| | | |||||
| * | DOC: add @ operator in array vs. matrix comparison doc [skip ci] | Michael Seifert | 2017-06-23 | 1 | -8/+12 |
| | | | | | Also unify spelling of "element-wise" in this doc page. | ||||
| * | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 2 | -48/+48 |
| | | |||||
| * | DOC: Fix incorrect function signature in UFunc documentation. | k_kapp@yahoo.com | 2017-05-21 | 1 | -1/+1 |
| | | | | | See issue #9148 | ||||
| * | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | DOC: stop refering to 'S' dtype as string | Julian Taylor | 2017-04-22 | 1 | -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_printoptions | Eric Wieser | 2017-04-11 | 1 | -1/+1 |
| | | | | Fixes #2752 | ||||
| * | DOC: Unwrap long signature lines | Michael Seifert | 2017-03-28 | 3 | -9/+20 |
| | | | | | [skip ci] | ||||
