summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | CI: Update to Pyodide 0.23.0 (#23515)Hood Chatham2023-04-281-3/+3
* | | | | | | | | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-287-49/+235
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fixes from reviewmattip2023-04-273-24/+36
| * | | | | | | | | | | | | DOC: add a release notemattip2023-03-301-0/+4
| * | | | | | | | | | | | | 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-2824-59/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-2924-59/+58
* | | | | | | | | | | | | | | Merge pull request #23677 from drammock/update-website-theme-versionCharles Harris2023-04-273-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix doc build warning (missing backtick)Daniel McCloy2023-04-271-1/+1
| * | | | | | | | | | | | | | | update theme version pinDaniel McCloy2023-04-272-2/+2
* | | | | | | | | | | | | | | | Merge pull request #23676 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-272-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | MAINT: Bump github/codeql-action from 2.3.0 to 2.3.1dependabot[bot]2023-04-272-4/+4
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #23666 from seberg/subarray-cleanupMatti Picus2023-04-2716-351/+155
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | DOC: Add release note for expired subarray dtype from arrays FutureWarningSebastian Berg2023-04-261-0/+5
| * | | | | | | | | | | | | | | 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-2715-161/+374
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Apply suggestions from code reviewSebastian Berg2023-04-272-4/+4
| * | | | | | | | | | | | | | | MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-1211-26/+35
| * | | | | | | | | | | | | | | 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-1210-51/+237
| * | | | | | | | | | | | | | | MAINT: Refactor type naming C codeSebastian Berg2023-04-122-110/+117
* | | | | | | | | | | | | | | | Merge pull request #23668 from f380cedric/npzfile-contains-releasenoteCharles Harris2023-04-261-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | MAINT: Correct spelling in file name.Charles Harris2023-04-261-0/+0
| * | | | | | | | | | | | | | | | MAINT: Tweak formatting.Charles Harris2023-04-261-2/+3
| * | | | | | | | | | | | | | | | DOC: add release note for npzfile membership testf380cedric2023-04-261-0/+3
* | | | | | | | | | | | | | | | | Merge pull request #23648 from JulesKouatchou/feature/JulesK/docsMatti Picus2023-04-262-7/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Deleted tools/allocation_tracking/README.mdJules Kouatchou2023-04-261-86/+0
| * | | | | | | | | | | | | | | | Change the section (on memory tracing) title to reflect its content.Jules Kouatchou2023-04-251-2/+2
| * | | | | | | | | | | | | | | | Added indentation for the sample code to be properly displayed.Jules Kouatchou2023-04-251-72/+71
| * | | | | | | | | | | | | | | | Added an example on how to trace memory in an application with NumPy related ...Jules Kouatchou2023-04-251-0/+85
| * | | | | | | | | | | | | | | | Provided an example on how to use np.lib.tracemalloc_domain.Jules Kouatchou2023-04-221-5/+84
* | | | | | | | | | | | | | | | | DOC: Convert titles to sentence case (#23643)Talha M2023-04-2614-29/+29
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |