summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MAINT: Update doc/release/upcoming_changes/22540.expired.rstCharles Harris2022-11-091-1/+1
| * | | DOC: Try to clarify which dtype instaces are still allowedSebastian Berg2022-11-071-3/+5
| * | | DOC: Add release note for expired dtype=/signature= ufunc deprecationSebastian Berg2022-11-071-0/+3
* | | | Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-084-1/+277
|\ \ \ \
| * | | | DOC: Improve how-to-partition contents.melissawm2022-10-112-23/+21
| * | | | 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
* | | | | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)Sebastian Berg2022-11-071-0/+3
* | | | | API: Always use BufferError when dlpack export failsSebastian Berg2022-11-071-0/+7
| |/ / / |/| | |
* | | | DOC: update libnpymath docs on its status and how to consume itRalf Gommers2022-11-062-37/+66
* | | | DOC: Remove "current" from byte-order note and expand it slightly (#22521)Sebastian Berg2022-11-041-3/+5
* | | | Merge pull request #22504 from blackary/patch-1Matti Picus2022-11-011-1/+1
|\ \ \ \
| * | | | Switch to code blockZachary Blackwood2022-11-011-2/+2
| * | | | Add code-formatting on install instructionsZachary Blackwood2022-10-311-1/+1
* | | | | DOC: added example in char (#22500)hannah2022-10-311-2/+8
* | | | | Update index.rstNathan Rooy2022-10-311-1/+1
|/ / / /
* | | | Merge pull request #22478 from seberg/integer-scalar-warningsMatti Picus2022-10-311-2/+2
|\ \ \ \
| * | | | Update doc/neps/nep-0050-scalar-promotion.rstSebastian Berg2022-10-311-1/+1
| * | | | DOC: Update NEP 50, only integer power has missing overflowSebastian Berg2022-10-271-2/+2
* | | | | NEP: Make NEP 51 to propose changing the scalar representation (#22261)Sebastian Berg2022-10-271-0/+337
* | | | | DOC: Update TESTS.rst to use the correct namesSebastian Berg2022-10-271-7/+10
* | | | | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-9/+10
* | | | | DOC: fix typo in advanced_debugging.rst [skip ci]Tony Newton / Teng Liu2022-10-261-1/+1
|/ / / /
* | | | Merge pull request #22458 from seberg/nditer-allow-all-allocatedCharles Harris2022-10-231-0/+8
|\ \ \ \
| * | | | ENH: Allow all allocated operands in nditer/NpyIterSebastian Berg2022-10-201-0/+8
* | | | | DOC: Add release note.Ross Barnowski2022-10-201-0/+4
* | | | | DOC: rm msort from autosummary to discourage discovery.Ross Barnowski2022-10-191-1/+0
* | | | | DOC: Update NEP 50 text since integer conversion errors now exist.Sebastian Berg2022-10-191-10/+11
|/ / / /
* | | | Merge pull request #22409 from noritada/dark-mode-coloring-improvementsSebastian Berg2022-10-171-1/+1
|\ \ \ \
| * | | | DOC: Update a label color for the version selection buttonNoritada Kobayashi2022-10-171-1/+1
| * | | | DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme ...Noritada Kobayashi2022-10-081-1/+1
* | | | | DOC: Add changelog for ``masked_invalid`` change. (#22406)Chiara Marmo2022-10-141-0/+7
* | | | | Merge pull request #22430 from charris/post-1.23.4-release-updateCharles Harris2022-10-134-55/+109
|\ \ \ \ \
| * | | | | REL: Update main after 1.23.4 release.Charles Harris2022-10-124-55/+109
* | | | | | Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-131-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-8/+8
| |/ / / /
* | | | | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-0/+17
|\ \ \ \ \
| * | | | | Update doc/release/upcoming_changes/22393.deprecation.rstSebastian Berg2022-10-111-1/+1
| * | | | | DOC: Add release note about deprecation of out-of-bound python integer convSebastian Berg2022-10-061-0/+17
* | | | | | Update doc/source/f2py/python-usage.rstRohit Goswami2022-10-101-1/+1
* | | | | | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-103-13/+14
* | | | | | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-103-10/+11
* | | | | | Fix title level for improvements.Chiara Marmo2022-10-072-2/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #22399 from DimitriPapadopoulos/codespellSebastian Berg2022-10-079-14/+14
|\ \ \ \ \
| * | | | | MAINT,DOC: Fix typo / missing wordDimitri Papadopoulos2022-10-071-1/+1
| * | | | | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-077-8/+8
| * | | | | MAINT: Fix typos found by codespell in NEPDimitri Papadopoulos2022-10-071-5/+5
* | | | | | DOC: Update broken link to diataxis framework.Ross Barnowski2022-10-061-1/+1
|/ / / / /
* | | | | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-071-0/+10
|\ \ \ \ \
| * | | | | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-0/+10