summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.8.1 to 6.8.3dependabot/pip/hypothesis-6.8.3dependabot-preview[bot]2021-03-291-1/+1
* Merge pull request #18691 from aarchiba/scalar_object_crash_fixCharles Harris2021-03-282-1/+139
|\
| * Remove unused variablesAnne Archibald2021-03-281-2/+0
| * BUG: fix segfault in object/longdouble operationsAnne Archibald2021-03-282-1/+141
|/
* Merge pull request #18685 from charris/post-1.20.2-release-updateCharles Harris2021-03-283-0/+90
|\
| * REL: Update main after 1.20.2 release.Charles Harris2021-03-273-0/+90
|/
* Merge pull request #18679 from mrios1999/mainCharles Harris2021-03-262-1/+5
|\
| * BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-0/+4
| * BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-1/+1
* | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430Charles Harris2021-03-261-2/+13
|\ \
| * | MAINT: Adding exception chaining and switching to fstringFilip Ter2021-03-241-5/+4
| * | ENH: A more helpful error message, when types don't match type of default kwargFilip Ter2021-02-281-2/+14
* | | Docs: simd-optimizations.rst: fix basline typo (#18680)Maxim Belkin2021-03-251-2/+2
| |/ |/|
* | Merge pull request #15271 from seberg/splitup-faster-argparsingCharles Harris2021-03-249-1177/+929
|\ \
| * | DOC: Fix spelling in release noteSebastian Berg2021-03-231-1/+1
| * | DOC: Link all three PRs and use the first PR as the "base" (filename)Sebastian Berg2021-03-231-16/+0
| * | BUG: Fix bug(s) introduced due to rebase/merge conflictSebastian Berg2021-03-231-2/+1
| * | DOC: Fixup ufunc-argparse release notes and code commentsSebastian Berg2021-03-232-9/+7
| * | MAINT: Declare functions `static` rather than `NPY_NO_EXPORT`Sebastian Berg2021-03-231-3/+3
| * | BUG: Add missing `static` leading to a (harmless) ref-leakSebastian Berg2021-03-231-1/+1
| * | BUG: Add missing decref to `dtype` parsingSebastian Berg2021-03-231-0/+1
| * | DOC: Add release notes for ufunc (and FASTCALL) refactorSebastian Berg2021-03-232-0/+49
| * | MAINT: Address comments by MartenSebastian Berg2021-03-235-94/+83
| * | DOC: Fixup comment style for nowSebastian Berg2021-03-231-1/+1
| * | DOC: Fixup comments based on review and remove TODOSebastian Berg2021-03-233-7/+11
| * | ENH: Optimize and cleanup ufunc calls and ufunc CheckOverridesSebastian Berg2021-03-239-1155/+883
* | | ENH: Improve performance of `np.save` for small arrays (gh-18657)Ohad Ravid2021-03-242-6/+20
|/ /
* | Merge pull request #18670 from seberg/small-pytest-leaks-fixesCharles Harris2021-03-236-24/+37
|\ \
| * | BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-236-24/+37
* | | Merge pull request #18666 from bashtage/rayleigh-perfCharles Harris2021-03-226-10/+29
|\ \ \ | |/ / |/| |
| * | PERF: Use exponentials in place of inversionKevin Sheppard2021-03-226-10/+29
|/ /
* | Merge pull request #18664 from numpy/dependabot/pip/sphinx-3.5.3Ralf Gommers2021-03-221-1/+1
|\ \
| * | MAINT: Bump sphinx from 3.5.2 to 3.5.3dependabot/pip/sphinx-3.5.3dependabot-preview[bot]2021-03-221-1/+1
|/ /
* | Merge pull request #18652 from timhoffm/doc-plotRalf Gommers2021-03-217-15/+21
|\ \
| * | DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-217-15/+21
* | | Merge pull request #18660 from rgommers/relnote-xlocaleCharles Harris2021-03-211-0/+6
|\ \ \
| * | | DOC: add release note for removal of /usr/include from include pathsRalf Gommers2021-03-211-0/+6
* | | | Merge pull request #18658 from rgommers/fix-xlocaleCharles Harris2021-03-211-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | BLD: remove /usr/include from default include dirsRalf Gommers2021-03-211-3/+2
|/ / /
* | | Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-214-47/+19
|\ \ \
| * | | MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-084-47/+19
* | | | Merge pull request #18593 from seberg/stop-lying-about-binop-inputsMatti Picus2021-03-217-54/+68
|\ \ \ \
| * | | | TST: Add minimal test for passing an out argument to arr.conjugate()Sebastian Berg2021-03-181-0/+9
| * | | | Update numpy/core/src/multiarray/calculation.cSebastian Berg2021-03-181-1/+2
| * | | | MAINT: Do not claim input to binops is `self` (array object)Sebastian Berg2021-03-106-54/+58
* | | | | Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-2119-545/+694
|\ \ \ \ \
| * | | | | DOC: Update the docs to match how they changed in masterSebastian Berg2021-03-181-14/+45
| * | | | | BUG,TST: Fix error path and argument name (and add test coverage)Sebastian Berg2021-03-183-4/+33
| * | | | | DOC: Add TODO comment that `asarray` stubs will need movingSebastian Berg2021-03-181-0/+4
| * | | | | BUG: import `asanyarray` to `_asarray.py` as its used in `np.require`Sebastian Berg2021-03-181-1/+1