summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22458 from seberg/nditer-allow-all-allocatedCharles Harris2022-10-232-19/+13
|\
| * ENH: Allow all allocated operands in nditer/NpyIterSebastian Berg2022-10-202-19/+13
* | Merge pull request #22462 from mattip/npymath3Sebastian Berg2022-10-214-155/+97
|\ \
| * | MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-204-155/+97
* | | Merge pull request #22456 from rossbar/deprecate-msortMatti Picus2022-10-202-5/+16
|\ \ \
| * | | DOC: Update numpy/lib/function_base.py Ross Barnowski2022-10-201-0/+1
| * | | DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-192-5/+11
| * | | DOC: Add deprecated directive to docstring.Ross Barnowski2022-10-191-0/+4
* | | | DOC: remove mention of `ipython -p numpy`. (#22463)Matthias Bussonnier2022-10-201-4/+5
* | | | Merge pull request #16507 from seberg/nditer-writemask-reduce-maintMatti Picus2022-10-202-58/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Do not allow nditer to reduce the maskSebastian Berg2022-06-092-58/+67
* | | | Merge pull request #22168 from Developer-Ecosystem-Engineering/remove_Avx_whe...Matti Picus2022-10-203-41/+60
|\ \ \ \ | |_|/ / |/| | |
| * | | rm setup.py.origDeveloper-Ecosystem-Engineering2022-10-191-1186/+0
| * | | review feedback, make lint happyDeveloper-Ecosystem-Engineering2022-10-195-512/+60
| * | | ENH: Remove AVX related functions from non x86 based buildsDeveloper-Ecosystem-Engineering2022-08-235-15/+1672
* | | | DOC: Add note to clarify relationship between round and around (#21853)Inessa Pawson2022-10-191-1/+2
* | | | ENH: unstructured_to_structured converts dtype argument (#22442)LeonaTaric2022-10-192-0/+11
| |_|/ |/| |
* | | Merge pull request #21875 from seberg/weak-scalars-safe-intsMatti Picus2022-10-188-22/+232
|\ \ \
| * | | MAINT: Minor include fixup in scalarmath after rebase and comment fixupSebastian Berg2022-10-122-2/+2
| * | | DOC,TST: Improve overflow error message and adjust testSebastian Berg2022-10-122-2/+3
| * | | TST: Cover additional NEP 50 scalar pathsSebastian Berg2022-10-121-0/+22
| * | | TST: Add test to cover complex to complex64 downcast in weak promotionSebastian Berg2022-10-121-0/+9
| * | | TST: Avoid possible warning from unnecessary cast with uninitialized valuesSebastian Berg2022-10-121-1/+1
| * | | TST: Rebustify NEP 50 integer tests for windows and 32bit linuxSebastian Berg2022-10-121-1/+14
| * | | TST: Improve tests for python integer special casesSebastian Berg2022-10-121-9/+43
| * | | BUG: Ensure new-style promotion is not accidentally used for some intsSebastian Berg2022-10-122-1/+14
| * | | MAINT: Make mem-overlap tests weak scalar promotion readySebastian Berg2022-10-121-1/+1
| * | | MAINT: Use Python integers for int to array of uint32 calculationSebastian Berg2022-10-121-4/+4
| * | | TST: Fix int overflow test for windows platforms where message differsSebastian Berg2022-10-121-1/+2
| * | | ENH: Get correct integer conversion into ufuncsSebastian Berg2022-10-123-4/+42
| * | | ENH: Implement safe integers and weak python scalars for scalarsSebastian Berg2022-10-122-11/+90
* | | | Align spelling with spelling in _GetItemKeys and documentation.Adam Knapp2022-10-171-1/+1
* | | | Merge pull request #22438 from DimitriPapadopoulos/versioneerCharles Harris2022-10-161-47/+182
|\ \ \ \
| * | | | MAINT: Don't include "dirty" in versioneer generated versions.Charles Harris2022-10-151-1/+1
| * | | | MAINT: Update versioneer 0.19 → 0.26Dimitri Papadopoulos2022-10-151-47/+182
* | | | | Revert "MAINT: fix typo in f2c_lapack.c"Rohit Goswami2022-10-161-1/+1
|/ / / /
* | | | MAINT: fix typo in f2c_lapack.cIkko Ashimine2022-10-161-1/+1
* | | | MAINT: always use sys.base_prefix, never use sys.real_prefixDimitri Papadopoulos2022-10-131-4/+1
* | | | Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-132-6/+4
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-082-6/+4
* | | | Merge pull request #22418 from charris/fix-memory-checkCharles Harris2022-10-111-1/+1
|\ \ \ \
| * | | | TST, BLD: Fix failing aarch64 wheel builds.Charles Harris2022-10-111-1/+1
| |/ / /
* | | | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-1119-60/+263
|\ \ \ \
| * | | | TST: Further test fixup for python integer conversion warningSebastian Berg2022-10-061-1/+1
| * | | | DOC: Extend out-of-bound python integer deprecation warningSebastian Berg2022-10-061-1/+4
| * | | | TST: Add deprecation tests for out-of-bound pyint conversion deprecationSebastian Berg2022-10-051-0/+34
| * | | | TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-0513-37/+50
| * | | | MAINT: Structured MA fill value workaround by adding array castSebastian Berg2022-10-051-1/+7
| * | | | ENH: Workaround -1 reduce identity for unsigned integersSebastian Berg2022-10-051-11/+31
| * | | | DEP: Deprecate out-of-bound Python integer conversionsSebastian Berg2022-10-052-10/+137