| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | DOC: Align default with what the NEP draft says | Sebastian Berg | 2023-04-25 | 1 | -2/+2 | |
| | | * | | | | | | | MAINT,DOC: Update based on Ralf's review | Sebastian Berg | 2023-04-20 | 1 | -7/+1 | |
| | | * | | | | | | | Tweak to just warn for low versions | Sebastian Berg | 2023-04-06 | 1 | -9/+9 | |
| | | * | | | | | | | TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtests | Sebastian Berg | 2023-04-04 | 2 | -1/+2 | |
| | | * | | | | | | | 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 #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 3 | -15/+15 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 3 | -15/+15 | |
| | * | | | | | | | | | 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 | 8 | -161/+243 | |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Apply suggestions from code review | Sebastian Berg | 2023-04-27 | 1 | -2/+2 | |
| | | * | | | | | | | | MAINT: Move module to be `np.dtypes` and add release note | Sebastian Berg | 2023-04-12 | 4 | -11/+11 | |
| | | * | | | | | | | | 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 | 6 | -51/+122 | |
| | | * | | | | | | | | 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 | |
| | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | ENH: float64 sin/cos using Numpy intrinsics (#23399) | Christopher Sidebottom | 2023-04-25 | 6 | -92/+270 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | 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 | |
| | * | | | | | | | | 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 | |
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #23591 from ngoldbaum/refactor-zero | Sebastian Berg | 2023-04-20 | 12 | -88/+190 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | DOC: warn against using zero-filling loop with a previously allocated array | Nathan Goldbaum | 2023-04-19 | 2 | -0/+6 | |
| | | * | | | | | | | MAINT: housecleaning for traversal loop setup and implementations | Nathan Goldbaum | 2023-04-19 | 5 | -89/+96 | |
| | | * | | | | | | | MAINT: support traversal loops without initializing the descriptor | Nathan Goldbaum | 2023-04-19 | 1 | -1/+2 | |
| | | * | | | | | | | MNT: respond to review comments | Nathan Goldbaum | 2023-04-19 | 2 | -15/+11 | |
| | | * | | | | | | | MAINT: refactor zero-filling to use a traversal loop | Nathan Goldbaum | 2023-04-18 | 6 | -77/+131 | |
| | | * | | | | | | | ENH: Refactor special zero-filling to be managed by the DType | Nathan Goldbaum | 2023-04-18 | 7 | -49/+87 | |
| | | * | | | | | | | MAINT: correct typos in dtype API documentation comments | Nathan Goldbaum | 2023-04-18 | 1 | -3/+3 | |
| | * | | | | | | | | Merge pull request #23557 from mhvk/arrayprint-subformat-use-threshold | Marten van Kerkwijk | 2023-04-19 | 2 | -10/+63 | |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | | * | | | | | | | ENH: Use threshold also inside SubArrayFormat. | Marten van Kerkwijk | 2023-04-07 | 2 | -10/+63 | |
| | * | | | | | | | | BLD: use the C++ linker to link `_multiarray_umath.so` | Ralf Gommers | 2023-04-16 | 1 | -3/+0 | |
