Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | BUG: Fix typo in new version checks | Sebastian Berg | 2023-04-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | MAINT: Bump version in meson | Sebastian Berg | 2023-04-04 | 1 | -1/+2 | |
| | * | | | | | | | | | | ENH: Allow compiling compatibly to old NumPy versions | Sebastian Berg | 2023-04-04 | 7 | -23/+84 | |
| | * | | | | | | | | | | BLD: Add support for NPY_TARGET_VERSION macro | Sebastian Berg | 2023-04-04 | 3 | -33/+74 | |
| * | | | | | | | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsum | Sebastian Berg | 2023-04-28 | 6 | -49/+231 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | fixes from review | mattip | 2023-04-27 | 3 | -24/+36 | |
| | * | | | | | | | | | | | MAINT: expand PyArray_AssignZero to handle object dtype | mattip | 2023-03-30 | 3 | -38/+24 | |
| | * | | | | | | | | | | | TST: add test for 5e6e5863 (issue gh-23492) | mattip | 2023-03-30 | 1 | -1/+4 | |
| | * | | | | | | | | | | | TST: fix tests for einsum returning a python object | mattip | 2023-03-30 | 1 | -2/+6 | |
| | * | | | | | | | | | | | BUG: work around shortcoming in PyArray_AssignZero for object dtype | mattip | 2023-03-30 | 1 | -2/+15 | |
| | * | | | | | | | | | | | BUG: only check PyErr_Occurred if Python C-API is needed | mattip | 2023-03-30 | 1 | -4/+8 | |
| | * | | | | | | | | | | | BUG: if dtype is object, do outbuf[:] = 0 rather than memset | mattip | 2023-03-30 | 1 | -1/+13 | |
| | * | | | | | | | | | | | Update numpy/core/src/multiarray/einsum_sumprod.c.src | The Dog Lulu | 2023-03-29 | 1 | -25/+17 | |
| | * | | | | | | | | | | | PR_fixes_1 | iamsoto | 2023-03-29 | 4 | -385/+125 | |
| | * | | | | | | | | | | | WIP: Adding Object dtype to einsum | iamsoto | 2023-03-29 | 2 | -5/+421 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #23529 from lorentzenchr/doc_quantile | Sebastian Berg | 2023-04-28 | 2 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | DOC use percentage for q in percentile | Christian Lorentzen | 2023-04-26 | 1 | -2/+2 | |
| | * | | | | | | | | | | | DOC quantile q is a probability | Christian Lorentzen | 2023-04-04 | 2 | -8/+8 | |
| * | | | | | | | | | | | | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 16 | -39/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 16 | -39/+39 | |
| * | | | | | | | | | | | | | fix doc build warning (missing backtick) | Daniel McCloy | 2023-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge pull request #23666 from seberg/subarray-cleanup | Matti Picus | 2023-04-27 | 15 | -351/+150 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | DEP: Finalize subarray from non-subarray creation futurewarning | Sebastian Berg | 2023-04-26 | 4 | -278/+55 | |
| | * | | | | | | | | | | | | | MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypes | Sebastian Berg | 2023-04-26 | 2 | -9/+3 | |
| | * | | | | | | | | | | | | | MAINT: Refactor internal array creation to also allow dtype preservation | Sebastian Berg | 2023-04-26 | 12 | -64/+92 | |
| | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #23358 from seberg/dtype-class-in-types | Matti Picus | 2023-04-27 | 13 | -161/+367 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Apply suggestions from code review | Sebastian Berg | 2023-04-27 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | MAINT: Move module to be `np.dtypes` and add release note | Sebastian Berg | 2023-04-12 | 9 | -25/+29 | |
| | * | | | | | | | | | | | | TYP: Fix typing review comment and address doc review comment | Sebastian Berg | 2023-04-12 | 2 | -41/+45 | |
| | * | | | | | | | | | | | | MAINT: Explicitly import types | Sebastian Berg | 2023-04-12 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | MAINT: Add `numpy.types` to meson.build | Sebastian Berg | 2023-04-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | TST: Update test due to windows Int vs intc name difference | Sebastian Berg | 2023-04-12 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | API: Add `numpy.types` module and fill it with DType classes | Sebastian Berg | 2023-04-12 | 9 | -51/+235 | |
| | * | | | | | | | | | | | | MAINT: Refactor type naming C code | Sebastian Berg | 2023-04-12 | 2 | -110/+117 | |
| * | | | | | | | | | | | | | Merge pull request #23660 from seberg/finalize-sequence-array-like | Charles Harris | 2023-04-25 | 3 | -138/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | DEP: Finalize checking for sequence-like if something is array-like | Sebastian Berg | 2023-04-25 | 3 | -138/+13 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | TST: Remove crackfortran.nameargspattern time test that failed randomly (#23662) | molsonkiko | 2023-04-25 | 1 | -25/+15 | |
| * | | | | | | | | | | | | | ENH: float64 sin/cos using Numpy intrinsics (#23399) | Christopher Sidebottom | 2023-04-25 | 6 | -92/+270 | |
| * | | | | | | | | | | | | | EHN: add __contains__() to np.lib.npyio.NpzFile | f380cedric | 2023-04-25 | 2 | -0/+4 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #23298 from seiko2plus/cpp_half_support | Sebastian Berg | 2023-04-25 | 11 | -585/+1021 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | ENH: Extend the functionlty of C++ type `np::Half` | Sayed Adel | 2023-04-05 | 11 | -585/+1021 | |
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | DOC: Corrects scalar string documentation in regards to trailing null codepoi... | Tajbinjohn | 2023-04-23 | 1 | -1/+5 | |
| * | | | | | | | | | | | | Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fix | Charles Harris | 2023-04-21 | 3 | -27/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | BUG: Fix bug in parsing F77 style string arrays. | Bob Eldering | 2023-03-27 | 3 | -27/+37 | |
| * | | | | | | | | | | | | | Merge pull request #23626 from seberg/issue-22912 | Charles Harris | 2023-04-21 | 1 | -0/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | BUG: Fix masked array raveling when `order="A"` or `order="K"` | Sebastian Berg | 2023-04-21 | 2 | -0/+24 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #23627 from seberg/issue-23000 | Charles Harris | 2023-04-21 | 2 | -0/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | BUG: Ignore invalid and overflow warnings in masked setitem | Sebastian Berg | 2023-04-21 | 2 | -0/+30 | |
| * | | | | | | | | | | | | | | DOC: Fix incorrect structure in `sqrt` docstring | yuki | 2023-04-21 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615) | Nico Schlömer | 2023-04-20 | 7 | -16/+69 | |
| |/ / / / / / / / / / / / |