summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-1817-544/+629
* | | | | Merge pull request #18648 from mwtoews/pep-3135Sebastian Berg2021-03-2017-68/+63
|\ \ \ \ \
| * | | | | MAINT: use super() as described by PEP 3135Mike Taves2021-03-1917-68/+63
* | | | | | BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-195-1/+6
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #18649 from bashtage/cdef-typeSebastian Berg2021-03-193-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Add mising type to cdef statementKevin Sheppard2021-03-193-4/+4
|/ / / /
* | | | Merge pull request #18645 from adeak/ufunc_minor_docfixCharles Harris2021-03-181-2/+2
|\ \ \ \
| * | | | DOC: Make inline code example consistent in ufunc referenceAndras Deak2021-03-181-2/+2
* | | | | Merge pull request #18643 from NeilGirdhar/patch-1Charles Harris2021-03-181-4/+1
|\ \ \ \ \
| * | | | | Remove mention of nose from READMENeil2021-03-181-4/+1
| |/ / / /
* | | | | MAINT: Added Chain exceptions where appropriate (#18400)Abhay Raghuvanshi2021-03-183-5/+5
|/ / / /
* | | | Merge pull request #17492 from aitikgupta/unwanted-mode-depMatti Picus2021-03-187-20/+127
|\ \ \ \ | |/ / / |/| | |
| * | | A few whitespace cleanupsAitik Gupta2021-03-181-5/+6
| * | | The same test for np.correlateAitik Gupta2021-03-181-0/+5
| * | | Add one more test for illegal argumentsAitik Gupta2021-03-181-0/+3
| * | | Remove extra informationAitik Gupta2021-03-181-3/+2
| * | | REL: Add deprecation release noteAitik Gupta2021-03-181-0/+8
| * | | Update numpy/core/src/multiarray/conversion_utils.cEric Wieser2021-03-181-0/+1
| * | | TST: Added test for inexact matches of modeAitik Gupta2021-03-181-0/+23
| * | | DEP: Deprecate inexact matches of mode, shift parameter parsing to CAitik Gupta2021-03-185-15/+82
* | | | MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-187-16/+16
* | | | Merge pull request #18398 from seberg/casting-loop-signatureMatti Picus2021-03-1823-2255/+1765
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Add comment to unused func, silence linter and avoid non-contig errorSebastian Berg2021-03-183-12/+18
| * | | TST: Expend write-mask buffered nditer tests for high dim arraysSebastian Berg2021-03-171-7/+36
| * | | TST: Add tests for datetime byteswaps and unicode byteswap castsSebastian Berg2021-03-172-0/+40
| * | | TST: Add test for datetime and datetime->string byte order castsSebastian Berg2021-02-171-1/+39
| * | | DOC: Fix commentsSebastian Berg2021-02-174-14/+11
| * | | TST: test_sparse_field_assignment now succeeds now (was xfail)Sebastian Berg2021-02-121-2/+0
| * | | BUG: Fix cleanup on `get_loop` failureSebastian Berg2021-02-121-4/+20
| * | | BUG: string->datetime64 does not support byte swappingSebastian Berg2021-02-111-7/+8
| * | | ENH: Micro-optimize within dtype castsSebastian Berg2021-02-112-1/+29
| * | | MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-1118-2231/+1588