summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | 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 #23529 from lorentzenchr/doc_quantileSebastian Berg2023-04-282-10/+10
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | DOC use percentage for q in percentileChristian Lorentzen2023-04-261-2/+2
| | * | | | | | | | | | | DOC quantile q is a probabilityChristian Lorentzen2023-04-042-8/+8
| * | | | | | | | | | | | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-2816-39/+39
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-2916-39/+39
| * | | | | | | | | | | | | fix doc build warning (missing backtick)Daniel McCloy2023-04-271-1/+1
| * | | | | | | | | | | | | 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-2713-161/+367
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Apply suggestions from code reviewSebastian Berg2023-04-272-4/+4
| | * | | | | | | | | | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-129-25/+29
| | * | | | | | | | | | | | TYP: Fix typing review comment and address doc review commentSebastian Berg2023-04-122-41/+45
| | * | | | | | | | | | | | MAINT: Explicitly import typesSebastian Berg2023-04-121-0/+1
| | * | | | | | | | | | | | MAINT: Add `numpy.types` to meson.buildSebastian Berg2023-04-121-0/+2
| | * | | | | | | | | | | | 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-129-51/+235
| | * | | | | | | | | | | | 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
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | TST: Remove crackfortran.nameargspattern time test that failed randomly (#23662)molsonkiko2023-04-251-25/+15
| * | | | | | | | | | | | | ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-256-92/+270
| * | | | | | | | | | | | | EHN: add __contains__() to np.lib.npyio.NpzFilef380cedric2023-04-252-0/+4
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fixCharles Harris2023-04-213-27/+37
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-273-27/+37
| * | | | | | | | | | | | | Merge pull request #23626 from seberg/issue-22912Charles Harris2023-04-211-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | BUG: Fix masked array raveling when `order="A"` or `order="K"`Sebastian Berg2023-04-212-0/+24
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #23627 from seberg/issue-23000Charles Harris2023-04-212-0/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | BUG: Ignore invalid and overflow warnings in masked setitemSebastian Berg2023-04-212-0/+30
| * | | | | | | | | | | | | | 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
| |/ / / / / / / / / / / /