summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: use `functools.wraps` in `np.deprecate`Josh Wilson2022-09-211-16/+5
* MAINT: update function's `__module__` attribute in `deprecate`Josh Wilson2022-09-212-6/+9
* Merge pull request #22321 from WarrenWeckesser/fix-typoSebastian Berg2022-09-211-1/+1
|\
| * MAINT: core: Fix a typo in a datetime error message.warren2022-09-211-1/+1
|/
* Merge pull request #22256 from WillAyd/multi-index-iter-exampleSebastian Berg2022-09-201-0/+60
|\
| * DOC: Add C API documentation for NPY_ITER_MULTI_INDEXWill Ayd2022-09-191-0/+60
* | Merge pull request #22314 from charris/fix-travis-log-length-2Charles Harris2022-09-191-1/+1
|\ \
| * | MAINT, TST: Shorten wheel test output on travis buildsCharles Harris2022-09-191-1/+1
|/ /
* | Merge pull request #22312 from charris/fix-travis-log-lengthCharles Harris2022-09-191-2/+4
|\ \
| * | MAINT, TST: Shorten test output on travis buildsCharles Harris2022-09-191-2/+4
|/ /
* | DOC: Add examples for isdigit and str_len (#22291)Digya0532022-09-191-0/+21
* | Merge pull request #22259 from ganesh-k13/doc_21506_div_overflowCharles Harris2022-09-191-0/+18
|\ \
| * | DOC: Better report integer division overflow (#21506)ganesh-k132022-09-141-0/+18
* | | DOC: Add `isupper` examples (#22285)Sarah Coffland2022-09-191-2/+5
* | | DOC: Correct usage example for np.char.decode docstring (#22309)Brent Tan2022-09-191-9/+9
* | | DOC: Add examples for join and index (#22299)Yunika Bajracharya2022-09-191-0/+15
* | | DOC: add examples to np.char.multiply (#22294)Eric-Shang2022-09-191-1/+18
* | | DOC: Update for return value of np.ptp() (#22276)Digya0532022-09-191-3/+3
* | | Merge pull request #22295 from tahsinsoha/isupperCharles Harris2022-09-181-0/+7
|\ \ \
| * | | MAIN: `import numpy as np` is not neededCharles Harris2022-09-181-2/+1
| * | | Update numpy/core/defchararray.pyCharles Harris2022-09-181-1/+1
| * | | Added an example for isupper() functionSabiha Tahsin Soha2022-09-161-0/+8
| |/ /
* | | Merge pull request #22263 from MatteoRaso/finfo_complexMatti Picus2022-09-181-1/+7
|\ \ \
| * | | DOC: Clarified how finfo works with complex numbers (#22260)Matteo Raso2022-09-141-1/+7
* | | | Merge pull request #22272 from Begasus/HaikuMatti Picus2022-09-182-1/+3
|\ \ \ \
| * | | | MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-162-1/+3
| | |/ / | |/| |
* | | | Merge pull request #22296 from clearspear/memleak_nesteditersTyler Reddy2022-09-171-0/+1
|\ \ \ \
| * | | | Adding missing Py_DECREF call on iterSicheng Zeng2022-09-161-0/+1
| |/ / /
* | | | Merge pull request #22279 from shreya-singh-tech/shreyaCharles Harris2022-09-171-0/+7
|\ \ \ \
| * | | | STY: minor formatting touchups.Ross Barnowski2022-09-161-3/+2
| * | | | DOC: Add examples to msort in lib/function_base.pyShreya2022-09-161-0/+8
| |/ / /
* | | | Merge pull request #22298 from swagatip/swagatipCharles Harris2022-09-171-0/+26
|\ \ \ \
| * | | | BUG: Import ``numpy.ma`` at beginning of examples.Charles Harris2022-09-171-0/+1
| * | | | DOC: add example for ma.unique functionswagatip2022-09-161-0/+25
| |/ / /
* | | | Merge pull request #22304 from bsipocz/DOC_default_rng_cleanup_rebase_18966Charles Harris2022-09-171-84/+138
|\ \ \ \
| * | | | DOC: Update notes with API linkBrigitta Sipőcz2022-09-161-84/+138
| * | | | DOC: clarify docs that inform that one should use a GeneratorMonika Kubek2022-09-161-42/+42
|/ / / /
* | | | Merge pull request #22282 from Yunika-Bajracharya/issue#22267Melissa Weber Mendonça2022-09-161-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add example for findYunika Bajracharya2022-09-161-0/+6
|/ / /
* | | Merge pull request #22240 from sterrettm2/SVMLMatti Picus2022-09-136-2/+128
|\ \ \
| * | | Fixed linter errorsMatthew Sterrett2022-09-092-5/+9
| * | | TST: Adds some tests for power involving infinitiesMatthew Sterrett2022-09-091-0/+7
| * | | BENCH: Adds benchmarks for arctan2 and powerMatthew Sterrett2022-09-091-0/+17
| * | | ENH: Added support for SVML vectorization of power and arctan2Matthew Sterrett2022-09-094-2/+100
* | | | TST: Move new `asarray` test to a more appropriate place. (#22251)M. Eric Irrgang2022-09-132-66/+68
* | | | Merge pull request #22253 from rossbar/fix-concatenate-error-msgSebastian Berg2022-09-132-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Update concatenate exception message.Ross Barnowski2022-09-122-2/+2
|/ / /
* | | Merge pull request #22239 from charris/post-1.23.3-release-updateCharles Harris2022-09-114-0/+103
|\ \ \
| * | | REL: Update main after 1.23.3 release.Charles Harris2022-09-094-0/+103
| |/ /
* | | Merge pull request #22245 from rgommers/doc-getinfoCharles Harris2022-09-111-6/+9
|\ \ \