summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* DOC: typo, see issue 22369amagicmuffin2022-10-031-1/+1
|
* DOC, MAINT: Remove unused filesmelissawm2022-10-036-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 docsThomas Kastl2022-09-231-2/+2
|
* Merge pull request #22256 from WillAyd/multi-index-iter-exampleSebastian Berg2022-09-201-0/+60
|\ | | | | DOC: Add C API Documentation for NPY_ITER_MULTI_INDEX
| * DOC: Add C API documentation for NPY_ITER_MULTI_INDEXWill Ayd2022-09-191-0/+60
| |
* | REL: Update main after 1.23.3 release.Charles Harris2022-09-092-0/+57
|/
* DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)Loïc Estève2022-09-061-3/+3
| | | | | | | * Fix typo disutils -> distutils * Update doc/source/reference/distutils_status_migration.rst Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* docs: Fix small grammar slipMartin Zacho2022-08-281-1/+1
|
* DOC: add more prominent warnings to pin setuptoolsRalf Gommers2022-08-212-3/+16
| | | | | [skip github] [skip azp]
* Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctlMatti Picus2022-08-211-0/+1
|\ | | | | ENH: Use `threadpoolctl` in `show_runtime` (a new function)
| * DOC: Added `show_runtime` to Utilityganesh-k132022-08-191-0/+1
| |
* | Merge pull request #22150 from seiko2plus/issue_21920Charles Harris2022-08-191-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 Gommers2022-08-191-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-outlineRalf Gommers2022-08-198-32/+29
|\ \ \ | | | | | | | | DOC: Reorganize user guide outline
| * | | DOC: Reorganize user guide outlinemelissawm2022-08-128-32/+29
| | | |
* | | | Merge pull request #22122 from rkern/doc/sequence-of-seedsCharles Harris2022-08-182-2/+84
|\ \ \ \ | |_|_|/ |/| | | DOC: Explain how to use sequences of integers as seeds.
| * | | DOC: Explain how to use sequences of integers as seeds.Robert Kern2022-08-132-2/+84
| | | |
* | | | Merge pull request #21879 from tupui/skip_azp_circleMatti Picus2022-08-171-11/+8
|\ \ \ \ | | | | | | | | | | CI: skip azp and circleCI logic
| * | | | DOC: update skip section and fix formatting.Pamphile Roy2022-08-171-11/+8
| | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | Merge pull request #22116 from melissawm/add-sphinx-designMatti Picus2022-08-167-75/+84
|\ \ \ \ \ | | | | | | | | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design
| * | | | | DOC: Fix intersphinx inventory namesmelissawm2022-08-154-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-designmelissawm2022-08-123-70/+79
| | |_|/ / | |/| | |
* | | | | REL: Update main after 1.23.2 release.Charles Harris2022-08-142-0/+51
| |_|/ / |/| | |
* | | | Merge pull request #21152 from PrecisionWordcraft/howto-bugMelissa Weber Mendonça2022-08-122-0/+169
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Note about virtualenvMelissa Weber Mendonça2022-08-121-1/+2
| | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | DOC: Fix numbering in section titleMelissa Weber Mendonça2022-07-081-1/+1
| | | | | | | | | | | | Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | | DOC: Addressing review commentsmelissawm2022-07-081-29/+33
| | | |
| * | | DOC: style fixesmelissawm2022-07-071-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 reviewPrecision Wordcraft LLC2022-07-071-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 fixesPrecisionWordcraft2022-07-071-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 bugAl-Baraa El-Hag2022-07-072-0/+131
| | | |
* | | | DOC: updated masked_print_option and added explanation (#22013)Miki Watanabe2022-07-201-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix misspelling in masked_print_option data entry and add explanation on how to change the value. Co-authored-by: 渡邉 美希 <miki.watanabe@watanabenoMacBook-Pro.local> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | DOC: some improvements in the NumPy/MATLAB comparison (#22000)Petar Mlinarić2022-07-191-38/+37
| | | | | | | | | | | | | | | | Includes formatting fixes, example code corrections (not covered by refguide-check), and updates to outdated explanations.
* | | | Merge pull request #21837 from seberg/note-objects-nullCharles Harris2022-07-121-0/+23
|\ \ \ \ | |_|_|/ |/| | | DOC: Document expectation for object array initialization
| * | | DOC: Adopt changes as suggested in reviewSebastian Berg2022-07-051-2/+3
| | | | | | | | | | | | | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
| * | | DOC: Document expectation for object array initializationSebastian Berg2022-06-231-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.
* | | | Merge pull request #21943 from joaopfg/fix/error-messageMatti Picus2022-07-121-0/+37
|\ \ \ \ | | | | | | | | | | DOC, MAINT: Document the C-API incompatibility error and point the error message to this doc.
| * | | | Fixing formatting problemjoaopfg2022-07-111-6/+25
| | | | |
| * | | | Adding docs about the C-API incompatibility error and pointing to the docs ↵joaopfg2022-07-071-0/+18
| | |/ / | |/| | | | | | | | | | in the error
* | | | Merge pull request #21945 from melissawm/update-release-guideCharles Harris2022-07-101-2/+14
|\ \ \ \ | | | | | | | | | | MAINT, DOC: Update release guide
| * | | | MAINT,DOC: Update release guidemelissawm2022-07-071-2/+14
| |/ / /
* | | | DOC: Add a note about security and NumPy to the documentation (#21927)Sebastian Berg2022-07-102-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Add a note about security and NumPy to the documentation The main plan is to have something to point to when we get "security adviseries" for issues where it is necessary to trigger very exact bugs in impossible places, or just require direct API access to begin with. Neither of this is a serious security issue. I thought it might be good to make a note that e.g. structured dtypes are a big complexity source that one should maybe be careful about. * DOC: Apply review suggestions Co-authored-by: Leo Fang <leofang@bnl.gov> * DOC: Incorporate review suggestions for security docs Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> * Update doc/source/reference/security.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> * Update doc/source/reference/security.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Leo Fang <leofang@bnl.gov> Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Charles Harris <charlesr.harris@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | REL: Update main after 1.23.1 release.Charles Harris2022-07-082-0/+46
| | | |
* | | | Merge pull request #21248 from ax3l/doc-improve-array-interface-dataMatti Picus2022-07-081-3/+9
|\ \ \ \ | |/ / / |/| | | DOC: improve description of the `data` entry in `__array_interface__`
| * | | DOC: Apply final wording suggestion.Ross Barnowski2022-07-081-5/+9
| | | | | | | | | | | | | | | | Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>.
| * | | DOC: Improve Array Interface `data`Axel Huebl2022-03-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous guidance on the integer type of `data` was a bit misleading in practice and has now been improved. In practice, Unix is fine with `int` (32bit) and `long` (64bit), but Windows requires `long long` to hold a pointer. https://en.cppreference.com/w/cpp/language/types In order not to complicate the guidance, recommend the `intptr_t` type explicitly.
* | | | DOC: Use alternative phrasing for dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-9/+9
| | | |
* | | | DOC: Rephrase dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-4/+8
| | | |
* | | | Merge pull request #21922 from davidgilbertson/patch-2Matti Picus2022-07-051-1/+1
|\ \ \ \ | | | | | | | | | | DOC: fix typo on custom array containers page
| * | | | DOC: fix typo on custom array containers pageDavid Gilbertson2022-07-051-1/+1
| | | | |