| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #22411 from DimitriPapadopoulos/python2_doc | Sebastian Berg | 2022-10-13 | 1 | -8/+8 |
| |\ | | | | | DOC: Remove documentation specific to Python 2 | ||||
| | * | DOC: Remove documentation specific to Python 2 | Dimitri Papadopoulos | 2022-10-08 | 1 | -8/+8 |
| | | | |||||
| * | | DOC: Add reference links and switch to PyCapsule | Rohit Goswami | 2022-10-10 | 1 | -1/+1 |
| | | | |||||
| * | | DOC: Replace CObject with Capsule consistently | Rohit Goswami | 2022-10-10 | 1 | -1/+1 |
| |/ | |||||
| * | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 1 | -1/+1 |
| | | |||||
| * | DOC: Adopt changes as suggested in review | Sebastian Berg | 2022-07-05 | 1 | -2/+3 |
| | | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com> | ||||
| * | DOC: Document expectation for object array initialization | Sebastian Berg | 2022-06-23 | 1 | -0/+22 |
| | | | | | | | | | | | | | | This documents (and thus semi-establishes) that we try to make sure that any array that may be *read* is fully initialized with proper Python objects (not NULL). However, try to write in a way that clearly says that users are not allowed to rely on this. I somewhat suspect there are more code paths where we may to fail fully initializing object arrays... It does promise to regard such things as bugs, if we do not want that, I am happy to just tell users to expect NULLs. | ||||
| * | DOC: RST Titles Underline reordering (#21677) | Matthias Bussonnier | 2022-06-08 | 1 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> | ||||
| * | DOC: fix documentation for typedescr argument of PyArray_AsCArray | Markus Mohrhard | 2022-05-14 | 1 | -9/+6 |
| | | | | | | The PyArray_AsCArray API does not conform to the documentation and document that the call steals a reference to the PyArray_Descr argument. | ||||
| * | DOC: Add PyArray_FailUnlessWriteable to the online C-API docs. | warren | 2021-12-22 | 1 | -0/+11 |
| | | | | | | | | The text was copy-edited a bit, and the comments in the C file were updated to match the documentation in the .rst file. Closes gh-20623. | ||||
| * | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 1 | -43/+13 |
| | | | | | | | | | | | | | | * DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 * remove more UPDATEIFCOPY * typo: add missing comma * remove a few more UPDATEIFCOPY * Add release note * remove UPDATEIFCOPY from comment (from review) | ||||
| * | Merge pull request #20195 from WarrenWeckesser/doc-misc | Sebastian Berg | 2021-10-27 | 1 | -8/+14 |
| |\ | | | | | DOC: Two small changes in array.rst: | ||||
| | * | DOC: Two small changes in array.rst: | warren | 2021-10-26 | 1 | -8/+14 |
| | | | | | | | | | | | | | * Include the return values of `PyArray_RegisterCanCast` in the description. * Correct the documentation of `PyArray_Scalar`. | ||||
| * | | MAINT: Only warn for transferred ownership if env variable is set (#20200) | Matti Picus | 2021-10-27 | 1 | -3/+4 |
| |/ | | | | | | | | | | | | | Builds on gh-20194. Fixes breakage of SciPy in https://github.com/scipy/scipy/issues/14917 At some point we could flip the default to "warn" instead of "no warning" * make warning conditional on NUMPY_WARN_IF_NO_MEM_POLICY * add test, fix example code * fixes from review * typo | ||||
| * | Add comments to prevent revert. | Chiara Marmo | 2021-09-30 | 1 | -0/+12 |
| | | |||||
| * | Fix scope of some sphinx declarations to avoid warnings. | Chiara Marmo | 2021-09-28 | 1 | -24/+24 |
| | | |||||
| * | Update doc/source/reference/c-api/array.rst | Charles Harris | 2021-09-13 | 1 | -1/+1 |
| | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
| * | DOC: Added missing C-API functions | Mukulika | 2021-09-08 | 1 | -14/+61 |
| | | | | | | | | | 1. PyArray_CopyObject 2. PyArray_MapIterArray 3. PyArray_MapIterSwapAxes 4. PyArray_MapIterNext 5. PyArray_MapIterArrayCopyIfOverlap | ||||
| * | Dedent list of macros. | Chiara Marmo | 2021-08-02 | 1 | -13/+11 |
| | | |||||
| * | Fix scope of c:macro. | Chiara Marmo | 2021-08-01 | 1 | -9/+13 |
| | | |||||
| * | Update doc/source/reference/c-api/array.rst | Chiara Marmo | 2021-07-27 | 1 | -1/+1 |
| | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | Remove PyArray_MultiIter_SIZE definition. Tentative definition for ↵ | Chiara Marmo | 2021-07-27 | 1 | -4/+10 |
| | | | | | PyArray_FinalizeFunc. | ||||
| * | Address some comments. | Chiara Marmo | 2021-07-27 | 1 | -11/+10 |
| | | |||||
| * | Fix sphinx warnings in c-info.beyond-basics. | Chiara Marmo | 2021-07-27 | 1 | -0/+12 |
| | | |||||
| * | DOC: NeighborhoodIterator position on creation | Marco Aurelio da Costa | 2021-06-08 | 1 | -1/+7 |
| | | | | | | | Document that NeighborhoodIterator will point to the begining of the data instead of the position pointed by iter on creation in the special case where data is contiguous. | ||||
| * | DOC: Fix for buildling with sphinx 3 | takanori-pskq | 2020-11-06 | 1 | -47/+43 |
| | | |||||
| * | Update doc/source/reference/c-api/array.rst | Takanori H | 2020-10-27 | 1 | -1/+1 |
| | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| * | DOC: Fix some references | takanori-pskq | 2020-10-26 | 1 | -4/+4 |
| | | |||||
| * | DOC: Don't use Python highlighting for non-python code | Eric Wieser | 2020-10-25 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #17627 from takanori-pskq/i13114-array-struct | Matti Picus | 2020-10-25 | 1 | -2/+2 |
| |\ | | | | | DOC: Fix the references for ``__array_*__`` | ||||
| | * | DOC: Fix the references for ``__array_*__`` | takanori-pskq | 2020-10-25 | 1 | -2/+2 |
| | | | |||||
| * | | DOC: Add entries for macros | takanori-pskq | 2020-10-25 | 1 | -3/+29 |
| |/ | |||||
| * | DOC: Fix some references | takanori-pskq | 2020-10-24 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #17570 from takanori-pskq/i13114-feature-version | Matti Picus | 2020-10-22 | 1 | -12/+16 |
| |\ | | | | | DOC: Add the entry for ``NPY_FEATURE_VERSION`` | ||||
| | * | DOC: Fixup | takanori-pskq | 2020-10-22 | 1 | -17/+16 |
| | | | |||||
| | * | DOC: Add the entry for ``NPY_FEATURE_VERSION`` | takanori-pskq | 2020-10-15 | 1 | -0/+5 |
| | | | |||||
| * | | DOC: Fix typos | takanori-pskq | 2020-10-15 | 1 | -2/+2 |
| |/ | |||||
| * | DOC: Add missing types to C function docs (#17549) | Takanori H | 2020-10-13 | 1 | -82/+83 |
| | | | | `.. c:function::` expects its contents to be a valid C prototype, meaning the return types and arguments are all need types. | ||||
| * | DOC: Fix Boolean types in C functions | takanori-pskq | 2020-10-10 | 1 | -6/+6 |
| | | |||||
| * | DOC: Fix the references for macros | takanori-pskq | 2020-10-04 | 1 | -1/+7 |
| | | |||||
| * | DOC: Fix types including curly braces | takanori-pskq | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #16896 from takanori-pskq/i13114-5 | Matti Picus | 2020-07-31 | 1 | -75/+66 |
| |\ | | | | | DOC: Improve documentation of C code | ||||
| | * | DOC: Fixup | takanori-pskq | 2020-07-25 | 1 | -13/+4 |
| | | | |||||
| | * | DOC: Fix the role of references (var -> macro) | takanori-pskq | 2020-07-25 | 1 | -61/+61 |
| | | | |||||
| | * | DOC: Remove links for C codes | takanori-pskq | 2020-07-18 | 1 | -3/+3 |
| | | | |||||
| * | | DOC: Fix the declarations of C fuctions (#16897) | Takanori H | 2020-07-31 | 1 | -2/+2 |
| |/ | | | * DOC: Fix the declarations of C fuctions | ||||
| * | DOC: Add PyArray_ContiguousFromObject C docs (gh-16207) | Guilherme Leobas | 2020-05-18 | 1 | -3/+11 |
| | | | | | | | Add documentation for `PyArray_ContiguousFromObject` similar to the other macros wrapping `PyArray_FromAny` Fixes #16196 | ||||
| * | DOC: Fix typos and cosmetic issues | Martin Michlmayr | 2020-05-17 | 1 | -1/+1 |
| | | |||||
| * | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 1 | -1/+1 |
| | | | | Add missing closing brackets, script to generate the list in the PR gh-16051. | ||||
| * | MAINT: simplify code that assumes str/unicode and int/long are different ↵ | Eric Wieser | 2020-03-26 | 1 | -1/+1 |
| | | | | | | types (#15816) Cleanup from the dropping of python 2 | ||||
