Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489) | Younes | 2023-04-28 | 1 | -6/+7 |
| | | | | | | | | | | | | * DOC: Fixing incorrect sentence - Boolean array indexing #23377 * Update doc/source/user/basics.indexing.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> --------- Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: Convert titles to sentence case (#23643) | Talha M | 2023-04-26 | 2 | -2/+2 |
| | | | Partially addresses #16261. | ||||
* | DOC: default integer dtype reflect C long size (#23507) | Matti Picus | 2023-03-31 | 1 | -2/+2 |
| | |||||
* | DOC: fix broken link to SciPy Tutorial | partev | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | DOC: Update wording related to recommended np alias (#23424) | Michail Gaganis | 2023-03-19 | 1 | -2/+2 |
| | | | Co-authored-by: Mike-gag <gaganis.michail@gmail.com> | ||||
* | MAINT: cleanup unused Python3.8-only code and references | Clément Robert | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | DOC: Fix some links in the usage document | yuki | 2023-02-25 | 2 | -2/+2 |
| | |||||
* | DOC: Limit line lengths | Pieter | 2023-02-10 | 1 | -2/+8 |
| | |||||
* | Apply suggestions from code review | Pieter | 2023-02-10 | 1 | -3/+3 |
| | | | Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com> | ||||
* | DOC: Add N-dimensional argmax/argmin example | Pieter | 2023-02-06 | 1 | -1/+19 |
| | |||||
* | DOC: Structured array doc update to note `dtype[name]` (#22723) | A Chethan Reddy | 2023-01-16 | 1 | -0/+5 |
| | | | | | Add note that name access of structured dtypes is allowed. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: add information about disabling SIMD for crashes | mattip | 2023-01-10 | 1 | -3/+65 |
| | |||||
* | DOC: Remove Gitpod as a local build option for users (#22911) | Mukulika | 2023-01-09 | 1 | -22/+5 |
| | | | | | * DOC: Remove Gitpod as a local build option for users Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
* | DOC: fix typo in basics.dispatch.rst | Ikko Ashimine | 2022-12-11 | 1 | -2/+2 |
| | | | overriden -> overridden | ||||
* | Remove dangling deprecation warning | Syam Gadde | 2022-12-01 | 1 | -4/+0 |
| | | | This deprecation is no longer mentioned elsewhere on the page. | ||||
* | API: Add numpy.testing.overrides to aid testing of custom array containers | Nathan Goldbaum | 2022-11-16 | 1 | -0/+30 |
| | | | | Closes #15544 | ||||
* | Merge pull request #22375 from melissawm/doc-arange | Matti Picus | 2022-11-08 | 4 | -1/+277 |
|\ | | | | | DOC: How to partition domains | ||||
| * | DOC: Improve how-to-partition contents. | melissawm | 2022-10-11 | 2 | -23/+21 |
| | | | | | | | | Also add links to this document from the functions' docstrings. | ||||
| * | DOC: How to partition domains | melissawm | 2022-10-03 | 3 | -0/+278 |
| | | |||||
* | | DOC: Add instruction to initialize git submodules (#22543) | Juan Luis Cano Rodríguez | 2022-11-07 | 1 | -0/+4 |
| | | | | | | | | Add instructions to developer documentation about initializing git submodules before local build. | ||||
* | | DOC: Remove "current" from byte-order note and expand it slightly (#22521) | Sebastian Berg | 2022-11-04 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | We don't preserve non-native byte-order and we have no wish to do so. (If someone disagrees, they better wite a NEP ;)) Spell it out, and thus: closes gh-1866 Co-authored-by: Sebastian Berg <sebastianb@nvidia.com> | ||||
* | | Switch to code block | Zachary Blackwood | 2022-11-01 | 1 | -2/+2 |
| | | |||||
* | | Add code-formatting on install instructions | Zachary Blackwood | 2022-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The docs seem to be collapsing `--` into `-`, leading the live [page](https://numpy.org/devdocs/user/troubleshooting-importerror.html) to show an invalid command: ``` pip install numpy –upgrade ``` This adds backticks to force both of the `-`'s to be visible | ||||
* | | DOC: Add reference links and switch to PyCapsule | Rohit Goswami | 2022-10-10 | 1 | -9/+10 |
| | | |||||
* | | DOC: Replace CObject with Capsule consistently | Rohit Goswami | 2022-10-10 | 1 | -3/+3 |
| | | |||||
* | | DOC: typo, see issue 22369 | amagicmuffin | 2022-10-03 | 1 | -1/+1 |
|/ | |||||
* | DOC, MAINT: Remove unused files | melissawm | 2022-10-03 | 6 | -84/+0 |
| | | | | | | These files should be deleted, as they were used on the SVD Tutorial which is now hosted at numpy/numpy-tutorials. [skip azp][skip travis] | ||||
* | Minor typo in docs | Thomas Kastl | 2022-09-23 | 1 | -2/+2 |
| | |||||
* | docs: Fix small grammar slip | Martin Zacho | 2022-08-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22150 from seiko2plus/issue_21920 | Charles Harris | 2022-08-19 | 1 | -1/+1 |
|\ | | | | | CI: Test NumPy build against old versions of GCC(6, 7, 8) | ||||
| * | DOC: add notes on GCC 6.5 being the minimum supported GCC version. | Ralf Gommers | 2022-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Given that GCC 6 is mainly kept for Ubuntu LTS and that has 6.5 when you install gcc-6 with `apt`, let's document that as the minimum version (also that is what is tested in CI). [ci skip] | ||||
* | | Merge pull request #22117 from melissawm/user-guide-outline | Ralf Gommers | 2022-08-19 | 5 | -166/+23 |
|\ \ | | | | | | | DOC: Reorganize user guide outline | ||||
| * | | DOC: Reorganize user guide outline | melissawm | 2022-08-12 | 5 | -166/+23 |
| | | | |||||
* | | | Merge pull request #22116 from melissawm/add-sphinx-design | Matti Picus | 2022-08-16 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design | ||||
| * | | | DOC: Fix intersphinx inventory names | melissawm | 2022-08-15 | 3 | -3/+3 |
| |/ / | | | | | | | | | | Since Sphinx 5.0.0, some intersphinx links need explicit inventory names or they won't be resolved correctly. See https://www.sphinx-doc.org/en/master/changes.html\#release-5-0-0-released-may-30-2022 and https://github.com/sphinx-doc/sphinx/issues/2068. | ||||
* | | | Merge pull request #21152 from PrecisionWordcraft/howto-bug | Melissa Weber Mendonça | 2022-08-12 | 2 | -0/+169 |
|\ \ \ | |/ / |/| | | |||||
| * | | DOC: Note about virtualenv | Melissa Weber Mendonça | 2022-08-12 | 1 | -1/+2 |
| | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
| * | | DOC: Fix numbering in section title | Melissa Weber Mendonça | 2022-07-08 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Rohit Goswami <r95g10@gmail.com> | ||||
| * | | DOC: Addressing review comments | melissawm | 2022-07-08 | 1 | -29/+33 |
| | | | |||||
| * | | DOC: style fixes | melissawm | 2022-07-07 | 1 | -67/+78 |
| | | | | | | | | | | | | | | | | | | | | | Also adds how-to-verify-bug.rst to doctest skiplist in refguide_check. Co-authored-by: Precision Wordcraft LLC <75840094+PrecisionWordcraft@users.noreply.github.com> Co-authored-by: Rohit Goswami <r95g10@gmail.com> | ||||
| * | | DOC: Apply suggestions from code review | Precision Wordcraft LLC | 2022-07-07 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | | | Rebased on local, forced push, accepted all suggestions. Co-authored-by: Rohit Goswami <r95g10@gmail.com> | ||||
| * | | DOC: How-to for verifying bug existence and fixes | PrecisionWordcraft | 2022-07-07 | 1 | -27/+50 |
| | | | | | | | | | | | | | | | | | | | | | Initial commit for replacement PR for 17851, which was closed when the NumPy main branch was renamed. It walks the reader through a quick procedure for verifying bug existence and fixes. | ||||
| * | | DOC: How to verify your first numpy bug | Al-Baraa El-Hag | 2022-07-07 | 2 | -0/+131 |
| | | | |||||
* | | | DOC: some improvements in the NumPy/MATLAB comparison (#22000) | Petar Mlinarić | 2022-07-19 | 1 | -38/+37 |
| |/ |/| | | | | | Includes formatting fixes, example code corrections (not covered by refguide-check), and updates to outdated explanations. | ||||
* | | Fixing formatting problem | joaopfg | 2022-07-11 | 1 | -6/+25 |
| | | |||||
* | | Adding docs about the C-API incompatibility error and pointing to the docs ↵ | joaopfg | 2022-07-07 | 1 | -0/+18 |
|/ | | | | in the error | ||||
* | DOC: Use alternative phrasing for dimensionality, size in broadcasting.rst | Seva Lotoshnikov | 2022-07-05 | 1 | -9/+9 |
| | |||||
* | DOC: Rephrase dimensionality, size in broadcasting.rst | Seva Lotoshnikov | 2022-07-05 | 1 | -4/+8 |
| | |||||
* | Merge pull request #21922 from davidgilbertson/patch-2 | Matti Picus | 2022-07-05 | 1 | -1/+1 |
|\ | | | | | DOC: fix typo on custom array containers page | ||||
| * | DOC: fix typo on custom array containers page | David Gilbertson | 2022-07-05 | 1 | -1/+1 |
| | |