Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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] | |||||
* | DOC: Replace deprecated (since 1.6) references in documentation | Michael Seifert | 2017-03-27 | 2 | -6/+6 | |
| | | | | and fixed two broken links because they started with "&". [skip ci] | |||||
* | DOC: Fixed wrong directive | Michael Seifert | 2017-03-27 | 1 | -1/+1 | |
| | | | | [skip ci] | |||||
* | DOC: Function definitions may not extend over several lines | Michael Seifert | 2017-03-27 | 2 | -9/+4 | |
| | ||||||
* | DOC: Corrected links for several __array_*__ functions | Michael Seifert | 2017-03-27 | 2 | -10/+10 | |
| | ||||||
* | DOC: Fix "PyObject *" links in narrative documentation | Michael Seifert | 2017-03-26 | 2 | -3/+3 | |
| | ||||||
* | DOC: Fix typos | Jakub Wilk | 2017-03-17 | 7 | -18/+18 | |
| | ||||||
* | DOC: fix typo in 'Stacking together different arrays' | Kirill Balunov | 2017-02-07 | 1 | -11/+16 | |
| | | | | | | The example with `newaxis` now looks rather silly. I left it because it is the only place in this tutorial with an example how to use `newaxis`. | |||||
* | DOC: Fix Python versions | Alexandr Shadchin | 2016-12-09 | 1 | -1/+1 | |
| | ||||||
* | DOC: Changed shape assignment example to reshape. Elaborated modifying shape | petetanru | 2016-11-11 | 1 | -12/+23 | |
| | ||||||
* | DOC: Fix code example in c-info.python-as-glue.rst. | Charles Harris | 2016-11-04 | 1 | -16/+21 | |
| | | | | | | | | | | | Corrections to #8023. - Fix index types to ssize_t. - Clean up C code style. Closes #7701. [ci skip] | |||||
* | DOC: Fixups for quickstart.rst. | Charles Harris | 2016-11-04 | 1 | -34/+77 | |
| | | | | | | | | | | | Corrections to #8001. - Correct markup for code sections. - Correct link to structured arrays. Closes #7881. [ci skip] | |||||
* | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 8 | -46/+46 | |
| | | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | |||||
* | DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci] | Michael Seifert | 2016-09-03 | 1 | -3/+3 | |
| | ||||||
* | DOC: #7881. Fix link to record arrays | Tom Bird | 2016-08-02 | 1 | -1/+1 | |
| | ||||||
* | DOC: fix broken genfromtxt examples in user guide. Closes gh-7662. | Ralf Gommers | 2016-05-27 | 1 | -25/+25 | |
| | | | | [ci skip] | |||||
* | DOC: corrected grammatical error in quickstart doc | rehassachdeva | 2016-02-23 | 1 | -1/+1 | |
| | ||||||
* | MAINT: Fix typos in docs | Dongjoon Hyun | 2016-01-25 | 2 | -2/+2 | |
| | ||||||
* | DOC: some tweaks to the install and build info in the user guide. | Ralf Gommers | 2016-01-16 | 2 | -7/+2 | |
| | ||||||
* | DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682. | Ralf Gommers | 2016-01-16 | 1 | -0/+6 | |
| | ||||||
* | BUG: fix TravisCI test issues when using setuptools unconditionally. | Ralf Gommers | 2016-01-16 | 1 | -3/+3 | |
| | | | | Also remove all mentions of setupegg.py from the documentation. |