| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23437 from partev/patch-1 | Charles Harris | 2023-03-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: fix broken link to SciPy Tutorial | partev | 2023-03-23 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23438 from partev/patch-3 | Charles Harris | 2023-03-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: fix a link redirect to WSL | partev | 2023-03-23 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23439 from numpy/dependabot/github_actions/github/codeql-... | Charles Harris | 2023-03-23 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Bump github/codeql-action from 2.2.7 to 2.2.8 | dependabot[bot] | 2023-03-23 | 2 | -4/+4 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23404 from ngoldbaum/dtype-class-array-creation | Sebastian Berg | 2023-03-23 | 9 | -72/+199 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | MAINT: add test for string dtype discovery from a dtypemeta | Nathan Goldbaum | 2023-03-20 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | MAINT: Simplify reference counting in the np.array() internal code | Sebastian Berg | 2023-03-20 | 1 | -54/+35 | |
| | * | | | | | | | | | | | | | MAINT: respond to review comments | Nathan Goldbaum | 2023-03-20 | 2 | -17/+27 | |
| | * | | | | | | | | | | | | | MAINT: move npy_dtype_info definition back to descriptor.h | Nathan Goldbaum | 2023-03-20 | 8 | -18/+13 | |
| | * | | | | | | | | | | | | | MAINT: avoid calling PyArray_AdaptDescriptorToArray in some cases | Nathan Goldbaum | 2023-03-17 | 1 | -4/+26 | |
| | * | | | | | | | | | | | | | MAINT: Indicate private functions with _int suffix. | Nathan Goldbaum | 2023-03-17 | 3 | -35/+44 | |
| | * | | | | | | | | | | | | | BUG: handle errors from PyArray_AdaptDescriptorToArray | Nathan Goldbaum | 2023-03-17 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | ENH: allow using dtype classes in array creation functions | Nathan Goldbaum | 2023-03-17 | 16 | -71/+174 | |
| * | | | | | | | | | | | | | | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagation | Sebastian Berg | 2023-03-22 | 11 | -16/+140 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri... | Roy Smart | 2023-02-24 | 11 | -16/+140 | |
| * | | | | | | | | | | | | | | Merge pull request #23430 from ChVeen/Fix-several-typos-in-sources | Charles Harris | 2023-03-21 | 1 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | MAINT: Fix 'paramteric' typo | Christian Veenhuis | 2023-03-21 | 1 | -8/+8 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23427 from numpy/dependabot/github_actions/actions/depend... | Charles Harris | 2023-03-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump actions/dependency-review-action from 3.0.3 to 3.0.4 | dependabot[bot] | 2023-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge pull request #23428 from numpy/dependabot/github_actions/larsoner/circl... | Charles Harris | 2023-03-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Bump larsoner/circleci-artifacts-redirector-action | dependabot[bot] | 2023-03-20 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | BUG: Fix busday_count for reversed dates (#23229) | Pieter Eendebak | 2023-03-20 | 3 | -3/+29 | |
| * | | | | | | | | | | | | | DOC: Update wording related to recommended np alias (#23424) | Michail Gaganis | 2023-03-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Merge pull request #23411 from rgommers/codespaces-update | Sebastian Berg | 2023-03-18 | 2 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | DEV: use micromamba to set up Codespaces | Ralf Gommers | 2023-03-17 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | Merge pull request #23407 from jarrodmillman/devpy2spin | Sebastian Berg | 2023-03-18 | 8 | -38/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Rename devpy to spin | Jarrod Millman | 2023-03-17 | 8 | -38/+38 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23403 from mattip/clip-cleanup | Sebastian Berg | 2023-03-16 | 3 | -112/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | DOC: update release note | Matti Picus | 2023-03-17 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | Rename 23403.deprecation.rst to 23403.expired.rst | Sebastian Berg | 2023-03-16 | 1 | -0/+0 | |
| | * | | | | | | | | | | | | | DOC: add release note | Matti Picus | 2023-03-16 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | DEP: remove deprecated casting in np.clip | Matti Picus | 2023-03-16 | 2 | -112/+20 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23408 from XPhyro/fix-extra-space | Sebastian Berg | 2023-03-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | DOC: fix extra space in error message | Berke Kocaoğlu | 2023-03-16 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23406 from numpy/dependabot/github_actions/actions/checko... | Charles Harris | 2023-03-16 | 11 | -31/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Bump actions/checkout from 3.3.0 to 3.4.0 | dependabot[bot] | 2023-03-16 | 11 | -31/+31 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #23397 from numpy/dependabot/github_actions/actions/depend... | Charles Harris | 2023-03-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Bump actions/dependency-review-action from 2.5.1 to 3.0.3 | dependabot[bot] | 2023-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge pull request #23396 from numpy/dependabot/github_actions/github/codeql-... | Charles Harris | 2023-03-15 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump github/codeql-action from 2.2.5 to 2.2.7 | dependabot[bot] | 2023-03-15 | 2 | -4/+4 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23395 from numpy/dependabot/github_actions/actions/cache-... | Charles Harris | 2023-03-15 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Bump actions/cache from 3.2.6 to 3.3.1 | dependabot[bot] | 2023-03-15 | 2 | -2/+2 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #23389 from numpy/dependabot/github_actions/egor-tensin/cl... | Charles Harris | 2023-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Bump egor-tensin/cleanup-path from 1 to 3 | dependabot[bot] | 2023-03-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge pull request #23391 from numpy/dependabot/github_actions/docker/setup-b... | Charles Harris | 2023-03-14 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 | dependabot[bot] | 2023-03-14 | 2 | -2/+2 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23390 from numpy/dependabot/github_actions/cygwin/cygwin-... | Charles Harris | 2023-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump cygwin/cygwin-install-action from 2 to 3 | dependabot[bot] | 2023-03-14 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / | ||||||
