| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | CI: Update to Pyodide 0.23.0 (#23515) | Hood Chatham | 2023-04-28 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsum | Sebastian Berg | 2023-04-28 | 7 | -49/+235 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | fixes from review | mattip | 2023-04-27 | 3 | -24/+36 | |
| | * | | | | | | | | | | | | | DOC: add a release note | mattip | 2023-03-30 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | 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 | 24 | -59/+58 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 24 | -59/+58 | |
| * | | | | | | | | | | | | | | | Merge pull request #23677 from drammock/update-website-theme-version | Charles Harris | 2023-04-27 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | fix doc build warning (missing backtick) | Daniel McCloy | 2023-04-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | update theme version pin | Daniel McCloy | 2023-04-27 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Merge pull request #23676 from numpy/dependabot/github_actions/github/codeql-... | Charles Harris | 2023-04-27 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | MAINT: Bump github/codeql-action from 2.3.0 to 2.3.1 | dependabot[bot] | 2023-04-27 | 2 | -4/+4 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23666 from seberg/subarray-cleanup | Matti Picus | 2023-04-27 | 16 | -351/+155 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: Add release note for expired subarray dtype from arrays FutureWarning | Sebastian Berg | 2023-04-26 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | 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 | 15 | -161/+374 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | 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 | 11 | -26/+35 | |
| | * | | | | | | | | | | | | | | | 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 | 10 | -51/+237 | |
| | * | | | | | | | | | | | | | | | MAINT: Refactor type naming C code | Sebastian Berg | 2023-04-12 | 2 | -110/+117 | |
| * | | | | | | | | | | | | | | | | Merge pull request #23668 from f380cedric/npzfile-contains-releasenote | Charles Harris | 2023-04-26 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | MAINT: Correct spelling in file name. | Charles Harris | 2023-04-26 | 1 | -0/+0 | |
| | * | | | | | | | | | | | | | | | | MAINT: Tweak formatting. | Charles Harris | 2023-04-26 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | DOC: add release note for npzfile membership test | f380cedric | 2023-04-26 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #23648 from JulesKouatchou/feature/JulesK/docs | Matti Picus | 2023-04-26 | 2 | -7/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Deleted tools/allocation_tracking/README.md | Jules Kouatchou | 2023-04-26 | 1 | -86/+0 | |
| | * | | | | | | | | | | | | | | | | Change the section (on memory tracing) title to reflect its content. | Jules Kouatchou | 2023-04-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | Added indentation for the sample code to be properly displayed. | Jules Kouatchou | 2023-04-25 | 1 | -72/+71 | |
| | * | | | | | | | | | | | | | | | | Added an example on how to trace memory in an application with NumPy related ... | Jules Kouatchou | 2023-04-25 | 1 | -0/+85 | |
| | * | | | | | | | | | | | | | | | | Provided an example on how to use np.lib.tracemalloc_domain. | Jules Kouatchou | 2023-04-22 | 1 | -5/+84 | |
| * | | | | | | | | | | | | | | | | | DOC: Convert titles to sentence case (#23643) | Talha M | 2023-04-26 | 14 | -29/+29 | |
| | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
