summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Remove reference to PyArray_MultiIter_SIZE. (#19976)Chiara Marmo2021-09-271-3/+2
| | | Remove docs reference to non-existent C macro
* Update basics.io.genfromtxt.rstDmitriy Fishman2021-09-271-1/+1
|
* Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-253-2/+23
|\ | | | | ENH: Add `__class_getitem__` to `ndarray`, `dtype` and `number`
| * DOC: Add links to the `__class_getitem__` docsBas van Beek2021-09-163-2/+23
| |
* | Merge pull request #19903 from Fayyr/refguidefixMelissa Weber Mendonça2021-09-221-0/+1
|\ \ | | | | | | DOC: Fixed refguide errors for basics.broadcasting.rst
| * | DOC: Fixed refguide errors for basics.broadcasting.rstFayyr2021-09-201-0/+1
| | |
* | | Merge pull request #19775 from HaoZeke/minor_typos_datedCharles Harris2021-09-211-3/+3
|\ \ \ | | | | | | | | MAINT,DOC: Readability improvements and cleanup for f2py
| * | | MAINT,DOC: f2py cleanupRohit Goswami2021-09-201-3/+3
| | | |
* | | | DOC: Typos found by codespellDimitri Papadopoulos2021-09-2125-47/+47
|/ / /
* | | Merge pull request #19893 from HaoZeke/f2py_doccleanCharles Harris2021-09-2039-618/+674
|\ \ \ | | | | | | | | MAINT,DOC: f2py restructring
| * | | DOC: Address reviewer commentsRohit Goswami2021-09-205-72/+73
| | | |
| * | | DOC: Reword f2py docsRohit Goswami2021-09-207-551/+607
| | | |
| * | | MAINT: Reorder f2py doc pagesRohit Goswami2021-09-191-3/+3
| | | |
| * | | MAINT,DOC: Refactor, syntax highlighting for f2pyRohit Goswami2021-09-1936-65/+64
| |/ /
* | | DOC:Fixed refguide errors for basics.creation.rstArryan Singh2021-09-201-13/+11
|/ /
* | Merge pull request #19844 from Mukulikaa/c-api-additionsCharles Harris2021-09-161-14/+61
|\ \ | | | | | | DOC: Added missing C-API functions
| * | Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
| | | | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * | DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
| | | | | | | | | | | | | | | | | | | | | | | | 1. PyArray_CopyObject 2. PyArray_MapIterArray 3. PyArray_MapIterSwapAxes 4. PyArray_MapIterNext 5. PyArray_MapIterArrayCopyIfOverlap
* | | DOC: Moved NumPy Internals into Under-the-hood docsMukulika2021-09-138-871/+954
| |/ |/|
* | Merge branch 'main' of https://github.com/sayantikabanik/numpySayantika Banik2021-09-089-15/+652
|\ \ | |/
| * Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-058-7/+639
| |\ | | | | | | DOC: Add support for documenting C/C++ via Doxygen & Breathe
| | * DOC: Improve Doxygen Javadoc style examplesSayed Adel2021-08-313-16/+43
| | |
| | * DOC: skip generating c/c++ doc from comment blocks when Doxygen or Breathe ↵Sayed Adel2021-08-311-1/+11
| | | | | | | | | | | | isn't available.
| | * DOC: Apply suggestions from Matti reviewSayed Adel2021-08-311-14/+17
| | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| | * DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-306-7/+599
| | |
| * | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-8/+13
| |\ \ | | | | | | | | MAINT: Minor include rationalizations.
| | * | MAIN: Minor include rationalization.Charles Harris2021-09-031-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace "Python.h" by <Python.h> - Replace "structmember.h" by <structmember.h> - Replace <npy_config> by "npy_config" - Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files.
* | | | Mix capitalization fix for page titles [sentence case implementation]Sayantika Banik2021-09-082-2/+2
|/ / /
* | | DOC: Fix import of default_rngdoc/user-guide-default-rngRobert Kern2021-09-011-1/+1
| |/ |/| | | Fixes #19812 19812
* | Merge pull request #19407 from Mukulikaa/indexing-docs-mergeMatti Picus2021-08-304-929/+808
|\ \ | |/ |/| DOC: Rearranged parts of the Indexing docs to consolidate content
| * DOC: Removed unnecessary section linkMukulika2021-08-301-3/+1
| |
| * DOC: Renamed section to Basic indexingMukulika2021-08-281-5/+5
| | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * DOC: Added examples and other minor changes after reviewMukulika2021-08-281-59/+142
| |
| * DOC: Reformatted examplesMukulika2021-08-201-51/+52
| |
| * DOC: Replaced indexing stub doc with routinesMukulika2021-08-184-131/+69
| |
| * DOC: Exchanged the contents of Indexing basics and Indexing ref docsMukulika2021-08-182-734/+735
| |
| * DOC: Rearranged parts of the Indexing docs to consolidate contentMukulika2021-08-182-546/+404
| |
* | fix basics.creation.rst to address issue 19726Derek Huang2021-08-211-2/+2
| |
* | Grammatical errors:yan2021-08-181-1/+1
|/ | | | | | | B = np.eye((2, 2)) It should be B = np.eye(2, 2) Signed-off-by: yan <yan-wyb@foxmail.com>
* DOC: Fix trivial doc typo. (#19692)Antony Lee2021-08-171-1/+1
|
* REL: Update main after 1.21.2 release.Charles Harris2021-08-162-0/+60
| | | | [skip ci]
* DOC: Created fundamentals doc for explanations in `ufunc` reference doc (#19516)Mukulika2021-08-124-438/+471
| | | | | | | | | | * Created fundamentals doc for explanations in ufunc reference doc * Move explanatory material on ufuncs and broadcasting from the reference guide to the ufunc fundamentals and/or broadcasting document in the user guide * Added examples for ufunc method arguments * Reorganized broadcasting duplicate content from ufuncs doc Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC: Reorganized the documentation contribution docs (#19645)Mukulika2021-08-1210-117/+73
| | | | | | | | * DOC: Reorganized documentation contribution docs 1. Removed Documentation conventions page 2. Merged A guide to NumPy documentation into How to contribute to NumPy documentation 3. Moved Building NumPy reference and docs to Development section 4. Removed the Documentation index stub
* Dedent list of macros.Chiara Marmo2021-08-022-327/+330
|
* Fix scope of c:macro.Chiara Marmo2021-08-012-324/+327
|
* Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-281-3/+7
|\ | | | | MAINT: Refactor UFunc core to use NEP 43 style dispatching
| * MAINT: Use the same pattern for the floating point error checkSebastian Berg2021-07-221-3/+4
| | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * DOC: use deprecated rather than note and delete old docstringSebastian Berg2021-07-221-6/+2
| |
| * MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+7
| | | | | | | | | | | | | | | | | | The first (big) chunk of a multi-step process to update all ufuncs to NEP 43 style ufuncs. This limits itself to normal ufunc calls and sets ufunc.at and all reduce-like operations to the side. These would add another level of complexity.
* | Update doc/source/reference/c-api/array.rstChiara Marmo2021-07-271-1/+1
| | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>