Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REL: Prepare main for NumPy 1.25.0 development | Charles Harris | 2022-11-22 | 2 | -0/+46 |
| | |||||
* | DOC: Remove traces of interrupt handling utilities | Sebastian Berg | 2022-11-21 | 1 | -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-aliases | Ralf Gommers | 2022-11-21 | 1 | -1/+0 |
|\ | | | | | DEP: Next step in scalar type alias deprecations/futurewarnings | ||||
| * | BUG: Fixup warning giving and remove MachAr from docs | Sebastian Berg | 2022-11-17 | 1 | -1/+0 |
| | | |||||
* | | MAINT: Update main after 1.23.5 release. | Charles Harris | 2022-11-19 | 2 | -0/+40 |
| | | |||||
* | | DOC: testing: Fix typo: nulps -> nulp | warren | 2022-11-18 | 1 | -1/+1 |
| | | | | | | | | [skip actions] [skip travis] [skip azp] | ||||
* | | DOC: Rm round_ from autosummary | Inessa Pawson | 2022-11-17 | 1 | -1/+0 |
|/ | |||||
* | DOC: expand docs on debugging with gdb | Nathan Goldbaum | 2022-11-14 | 2 | -9/+50 |
| | |||||
* | 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 | 2 | -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 it | Ralf Gommers | 2022-11-06 | 2 | -37/+66 |
| | | | | | | | | | | | | [skip azp] [skip actions] Closes gh-21431 | ||||
* | | 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> | ||||
* | | Merge pull request #22504 from blackary/patch-1 | Matti Picus | 2022-11-01 | 1 | -1/+1 |
|\ \ | | | | | | | DOC: Add code-formatting on install instructions | ||||
| * | | 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: added example in char (#22500) | hannah | 2022-10-31 | 1 | -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.rst | Nathan Rooy | 2022-10-31 | 1 | -1/+1 |
|/ / | |||||
* | | DOC: fix typo in advanced_debugging.rst [skip ci] | Tony Newton / Teng Liu | 2022-10-26 | 1 | -1/+1 |
| | | |||||
* | | DOC: rm msort from autosummary to discourage discovery. | Ross Barnowski | 2022-10-19 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #22409 from noritada/dark-mode-coloring-improvements | Sebastian Berg | 2022-10-17 | 1 | -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 button | Noritada Kobayashi | 2022-10-17 | 1 | -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 Kobayashi | 2022-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | (#22408) | ||||
* | | | Merge pull request #22430 from charris/post-1.23.4-release-update | Charles Harris | 2022-10-13 | 2 | -0/+49 |
|\ \ \ | | | | | | | | | MAINT: Update main after 1.23.4 release. | ||||
| * | | | REL: Update main after 1.23.4 release. | Charles Harris | 2022-10-12 | 2 | -0/+49 |
| | | | | |||||
* | | | | Merge pull request #22411 from DimitriPapadopoulos/python2_doc | Sebastian Berg | 2022-10-13 | 1 | -8/+8 |
|\ \ \ \ | |/ / / |/| | | | DOC: Remove documentation specific to Python 2 | ||||
| * | | | DOC: Remove documentation specific to Python 2 | Dimitri Papadopoulos | 2022-10-08 | 1 | -8/+8 |
| |/ / | |||||
* | | | Update doc/source/f2py/python-usage.rst | Rohit Goswami | 2022-10-10 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
* | | | DOC: Add reference links and switch to PyCapsule | Rohit Goswami | 2022-10-10 | 3 | -13/+14 |
| | | | |||||
* | | | DOC: Replace CObject with Capsule consistently | Rohit Goswami | 2022-10-10 | 3 | -10/+11 |
|/ / | |||||
* | | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 7 | -8/+8 |
| | | |||||
* | | 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 |
| | |||||
* | Merge pull request #22256 from WillAyd/multi-index-iter-example | Sebastian Berg | 2022-09-20 | 1 | -0/+60 |
|\ | | | | | DOC: Add C API Documentation for NPY_ITER_MULTI_INDEX | ||||
| * | DOC: Add C API documentation for NPY_ITER_MULTI_INDEX | Will Ayd | 2022-09-19 | 1 | -0/+60 |
| | | |||||
* | | REL: Update main after 1.23.3 release. | Charles Harris | 2022-09-09 | 2 | -0/+57 |
|/ | |||||
* | DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206) | Loïc Estève | 2022-09-06 | 1 | -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 slip | Martin Zacho | 2022-08-28 | 1 | -1/+1 |
| | |||||
* | DOC: add more prominent warnings to pin setuptools | Ralf Gommers | 2022-08-21 | 2 | -3/+16 |
| | | | | | [skip github] [skip azp] | ||||
* | Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl | Matti Picus | 2022-08-21 | 1 | -0/+1 |
|\ | | | | | ENH: Use `threadpoolctl` in `show_runtime` (a new function) | ||||
| * | DOC: Added `show_runtime` to Utility | ganesh-k13 | 2022-08-19 | 1 | -0/+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 | 8 | -32/+29 |
|\ \ \ | | | | | | | | | DOC: Reorganize user guide outline | ||||
| * | | | DOC: Reorganize user guide outline | melissawm | 2022-08-12 | 8 | -32/+29 |
| | | | | |||||
* | | | | Merge pull request #22122 from rkern/doc/sequence-of-seeds | Charles Harris | 2022-08-18 | 2 | -2/+84 |
|\ \ \ \ | |_|_|/ |/| | | | DOC: Explain how to use sequences of integers as seeds. | ||||
| * | | | DOC: Explain how to use sequences of integers as seeds. | Robert Kern | 2022-08-13 | 2 | -2/+84 |
| | | | | |||||
* | | | | Merge pull request #21879 from tupui/skip_azp_circle | Matti Picus | 2022-08-17 | 1 | -11/+8 |
|\ \ \ \ | | | | | | | | | | | CI: skip azp and circleCI logic |