Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Remove reference to PyArray_MultiIter_SIZE. (#19976) | Chiara Marmo | 2021-09-27 | 1 | -3/+2 |
| | | | Remove docs reference to non-existent C macro | ||||
* | Update basics.io.genfromtxt.rst | Dmitriy Fishman | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19879 from BvB93/cls_getitem | Charles Harris | 2021-09-25 | 3 | -2/+23 |
|\ | | | | | ENH: Add `__class_getitem__` to `ndarray`, `dtype` and `number` | ||||
| * | DOC: Add links to the `__class_getitem__` docs | Bas van Beek | 2021-09-16 | 3 | -2/+23 |
| | | |||||
* | | Merge pull request #19903 from Fayyr/refguidefix | Melissa Weber Mendonça | 2021-09-22 | 1 | -0/+1 |
|\ \ | | | | | | | DOC: Fixed refguide errors for basics.broadcasting.rst | ||||
| * | | DOC: Fixed refguide errors for basics.broadcasting.rst | Fayyr | 2021-09-20 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #19775 from HaoZeke/minor_typos_dated | Charles Harris | 2021-09-21 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | MAINT,DOC: Readability improvements and cleanup for f2py | ||||
| * | | | MAINT,DOC: f2py cleanup | Rohit Goswami | 2021-09-20 | 1 | -3/+3 |
| | | | | |||||
* | | | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 25 | -47/+47 |
|/ / / | |||||
* | | | Merge pull request #19893 from HaoZeke/f2py_docclean | Charles Harris | 2021-09-20 | 39 | -618/+674 |
|\ \ \ | | | | | | | | | MAINT,DOC: f2py restructring | ||||
| * | | | DOC: Address reviewer comments | Rohit Goswami | 2021-09-20 | 5 | -72/+73 |
| | | | | |||||
| * | | | DOC: Reword f2py docs | Rohit Goswami | 2021-09-20 | 7 | -551/+607 |
| | | | | |||||
| * | | | MAINT: Reorder f2py doc pages | Rohit Goswami | 2021-09-19 | 1 | -3/+3 |
| | | | | |||||
| * | | | MAINT,DOC: Refactor, syntax highlighting for f2py | Rohit Goswami | 2021-09-19 | 36 | -65/+64 |
| |/ / | |||||
* | | | DOC:Fixed refguide errors for basics.creation.rst | Arryan Singh | 2021-09-20 | 1 | -13/+11 |
|/ / | |||||
* | | Merge pull request #19844 from Mukulikaa/c-api-additions | Charles Harris | 2021-09-16 | 1 | -14/+61 |
|\ \ | | | | | | | DOC: Added missing C-API functions | ||||
| * | | 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 | ||||
* | | | DOC: Moved NumPy Internals into Under-the-hood docs | Mukulika | 2021-09-13 | 8 | -871/+954 |
| |/ |/| | |||||
* | | Merge branch 'main' of https://github.com/sayantikabanik/numpy | Sayantika Banik | 2021-09-08 | 9 | -15/+652 |
|\ \ | |/ | |||||
| * | Merge pull request #18884 from seiko2plus/breathe_doxygen | Matti Picus | 2021-09-05 | 8 | -7/+639 |
| |\ | | | | | | | DOC: Add support for documenting C/C++ via Doxygen & Breathe | ||||
| | * | DOC: Improve Doxygen Javadoc style examples | Sayed Adel | 2021-08-31 | 3 | -16/+43 |
| | | | |||||
| | * | DOC: skip generating c/c++ doc from comment blocks when Doxygen or Breathe ↵ | Sayed Adel | 2021-08-31 | 1 | -1/+11 |
| | | | | | | | | | | | | isn't available. | ||||
| | * | DOC: Apply suggestions from Matti review | Sayed Adel | 2021-08-31 | 1 | -14/+17 |
| | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| | * | DOC: Add support for documenting C/C++ via Doxygen & Breathe | Sayed Adel | 2021-08-30 | 6 | -7/+599 |
| | | | |||||
| * | | Merge pull request #19810 from charris/update-some-includes | Charles Harris | 2021-09-03 | 1 | -8/+13 |
| |\ \ | | | | | | | | | MAINT: Minor include rationalizations. | ||||
| | * | | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 1 | -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 Banik | 2021-09-08 | 2 | -2/+2 |
|/ / / | |||||
* | | | DOC: Fix import of default_rngdoc/user-guide-default-rng | Robert Kern | 2021-09-01 | 1 | -1/+1 |
| |/ |/| | | | Fixes #19812 19812 | ||||
* | | Merge pull request #19407 from Mukulikaa/indexing-docs-merge | Matti Picus | 2021-08-30 | 4 | -929/+808 |
|\ \ | |/ |/| | DOC: Rearranged parts of the Indexing docs to consolidate content | ||||
| * | DOC: Removed unnecessary section link | Mukulika | 2021-08-30 | 1 | -3/+1 |
| | | |||||
| * | DOC: Renamed section to Basic indexing | Mukulika | 2021-08-28 | 1 | -5/+5 |
| | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
| * | DOC: Added examples and other minor changes after review | Mukulika | 2021-08-28 | 1 | -59/+142 |
| | | |||||
| * | DOC: Reformatted examples | Mukulika | 2021-08-20 | 1 | -51/+52 |
| | | |||||
| * | DOC: Replaced indexing stub doc with routines | Mukulika | 2021-08-18 | 4 | -131/+69 |
| | | |||||
| * | DOC: Exchanged the contents of Indexing basics and Indexing ref docs | Mukulika | 2021-08-18 | 2 | -734/+735 |
| | | |||||
| * | DOC: Rearranged parts of the Indexing docs to consolidate content | Mukulika | 2021-08-18 | 2 | -546/+404 |
| | | |||||
* | | fix basics.creation.rst to address issue 19726 | Derek Huang | 2021-08-21 | 1 | -2/+2 |
| | | |||||
* | | Grammatical errors: | yan | 2021-08-18 | 1 | -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 Lee | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | REL: Update main after 1.21.2 release. | Charles Harris | 2021-08-16 | 2 | -0/+60 |
| | | | | [skip ci] | ||||
* | DOC: Created fundamentals doc for explanations in `ufunc` reference doc (#19516) | Mukulika | 2021-08-12 | 4 | -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) | Mukulika | 2021-08-12 | 10 | -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 Marmo | 2021-08-02 | 2 | -327/+330 |
| | |||||
* | Fix scope of c:macro. | Chiara Marmo | 2021-08-01 | 2 | -324/+327 |
| | |||||
* | Merge pull request #19571 from seberg/ufunc-refactor-2021-normal | Matti Picus | 2021-07-28 | 1 | -3/+7 |
|\ | | | | | MAINT: Refactor UFunc core to use NEP 43 style dispatching | ||||
| * | MAINT: Use the same pattern for the floating point error check | Sebastian Berg | 2021-07-22 | 1 | -3/+4 |
| | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | DOC: use deprecated rather than note and delete old docstring | Sebastian Berg | 2021-07-22 | 1 | -6/+2 |
| | | |||||
| * | MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotion | Sebastian Berg | 2021-07-22 | 1 | -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.rst | Chiara Marmo | 2021-07-27 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> |