summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-222-0/+46
|
* DOC: Remove traces of interrupt handling utilitiesSebastian Berg2022-11-211-11/+0
| | | | | | | | | | We do not use these in NumPy anymore, and at this point the whole `npy_interrupt.h` header only exists in case someone is using it out there. We may wish to just remove it at some point, vendoring the header is simple enough after all (and no known downstream usage exists). See also gh-7545, gh-12541
* Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-211-1/+0
|\ | | | | DEP: Next step in scalar type alias deprecations/futurewarnings
| * BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-171-1/+0
| |
* | MAINT: Update main after 1.23.5 release.Charles Harris2022-11-192-0/+40
| |
* | DOC: testing: Fix typo: nulps -> nulpwarren2022-11-181-1/+1
| | | | | | | | [skip actions] [skip travis] [skip azp]
* | DOC: Rm round_ from autosummaryInessa Pawson2022-11-171-1/+0
|/
* DOC: expand docs on debugging with gdbNathan Goldbaum2022-11-142-9/+50
|
* Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-084-1/+277
|\ | | | | DOC: How to partition domains
| * DOC: Improve how-to-partition contents.melissawm2022-10-112-23/+21
| | | | | | | | Also add links to this document from the functions' docstrings.
| * DOC: How to partition domainsmelissawm2022-10-033-0/+278
| |
* | DOC: Add instruction to initialize git submodules (#22543)Juan Luis Cano Rodríguez2022-11-072-0/+8
| | | | | | | | Add instructions to developer documentation about initializing git submodules before local build.
* | DOC: update libnpymath docs on its status and how to consume itRalf Gommers2022-11-062-37/+66
| | | | | | | | | | | | [skip azp] [skip actions] Closes gh-21431
* | DOC: Remove "current" from byte-order note and expand it slightly (#22521)Sebastian Berg2022-11-041-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>
* | Merge pull request #22504 from blackary/patch-1Matti Picus2022-11-011-1/+1
|\ \ | | | | | | DOC: Add code-formatting on install instructions
| * | Switch to code blockZachary Blackwood2022-11-011-2/+2
| | |
| * | Add code-formatting on install instructionsZachary Blackwood2022-10-311-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: added example in char (#22500)hannah2022-10-311-2/+8
| | | | | | | | | | | | | | | | | | Add examples to char module docstring showing use-cases for a couple of the functions in the package. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | Update index.rstNathan Rooy2022-10-311-1/+1
|/ /
* | DOC: fix typo in advanced_debugging.rst [skip ci]Tony Newton / Teng Liu2022-10-261-1/+1
| |
* | DOC: rm msort from autosummary to discourage discovery.Ross Barnowski2022-10-191-1/+0
| |
* | Merge pull request #22409 from noritada/dark-mode-coloring-improvementsSebastian Berg2022-10-171-1/+1
|\ \ | | | | | | DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme
| * | DOC: Update a label color for the version selection buttonNoritada Kobayashi2022-10-171-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Inessa Pawson <inessapawson@gmail.com> Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
| * | DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme ↵Noritada Kobayashi2022-10-081-1/+1
| | | | | | | | | | | | (#22408)
* | | Merge pull request #22430 from charris/post-1.23.4-release-updateCharles Harris2022-10-132-0/+49
|\ \ \ | | | | | | | | MAINT: Update main after 1.23.4 release.
| * | | REL: Update main after 1.23.4 release.Charles Harris2022-10-122-0/+49
| | | |
* | | | Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-131-8/+8
|\ \ \ \ | |/ / / |/| | | DOC: Remove documentation specific to Python 2
| * | | DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-8/+8
| |/ /
* | | Update doc/source/f2py/python-usage.rstRohit Goswami2022-10-101-1/+1
| | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* | | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-103-13/+14
| | |
* | | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-103-10/+11
|/ /
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-077-8/+8
| |
* | 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