summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.37.3 to 5.38.0dependabot/pip/hypothesis-5.38.0dependabot-preview[bot]2020-10-261-1/+1
* Merge pull request #17340 from seiko2plus/npyv_partial_noncont_memCharles Harris2020-10-258-118/+1603
|\
| * ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bitSayed Adel2020-10-098-118/+1603
* | Merge pull request #17618 from jakobjakobson13/fstringsCharles Harris2020-10-256-58/+54
|\ \
| * | minor typographic changeJakob2020-10-241-1/+1
| * | more fixesJakob2020-10-231-4/+4
| * | fix quotation marksJakob2020-10-231-1/+1
| * | fix typoJakob2020-10-231-1/+1
| * | mostly string conversionsJakob2020-10-235-57/+53
| * | Change string to f-stringJakob2020-10-231-1/+1
* | | Merge pull request #17622 from jakobjakobson13/fstrings2Charles Harris2020-10-256-15/+14
|\ \ \
| * | | conversion of strings to fstringsJakob2020-10-246-15/+14
| |/ /
* | | MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-257-38/+37
* | | Merge pull request #17625 from jakobjakobson13/fstring4Charles Harris2020-10-254-15/+15
|\ \ \
| * | | Convert some strings to fstrignsJakob2020-10-244-15/+15
| |/ /
* | | Merge pull request #17633 from eric-wieser/doc-code-formattingCharles Harris2020-10-2511-50/+104
|\ \ \
| * | | DOC: Don't use Python highlighting for non-python codeEric Wieser2020-10-2511-50/+104
|/ / /
* | | Merge pull request #17627 from takanori-pskq/i13114-array-structMatti Picus2020-10-256-15/+15
|\ \ \
| * | | DOC: Fix the references for ``__array_*__``takanori-pskq2020-10-256-15/+15
* | | | Merge pull request #17630 from takanori-pskq/i13114-capsuleMatti Picus2020-10-251-2/+3
|\ \ \ \
| * | | | DOC: Replace ``PyCObject`` with ``PyCapsule``takanori-pskq2020-10-251-2/+3
| |/ / /
* | | | Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identityMatti Picus2020-10-251-3/+9
|\ \ \ \
| * | | | DOC: Add ``identity_value`` to ``PyUFuncObject``takanori-pskq2020-10-251-3/+9
| |/ / /
* | | | Merge pull request #17628 from takanori-pskq/i13114-add-entry-for-macroMatti Picus2020-10-251-3/+29
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add entries for macrostakanori-pskq2020-10-251-3/+29
|/ / /
* | | Merge pull request #17580 from charris/cleanup-swig-for-python3Matti Picus2020-10-243-12/+15
|\ \ \
| * | | MAINT: Cleanup swig for Python 3.Charles Harris2020-10-183-12/+15
* | | | Merge pull request #17610 from johnthagen/patch-1Ralf Gommers2020-10-241-1/+1
|\ \ \ \
| * | | | Fully qualify license trove classifierjohnthagen2020-10-221-1/+1
* | | | | Merge pull request #17624 from eric-wieser/fix-refsMatti Picus2020-10-244-13/+12
|\ \ \ \ \
| * | | | | DOC: Tidy up references to str_ / bytes_Eric Wieser2020-10-244-13/+12
|/ / / / /
* | | | | Merge pull request #17619 from takanori-pskq/i13114-fix-miscMatti Picus2020-10-2413-32/+38
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Fixup for ``PyUFunc_*``takanori-pskq2020-10-241-1/+3
| * | | | Update doc/source/reference/random/c-api.rstTakanori H2020-10-241-2/+1
| * | | | Update doc/source/user/basics.rec.rstTakanori H2020-10-241-1/+1
| * | | | DOC: Fixup for PR #17614takanori-pskq2020-10-241-1/+1
| * | | | DOC: Fix some referencestakanori-pskq2020-10-2412-30/+35
|/ / / /
* | | | Merge pull request #17614 from takanori-pskq/i13114-arrays-interfaceMatti Picus2020-10-231-14/+14
|\ \ \ \
| * | | | DOC: Fix the document for arrays interfacetakanori-pskq2020-10-231-14/+14
|/ / / /
* | | | Merge pull request #17607 from mitchnegus/mn_licensefixSebastian Berg2020-10-221-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: removed old references to submodule licenses (closes #17606)mitch2020-10-211-10/+0
* | | | Merge pull request #17570 from takanori-pskq/i13114-feature-versionMatti Picus2020-10-221-12/+16
|\ \ \ \
| * | | | DOC: Fixuptakanori-pskq2020-10-221-17/+16
| * | | | DOC: Add the entry for ``NPY_FEATURE_VERSION``takanori-pskq2020-10-151-0/+5
* | | | | Merge pull request #16936 from seberg/issue-16934Matti Picus2020-10-222-43/+86
|\ \ \ \ \
| * | | | | Fixup, an earlier cleanup got things wrong and I forgot to test the strides :(Sebastian Berg2020-10-192-10/+12
| * | | | | MAINT: simplify buffer info reuse checkSebastian Berg2020-10-191-19/+20
| * | | | | BUG: Fix leak for relaxed strides when exporting both C- and F-orderSebastian Berg2020-10-192-9/+36
| * | | | | BUG: Fix memory leak of buffer-info cache due to relaxed stridesSebastian Berg2020-10-192-40/+53
* | | | | | Merge pull request #17608 from akuhnregnier/documentation-typosMatti Picus2020-10-222-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |