summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Further small return value validation fixesSebastian Berg2022-02-034-4/+12
* Merge pull request #20904 from seberg/unit-dtype-extensionsMatti Picus2022-02-0311-39/+594
|\
| * MAINT: Mark strides as `const` for the `get_loop` functionSebastian Berg2022-01-297-15/+15
| * MAINT: Dereference DTypes (just more typical for "types")Sebastian Berg2022-01-292-35/+32
| * ENH: Add Wrapping array-method to wrap existing ufunc loopSebastian Berg2022-01-296-12/+412
| * MAINT: Fix `dtypes` to be PyArray_DTypeMeta and not objectSebastian Berg2022-01-291-1/+1
| * API: Export public symbols for all NumPy builtin DTypesSebastian Berg2022-01-292-1/+99
| * API: Expose a way to fetch the default descriptorSebastian Berg2022-01-292-3/+33
| * API: Allow setting `_get_loop` from experimental APISebastian Berg2022-01-291-6/+11
| * BUG: Fix misplaced returnSebastian Berg2022-01-291-2/+2
| * ENH: Make experimental-dtype-api compatible with multi-file projectsSebastian Berg2022-01-291-12/+37
* | Merge pull request #20975 from mattip/nonullCharles Harris2022-02-027-21/+75
|\ \
| * | BUG: fix over-enthusiastic copy-paste mistakesmattip2022-02-022-4/+4
| * | MAINT: refactor NotNull in API functionsmattip2022-02-027-20/+74
* | | ENH: review return values for PyArray_DescrNew (#20960)Matti Picus2022-02-0211-25/+104
* | | DOC: Add warning about differences between range and arange (#20972)Melissa Weber Mendonça2022-02-021-3/+20
|/ /
* | BUG: Loss of precision in longdouble min (#20872)Developer-Ecosystem-Engineering2022-02-012-6/+93
* | Merge pull request #20955 from seberg/issue-20921Matti Picus2022-01-312-1/+13
|\ \
| * | BUG: Fix incorrect return type in reduce without initial valueSebastian Berg2022-01-312-1/+13
* | | Merge pull request #20835 from radarhere/finish_deprecationSebastian Berg2022-01-313-68/+21
|\ \ \ | |/ / |/| |
| * | DEP: Removed deprecated error clearingAndrew Murray2022-01-173-68/+21
* | | DOC: improper doc syntax (markdown and imbalanced ticks). (#20944)Matthias Bussonnier2022-01-301-13/+11
| |/ |/|
* | Extend fix for ARM32Niyas Sait2022-01-281-1/+1
* | Fixes #20930Niyas Sait2022-01-281-1/+1
* | Merge pull request #20918 from janusheide/add-missing-where-typehintsBas van Beek2022-01-281-0/+14
|\ \
| * | consistency between keyword only where argumentsJanus Heide2022-01-281-0/+6
| * | Update numpy/core/fromnumeric.pyiJanus2022-01-281-0/+1
| * | added missing where typehints in fromnumeric.pyiJanus Heide2022-01-271-0/+7
* | | Merge pull request #20902 from BvB93/fromnumericCharles Harris2022-01-271-42/+133
|\ \ \ | |/ / |/| |
| * | MAINT: Remove a number of outdated/unused comments and variablesBas van Beek2022-01-261-17/+4
| * | TYP,ENH: Add dtype-typing support to `fromnumeric` (part 1)Bas van Beek2022-01-261-26/+130
* | | Merge pull request #20674 from burlen/array_interface_referenceMatti Picus2022-01-262-2/+238
|\ \ \ | |/ / |/| |
| * | TST: Adds a test for the array interface protocolBurlen Loring2021-12-291-0/+216
| * | BUG: array interface PyCapsule referenceBurlen Loring2021-12-291-2/+22
* | | Merge pull request #20874 from trueroad/fix-cygwin-mtrandCharles Harris2022-01-241-1/+1
|\ \ \
| * | | BUG: mtrand cannot be imported on CygwinMasamichi Hosoda2022-01-221-1/+1
* | | | MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-243-12/+4
* | | | MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-244-36/+5
* | | | Merge pull request #20840 from serge-sans-paille/feature/road-to-cxx-selectionCharles Harris2022-01-234-420/+654
|\ \ \ \
| * | | | Convert selection.c.src to selection.cppserge-sans-paille2022-01-174-420/+654
| * | | | Convert mergesort.c.src to mergesort.cppserge-sans-paille2022-01-173-512/+734
| | |_|/ | |/| |
* | | | ENH: Add changes that allow NumPy to compile with clang-clKevin Sheppard2022-01-205-6/+10
| |/ / |/| |
* | | DOC: fix formatting of mean examplemgunyho2022-01-201-0/+1
* | | SIMD: replace raw AVX512 of floor/trunc/rint with universal intrinsicsSayed Adel2022-01-195-266/+21
* | | Merge pull request #20829 from serge-sans-paille/feature/road-to-cxx-mergesortCharles Harris2022-01-183-512/+734
|\ \ \
| * | | Convert mergesort.c.src to mergesort.cppserge-sans-paille2022-01-163-512/+734
* | | | Merge pull request #20834 from rjeb/doc-ndarrayargmaxmin-paramsMatti Picus2022-01-181-2/+2
|\ \ \ \
| * | | | Update ndarray argmax-argmin docstring with correct keyword and default param...Jason Thai2022-01-171-2/+2
| * | | | Update ndarray argmax+min docstrings with keepdims paramJason Thai2022-01-161-2/+2
| | |/ / | |/| |
* | | | Merge pull request #20821 from rafaelcfsousa/p10_enablementMatti Picus2022-01-183-8/+22
|\ \ \ \