summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-0345-125/+142
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-0338-50/+58
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-0338-50/+58
* | Merge pull request #19809 from charris/fix-compiler-warningsCharles Harris2021-09-031-6/+6
|\ \
| * | MAINT: Fix warnings generated by convert_datatype.hCharles Harris2021-09-011-6/+6
| |/
* | Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-021-1/+48
|\ \
| * | STY: Use a more descriptive variable nameBas van Beek2021-09-021-4/+4
| * | ENH: Add `integer.is_integer`Bas van Beek2021-08-311-1/+17
| * | ENH: Add `is_integer` to the `np.floating` subclassesBas van Beek2021-08-311-0/+31
* | | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-023-8/+8
|/ /
* | Merge pull request #19715 from yashasvimisra2798/casting_patch1Matti Picus2021-08-291-0/+4
|\ \ | |/ |/|
| * updateYashasvi Misra2021-08-191-0/+4
* | fix: typo spelling grammarslowy072021-08-231-1/+1
|/
* MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-5/+0
* DEP: Remove deprecated numeric style dtype strings (#19539)NectDz2021-08-101-16/+0
* Merge pull request #19587 from seberg/refactor-dtype-slotsMatti Picus2021-08-0412-142/+235
|\
| * MAINT: Rename `NPY_DT_call_*` to `NPY_DT_CALL_*`Sebastian Berg2021-08-027-28/+28
| * MAINT: Refactor DType slots into an opaque, allocated structSebastian Berg2021-07-2912-142/+235
* | Fix the implementation of DATETIME_compareAaron Meurer2021-08-031-12/+7
* | Remove debug printAaron Meurer2021-08-031-1/+0
* | BUG: Fix NaT handling in the PyArray_CompareFunc for datetime and timedeltaAaron Meurer2021-08-031-4/+39
* | Merge pull request #19600 from seberg/issue-19589Charles Harris2021-08-021-1/+1
|\ \
| * | BUG: Fix bad write in masked iterator output copy pathsSebastian Berg2021-08-021-1/+1
* | | TST: Add basic tests for custom DType (scaled float) ufuncsSebastian Berg2021-07-281-4/+6
| |/ |/|
* | Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-283-52/+49
|\ \
| * | MAINT: Future-proof masked loop for return values other than 0 and -1Sebastian Berg2021-07-221-3/+4
| * | WIP: Comments from Matti and some start on iteratingSebastian Berg2021-07-221-0/+1
| * | MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-223-52/+47
| |/
* | TST: Add C-side "Scaled float" exampleSebastian Berg2021-07-261-0/+2
|/
* error formatting doneczgdp18072021-07-101-5/+9
* factored out _PyArray_ArgMinMaxCommonczgdp18072021-07-091-142/+20
* Merge pull request #19403 from theoniko/theoniko-memory-leakMatti Picus2021-07-091-0/+1
|\
| * BUG: Fix memory leak in function npyiter_multi_index_settheoniko2021-07-081-0/+1
* | Merge pull request #19434 from BvB93/flagsobjSebastian Berg2021-07-081-1/+1
|\ \ | |/ |/|
| * MAINT: Fix the module of `flagsobj`Bas van Beek2021-07-081-1/+1
* | ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-073-18/+100
|/
* Merge pull request #19396 from defoishugo/fix_numpy.nditer_leakMatti Picus2021-07-061-1/+1
|\
| * BUG: fix a numpy.npiter leak in npyiter_multi_index_setHugo Defois2021-07-021-1/+1
* | Merge pull request #19394 from seiko2plus/issue_19255Charles Harris2021-07-031-2/+2
|\ \
| * | BUG, SIMD: Fix infinite loop during count non-zero on GCC-11Sayed Adel2021-07-021-2/+2
* | | Merge pull request #19371 from seberg/maint-ufunc-check-trivial-loopMatti Picus2021-07-011-1/+10
|\ \ \ | |/ / |/| |
| * | MAINT: (ufunc-trivial-loop cleanup) Adopt Marten's comments from reviewSebastian Berg2021-07-011-2/+10
| * | MAINT: Use cast-is-view flag for the ufunc trivial-loop checkSebastian Berg2021-06-281-0/+1
| |/
* | Merge pull request #19058 from joemarshall/fix_gettersMatti Picus2021-07-018-143/+180
|\ \
| * | BUG: Fix getter and setter signaturesJoe Marshall2021-06-308-143/+180
* | | MAINT: Modify initialization order during multiarray importSebastian Berg2021-06-301-9/+11
|/ /
* | BUG: Fix NULL special case in object-to-any cast codeSebastian Berg2021-06-291-2/+2
* | Merge pull request #19292 from seberg/hashmapCharles Harris2021-06-291-0/+92
|\ \
| * | TST: Add some very basic tests to ensure coverageSebastian Berg2021-06-221-0/+92
* | | MAINT: Move masked strided/inner-loop code to its "final" place (#19370)Sebastian Berg2021-06-292-0/+136
| |/ |/|