summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-051-0/+1
|\
| * DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-301-0/+1
* | STY: Small cleanups of includes in *.c files.Charles Harris2021-09-0362-194/+199
* | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-0361-91/+121
|\ \
| * | MAIN: Minor include rationalization.Charles Harris2021-09-0361-91/+121
* | | 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
* | MAINT: Remove redundant semicolonHowJMay2021-08-273-3/+3
* | BUG: The normal cast-safety for ufunc loops is "no" castingSebastian Berg2021-08-241-2/+2
* | fix: typo spelling grammarslowy072021-08-232-5/+5
|/
* MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-5/+0
* Merge pull request #19632 from seberg/signature-dtype-dep-fixupCharles Harris2021-08-121-4/+7
|\
| * BUG,DEP: Non-default UFunc signature/dtype usage should be deprecatedSebastian Berg2021-08-091-4/+7
* | DEP: Remove deprecated numeric style dtype strings (#19539)NectDz2021-08-101-16/+0
|/
* Merge pull request #19580 from seberg/basic-promotionMatti Picus2021-08-083-19/+126
|\
| * TST: Add basic promotion test to the scaled-float custom DTypeSebastian Berg2021-08-021-9/+58
| * ENH: Add basic promoter capability to ufunc dispatchingSebastian Berg2021-08-022-10/+68
* | Merge pull request #19587 from seberg/refactor-dtype-slotsMatti Picus2021-08-0416-176/+272
|\ \
| * | MAINT: Rename `NPY_DT_call_*` to `NPY_DT_CALL_*`Sebastian Berg2021-08-029-31/+31
| * | MAINT: Refactor DType slots into an opaque, allocated structSebastian Berg2021-07-2916-176/+272
* | | 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-284-7/+236
| |/ |/|
* | Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-2810-343/+1573
|\ \
| * | BUG: Fix `signature_tuple` refcount in ufunc loop registrationSebastian Berg2021-07-271-1/+2
| * | BUG,MAINT: New style DTypes should never use legacy promotionSebastian Berg2021-07-273-26/+32
| * | MAINT: Cut down on "future" dispatching and "weak" DType pathsSebastian Berg2021-07-222-126/+25
| * | MAINT: Add complete input validation for infoSebastian Berg2021-07-221-3/+31
| * | MAINT: Use the same pattern for the floating point error checkSebastian Berg2021-07-221-7/+5
| * | MAINT: Small fixes and comments, some TODO notes need fixing laterSebastian Berg2021-07-222-10/+23
| * | MAINT: Future-proof masked loop for return values other than 0 and -1Sebastian Berg2021-07-221-3/+4
| * | MAINT: Use strong references for DTypes to look up based onSebastian Berg2021-07-222-17/+45
| * | MAINT: Change to `ufunc_object.c` baed on Marten's commentsSebastian Berg2021-07-221-25/+30
| * | DOC: Doc and spelling fix based on Marten's reviewSebastian Berg2021-07-221-20/+22
| * | DOC: Doc fixes based on Matti's and Marten's reviewsSebastian Berg2021-07-222-29/+40
| * | WIP: Comments from Matti and some start on iteratingSebastian Berg2021-07-223-1/+12
| * | MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-2210-342/+1569
| |/
* | TST: Add C-side "Scaled float" exampleSebastian Berg2021-07-263-0/+501
|/
* TST: Add cygwin build to CI (#18330)DWesl2021-07-201-0/+45
* SIMD: Force inlining all functions that accept AVX registersSayed Adel2021-07-203-97/+97