summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | DOC: Align default with what the NEP draft saysSebastian Berg2023-04-251-2/+2
| | * | | | | | | MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-201-7/+1
| | * | | | | | | Tweak to just warn for low versionsSebastian Berg2023-04-061-9/+9
| | * | | | | | | TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-042-1/+2
| | * | | | | | | BUG: Fix typo in new version checksSebastian Berg2023-04-041-1/+1
| | * | | | | | | MAINT: Bump version in mesonSebastian Berg2023-04-041-1/+2
| | * | | | | | | ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-047-23/+84
| | * | | | | | | BLD: Add support for NPY_TARGET_VERSION macroSebastian Berg2023-04-043-33/+74
| * | | | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-286-49/+231
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fixes from reviewmattip2023-04-273-24/+36
| | * | | | | | | | MAINT: expand PyArray_AssignZero to handle object dtypemattip2023-03-303-38/+24
| | * | | | | | | | TST: add test for 5e6e5863 (issue gh-23492)mattip2023-03-301-1/+4
| | * | | | | | | | TST: fix tests for einsum returning a python objectmattip2023-03-301-2/+6
| | * | | | | | | | BUG: work around shortcoming in PyArray_AssignZero for object dtypemattip2023-03-301-2/+15
| | * | | | | | | | BUG: only check PyErr_Occurred if Python C-API is neededmattip2023-03-301-4/+8
| | * | | | | | | | BUG: if dtype is object, do outbuf[:] = 0 rather than memsetmattip2023-03-301-1/+13
| | * | | | | | | | Update numpy/core/src/multiarray/einsum_sumprod.c.src The Dog Lulu2023-03-291-25/+17
| | * | | | | | | | PR_fixes_1iamsoto2023-03-294-385/+125
| | * | | | | | | | WIP: Adding Object dtype to einsumiamsoto2023-03-292-5/+421
| | |/ / / / / / /
| * | | | | | | | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-283-15/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-293-15/+15
| * | | | | | | | | Merge pull request #23666 from seberg/subarray-cleanupMatti Picus2023-04-2715-351/+150
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-264-278/+55
| | * | | | | | | | | MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypesSebastian Berg2023-04-262-9/+3
| | * | | | | | | | | MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-2612-64/+92
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #23358 from seberg/dtype-class-in-typesMatti Picus2023-04-278-161/+243
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Apply suggestions from code reviewSebastian Berg2023-04-271-2/+2
| | * | | | | | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-124-11/+11
| | * | | | | | | | TST: Update test due to windows Int vs intc name differenceSebastian Berg2023-04-121-2/+6
| | * | | | | | | | API: Add `numpy.types` module and fill it with DType classesSebastian Berg2023-04-126-51/+122
| | * | | | | | | | MAINT: Refactor type naming C codeSebastian Berg2023-04-122-110/+117
| * | | | | | | | | Merge pull request #23660 from seberg/finalize-sequence-array-likeCharles Harris2023-04-253-138/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-253-138/+13
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-256-92/+270
| |/ / / / / / / /
| * | | | | | | | Merge pull request #23298 from seiko2plus/cpp_half_supportSebastian Berg2023-04-2511-585/+1021
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ENH: Extend the functionlty of C++ type `np::Half`Sayed Adel2023-04-0511-585/+1021
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | DOC: Corrects scalar string documentation in regards to trailing null codepoi...Tajbinjohn2023-04-231-1/+5
| * | | | | | | | DOC: Fix incorrect structure in `sqrt` docstringyuki2023-04-211-1/+1
| * | | | | | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-207-16/+69
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #23591 from ngoldbaum/refactor-zeroSebastian Berg2023-04-2012-88/+190
| |\ \ \ \ \ \ \
| | * | | | | | | DOC: warn against using zero-filling loop with a previously allocated arrayNathan Goldbaum2023-04-192-0/+6
| | * | | | | | | MAINT: housecleaning for traversal loop setup and implementationsNathan Goldbaum2023-04-195-89/+96
| | * | | | | | | MAINT: support traversal loops without initializing the descriptorNathan Goldbaum2023-04-191-1/+2
| | * | | | | | | MNT: respond to review commentsNathan Goldbaum2023-04-192-15/+11
| | * | | | | | | MAINT: refactor zero-filling to use a traversal loopNathan Goldbaum2023-04-186-77/+131
| | * | | | | | | ENH: Refactor special zero-filling to be managed by the DTypeNathan Goldbaum2023-04-187-49/+87
| | * | | | | | | MAINT: correct typos in dtype API documentation commentsNathan Goldbaum2023-04-181-3/+3
| * | | | | | | | Merge pull request #23557 from mhvk/arrayprint-subformat-use-thresholdMarten van Kerkwijk2023-04-192-10/+63
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | ENH: Use threshold also inside SubArrayFormat.Marten van Kerkwijk2023-04-072-10/+63
| * | | | | | | | BLD: use the C++ linker to link `_multiarray_umath.so`Ralf Gommers2023-04-161-3/+0