Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC,TST: Fix Pandas code example as per new release | Mukulika | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | DOC, ENH: Use pngs instead of svgs. | Mukulika | 2022-01-01 | 6 | -5/+5 |
| | | | | | | Latex doesn't support svgs, sphinx doesn't support pdfs, so the common image type is pngs. This fixes the pdf document build that was failing with the svgs. | ||||
* | DOC: Use np alias in absolute beginners tutorial example (#20256) | Alban Colley | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | DOC: fix broken link in "What is NumPy?" to broadcasting | khuynh | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | DOC: Added note about base attribute | Mukulika | 2021-10-28 | 1 | -1/+5 |
| | |||||
* | DOC: Improved wording and organization | Mukulika | 2021-10-28 | 1 | -58/+62 |
| | |||||
* | DOC: Removed less used term counts | Mukulika | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | DOC: Added introductory para | Mukulika | 2021-10-28 | 1 | -14/+23 |
| | |||||
* | DOC: Create an explanation document for copies and views | Mukulika | 2021-10-28 | 2 | -0/+136 |
| | |||||
* | fixing typo in numpy doc | Vijay Arora | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20115 from ↵ | Charles Harris | 2021-10-21 | 1 | -2/+8 |
|\ | | | | | | | | | rossbar/doc/absolute-beginners-match-axis-reduction-img DOC: Modify code in absolute beginners tutorial to match image | ||||
| * | Add missing indefinite article. | Ross Barnowski | 2021-10-14 | 1 | -1/+1 |
| | | |||||
| * | Modify code to match img illustrating reduction along axis. | Ross Barnowski | 2021-10-13 | 1 | -2/+8 |
| | | | | | | | | Co-authored-by: MarsBarLee <mlee@quansight.com> | ||||
* | | DOC:Reword array has one axis | Arushi Sharma | 2021-10-19 | 1 | -4/+5 |
|/ | |||||
* | ENH: Add spaces after punctuation in dtype repr/str. (#19686) | Antony Lee | 2021-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Before: ``` In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]}) Out[1]: dtype({'names':['a'], 'formats':['<i8'], 'offsets':[2], 'itemsize':10}) ``` After: ``` In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]}) Out[1]: dtype({'names': ['a'], 'formats': ['<i8'], 'offsets': [2], 'itemsize': 10}) ``` * Allow switching back to old dtype printing format. * Add changelog. | ||||
* | Merge pull request #19957 from HaoZeke/capif2py | Charles Harris | 2021-09-27 | 1 | -45/+42 |
|\ | | | | | DOC: Add syntax highlighting, update pronouns | ||||
| * | MAINT: Apply suggestions from code review | Rohit Goswami | 2021-09-27 | 1 | -7/+7 |
| | | | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
| * | DOC: Add syntax highlighting, update pronouns | Rohit Goswami | 2021-09-27 | 1 | -45/+42 |
| | | |||||
* | | Merge pull request #19983 from WarrenWeckesser/doc-c99 | Charles Harris | 2021-09-27 | 1 | -0/+3 |
|\ \ | | | | | | | DOC: Specifically mention the C99 requirement in 'Building from source' | ||||
| * | | DOC: Specifically mention the C99 requirement in 'Building from source' | warren | 2021-09-27 | 1 | -0/+3 |
| |/ | |||||
* | | 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 #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 |
| | | |||||
* | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 6 | -8/+8 |
| | | |||||
* | | DOC:Fixed refguide errors for basics.creation.rst | Arryan Singh | 2021-09-20 | 1 | -13/+11 |
|/ | |||||
* | 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. | ||||
* | | 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 | 1 | -305/+745 |
|\ \ | |/ |/| | 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 | 1 | -5/+3 |
| | | |||||
| * | DOC: Exchanged the contents of Indexing basics and Indexing ref docs | Mukulika | 2021-08-18 | 1 | -38/+701 |
| | | |||||
| * | DOC: Rearranged parts of the Indexing docs to consolidate content | Mukulika | 2021-08-18 | 1 | -343/+40 |
| | | |||||
* | | 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: Created fundamentals doc for explanations in `ufunc` reference doc (#19516) | Mukulika | 2021-08-12 | 3 | -0/+342 |
| | | | | | | | | | | * 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 | 2 | -4/+5 |
| | | | | | | | | * 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 | ||||
* | Remove PyArray_MultiIter_SIZE definition. Tentative definition for ↵ | Chiara Marmo | 2021-07-27 | 1 | -2/+2 |
| | | | | PyArray_FinalizeFunc. | ||||
* | Fix sphinx warnings in c-info.beyond-basics. | Chiara Marmo | 2021-07-27 | 1 | -4/+4 |
| | |||||
* | DOC: Additional ideas related to numpy-tutorials integration (#19422) | Ross Barnowski | 2021-07-19 | 2 | -2/+2 |
| | | | | | | | | | | | * Add navbar link to numpy-tutorials. * External links instead of tutorials stub. * Update tutorial-svd link to intersphinx. * Point tutorials to features, not applications. * Fix linter | ||||
* | Merge pull request #19369 from Mukulikaa/broadcast-docs-merge | Matti Picus | 2021-07-18 | 12 | -263/+4498 |
|\ | | | | | DOC: Moved VQ example & target from duplicate array broadcasting doc | ||||
| * | DOC: Fixed nested formatting | Mukulika | 2021-07-14 | 1 | -2/+2 |
| | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
| * | DOC: Added graphics for examples with alt-texts | Mukulika | 2021-07-10 | 12 | -211/+4427 |
| | | | | | | | | | | | | | | 1. Deleted older formats of the graphics which belonged to the orphan doc 2. Added SVGs for the same diagrams (with necessary corrections) 3. Added detailed alt-texts for each diagram and graph 4. Removed all content from the orphan doc since all of it has been moved | ||||
| * | DOC: Added link to updated doc in array-broadcasting-in-numpy doc | Mukulika | 2021-07-02 | 1 | -0/+3 |
| | | |||||
| * | DOC: Changed figure name and removed some duplicate parts from orphan doc | Mukulika | 2021-07-01 | 2 | -47/+1 |
| | | |||||
| * | DOC: Moved VQ example & target from duplicate doc | Mukulika | 2021-06-29 | 2 | -13/+75 |
| | |