summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23505 from cbrt64/fix-2256Matti Picus2023-05-171-1/+1
|\
| * BUG: Use 2GiB chunking code for fwrite() on mingw32/64Edward E2023-03-311-1/+1
* | Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-284-40/+88
|\ \
| * | DOC: Align default with what the NEP draft saysSebastian Berg2023-04-251-2/+2
| * | Tweak to just warn for low versionsSebastian Berg2023-04-061-9/+9
| * | BUG: Fix typo in new version checksSebastian Berg2023-04-041-1/+1
| * | ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-043-7/+19
| * | BLD: Add support for NPY_TARGET_VERSION macroSebastian Berg2023-04-042-33/+69
| |/
* | ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-251-0/+8
* | MAINT: refactor zero-filling to use a traversal loopNathan Goldbaum2023-04-181-19/+10
* | ENH: Refactor special zero-filling to be managed by the DTypeNathan Goldbaum2023-04-181-1/+10
* | MAINT: correct typos in dtype API documentation commentsNathan Goldbaum2023-04-181-3/+3
|/
* Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-061-1/+1
|\
| * ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-1/+1
* | MAINT: remove out-of-date commentNathan Goldbaum2023-02-241-2/+1
* | API: expose traversal typedefs and get_clear_function slotNathan Goldbaum2023-02-241-1/+43
* | MAINT: refactor custom dtype slot setupNathan Goldbaum2023-02-241-30/+38
* | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcherCharles Harris2023-02-221-49/+1
|\ \
| * | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatchingSayed Adel2023-02-201-49/+1
* | | Merge pull request #23190 from ngoldbaum/is-numericCharles Harris2023-02-221-0/+1
|\ \ \
| * | | ENH: add _is_numeric attribute for DType classesNathan Goldbaum2023-02-161-1/+2
* | | | BLD: fix review commentsmattip2023-02-211-0/+2
* | | | MAINT: minor CI job, comments, and style changes to meson.build filesRalf Gommers2023-02-201-1/+1
* | | | BUG: use a _invalid_parameter_handler around _fdopen to prevent crashes when ...Matti Picus2023-02-201-1/+23
| |/ / |/| |
* | | ENH: Add PyArray_ArrFunc compare support for NEP42 dtypespdmurray2023-02-171-3/+42
|/ /
* | MAINT: Merge public and private dtype API as much as possibleSebastian Berg2023-02-143-181/+331
|/
* ENH: update and sync the public APImattip2023-01-311-1/+2
* BUG: fix type in resolve_descriptors_function typedefNathan Goldbaum2023-01-251-1/+1
* DOC: Adept code comments for clarity based on code reviewSebastian Berg2023-01-201-2/+4
* MAINT: Address review comments by NathanSebastian Berg2023-01-201-12/+12
* MAINT: Address many of Marten's commentsSebastian Berg2023-01-201-4/+3
* API: Bumpy experimental dtype api versionSebastian Berg2023-01-201-1/+1
* MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-201-40/+28
* MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-201-14/+22
* DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-201-2/+3
* ENH: Support identity-function in experimental DType APISebastian Berg2023-01-201-0/+32
* MAINT: Move export for scipy arm64 helper into main moduleSebastian Berg2023-01-051-11/+3
* REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOSRalf Gommers2022-12-151-0/+52
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-282-38/+9
* Merge pull request #22679 from mattip/issue22673Ralf Gommers2022-11-271-3/+10
|\
| * BUILD: revert function() -> #define for 3 npymath functionsmattip2022-11-271-3/+10
* | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-272-0/+87
|\ \ | |/ |/|
| * BLD: enable building NumPy with MesonRalf Gommers2022-11-252-0/+87
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-258-90/+65
|/
* REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-221-0/+1
* MAINT: remove macOS specific long double handling in numpyconfig.hRalf Gommers2022-11-171-45/+0
* MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-201-92/+93
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-161-0/+2
* MAINT: fix defines for universal2 python builds of NumPymattip2022-08-241-0/+8