Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Some updates to the array_api compat document (#22747) | Aaron Meurer | 2022-12-06 | 1 | -3/+14 |
| | | | | | | | * Add reshape differences to the array API compat document * Add an item to the array API compat document about reverse broadcasting * Make some wording easier to read | ||||
* | Merge pull request #22705 from kremeyer/dev | Matti Picus | 2022-12-02 | 1 | -3/+3 |
|\ | | | | | DOC: misleading text lead to false hope | ||||
| * | DOC: misleading text lead to false hope | Laurenz Kremeyer | 2022-12-01 | 1 | -3/+3 |
| | | |||||
* | | Remove dangling deprecation warning | Syam Gadde | 2022-12-01 | 1 | -4/+0 |
|/ | | | This deprecation is no longer mentioned elsewhere on the page. | ||||
* | DOC: Document exceptions and warnings in the refguide | Sebastian Berg | 2022-11-30 | 1 | -6/+1 |
| | | | | | AxisError did exist, but e.g. ComplexWarning wasn't even properly included. | ||||
* | Merge pull request #22533 from ngoldbaum/ufunc-and-function-listing | Sebastian Berg | 2022-11-29 | 3 | -0/+49 |
|\ | | | | | API: Add numpy.testing.overrides to aid testing of custom array containers | ||||
| * | API: Add numpy.testing.overrides to aid testing of custom array containers | Nathan Goldbaum | 2022-11-16 | 3 | -0/+49 |
| | | | | | | | | Closes #15544 | ||||
* | | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter ↵ | Matti Picus | 2022-11-28 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | (#22684) * make isnan, isinf, isfinite, signbit, nextafter aliases * fixes from review Co-authored-by: Sebastian Berg <sebastianb@nvidia.com> | ||||
* | | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 3 | -36/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables building with NumPy on Linux and macOS. Windows support should be complete to, but is untested as of now and may need a few tweaks. This contains: - A set of `meson.build` files and related code generation script tweaks, header templates, etc. - One CI job on Linux - Basic docs on using Meson to build NumPy (not yet integrated in the html docs, it's too early for that - this is for early adopters right now). The build should be complete, with the major exception of SIMD support. The full test suite passes. See gh-22546 for the tracking issue with detailed notes on the plan for switching NumPy to Meson as its build system. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> | ||||
* | | 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] |