summaryrefslogtreecommitdiff
path: root/doc/source/reference/internals.code-explanations.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Convert titles to sentence case (#23643)Talha M2023-04-261-1/+1
| | | Partially addresses #16261.
* DOC: Moved NumPy Internals into Under-the-hood docsMukulika2021-09-131-612/+3
|
* DOC: Fix some referencestakanori-pskq2020-10-241-3/+4
|
* DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
| | | | is archaic.
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵Matti Picus2017-11-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Fix some very minor spelling/grammar mistakes in docs (#9152)Konrad Kapp2017-05-211-3/+3
| | | It's all in the "Numpy C Code Explanations" page.
* DOC: Corrected links for several __array_*__ functionsMichael Seifert2017-03-271-4/+4
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-1/+1
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: Fix bad rst list formats in internals.code-explanations.rst.Charles Harris2015-07-011-0/+2
| | | | The lists needed blank lines before starting.
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-22/+22
| | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function::
* MAINT: Spelling and style fixes to internals.code-explanations.rst.Charles Harris2015-04-281-63/+65
| | | | | | | | Basic cleanup of the new indexing documentation. Also replace "subspace" by "subarray" and try to clarify mixed advanced and view indexing. [skip ci]
* DOC: Update indexing implementation explanations.Sebastian Berg2015-04-231-129/+74
|
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-3/+3
| | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide.
* DOC: c-api: Update to reflect array flag namespace changeMark Wiebe2011-07-061-14/+14
|
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-38/+39
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-51/+51
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+665