summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.23.3 to 6.24.0dependabot/pip/hypothesis-6.24.0dependabot[bot]2021-10-251-1/+1
* Merge pull request #20183 from serge-sans-paille/feature/to-cxx-and-beyond-pa...Charles Harris2021-10-251-0/+6
|\
| * Thin compatibility layer for C/C++ math headerserge-sans-paille2021-10-251-0/+6
|/
* Merge pull request #20179 from seberg/issue-19592Charles Harris2021-10-241-12/+7
|\
| * BUG: Do not use nonzero fastpath on unaligned arraysSebastian Berg2021-10-231-12/+7
|/
* Merge pull request #20166 from charris/run-clang-format-on-cpp-filesCharles Harris2021-10-235-245/+593
|\
| * STY: Run clang-format on cpp files and headers.Charles Harris2021-10-225-245/+593
* | Merge pull request #20173 from charris/disable-refcount-testCharles Harris2021-10-231-0/+2
|\ \
| * | TST: Disable test_partial_iteration_cleanup on 32 bit Windows.Charles Harris2021-10-231-0/+2
| |/
* | Merge pull request #20170 from matthew-brett/better-error-version-failCharles Harris2021-10-231-1/+4
|\ \
| * | More informative error for unparsable versionMatthew Brett2021-10-231-1/+4
| |/
* | Merge pull request #20174 from BvB93/mklCharles Harris2021-10-231-0/+4
|\ \ | |/ |/|
| * TST: xfail `test_overrides` when numpy is build with MKL supportBas van Beek2021-10-231-0/+4
|/
* Merge pull request #20165 from BvB93/chararrayCharles Harris2021-10-223-53/+613
|\
| * TST: Add typing tests for `np.chararray`Bas van Beek2021-10-232-0/+191
| * ENH: Add annotations for `np.chararray`Bas van Beek2021-10-231-53/+422
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-2226-73/+24
|\ \ | |/ |/|
| * MAINT: Restore KnowFailureTestCharles Harris2021-10-221-1/+1
| * MAINT: separate multiple imports in multiple linesAlessia Marcolini2021-10-081-2/+10
| * MAINT: Remove duplicated testsAlessia Marcolini2021-10-081-19/+0
| * MAINT: remove unused importsAlessia Marcolini2021-10-0828-55/+16
* | Merge pull request #20129 from BvB93/apiSebastian Berg2021-10-222-8/+22
|\ \
| * | MAINT: Replace the `__array_namespace__` return type with `Any`Bas van Beek2021-10-181-2/+2
| * | ENH: Change `SupportsDLPack` into a protocolBas van Beek2021-10-181-1/+3
| * | ENH: Replace `NestedSequence` with a proper nested sequence protocolBas van Beek2021-10-181-5/+17
* | | Merge pull request #20164 from rlamy/rm_array_allocSebastian Berg2021-10-221-18/+0
|\ \ \
| * | | MAINT: Remove useless custom tp_alloc and tp_free on ndarrayRonan Lamy2021-10-221-18/+0
* | | | Merge pull request #20162 from matthew-brett/allow-gt-10-crt-verCharles Harris2021-10-221-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Remove fix for odd MSVCRT version on Windows 3.7Matthew Brett2021-10-221-2/+0
| * | | Fix automatic detection for MSVCRT versionMatthew Brett2021-10-221-4/+6
* | | | Merge pull request #19713 from serge-sans-paille/feature/to-cxx-and-beyondMatti Picus2021-10-2218-435/+580
|\ \ \ \ | |/ / / |/| | |
| * | | [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-2218-435/+580
|/ / /
* | | Merge pull request #20115 from rossbar/doc/absolute-beginners-match-axis-redu...Charles Harris2021-10-211-2/+8
|\ \ \
| * | | Add missing indefinite article.Ross Barnowski2021-10-141-1/+1
| * | | Modify code to match img illustrating reduction along axis.Ross Barnowski2021-10-131-2/+8
* | | | Merge pull request #20159 from seberg/relax-fallback-homogeneous-signature-tryCharles Harris2021-10-212-6/+10
|\ \ \ \
| * | | | BUG: Relax homogeneous signature fallback in type resolutionSebastian Berg2021-10-212-6/+10
* | | | | Merge pull request #20155 from matthew-brett/fix-mscver-versionCharles Harris2021-10-211-3/+2
|\ \ \ \ \
| * | | | | Patch to allow for 2 as a minor version (!)Matthew Brett2021-10-211-3/+2
* | | | | | Merge pull request #20150 from WarrenWeckesser/fix-insert-incorrect-errorCharles Harris2021-10-212-3/+7
|\ \ \ \ \ \
| * | | | | | BUG: lib: Fix error raised by insert.warren2021-10-202-3/+7
| |/ / / / /
* | | | | | Merge pull request #20134 from pijyoi/fix_slow_win32_clipCharles Harris2021-10-211-7/+12
|\ \ \ \ \ \
| * | | | | | BUG: fix win32 np.clip slownessKIU Shueng Chuan2021-10-191-7/+12
* | | | | | | Merge pull request #20154 from rossbar/maint/add-breathe-to-environment-ymlMelissa Weber Mendonça2021-10-211-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINT: Add breathe to environment.ymlRoss Barnowski2021-10-211-0/+1
|/ / / / / /
* | | | | | Merge pull request #20149 from charris/post-1.21.3-release-updateCharles Harris2021-10-203-0/+73
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | REL: Update main after 1.21.3 release.Charles Harris2021-10-203-0/+73
* | | | | | Merge pull request #20142 from WarrenWeckesser/update-parse-sig-commentMatti Picus2021-10-201-3/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: core: Update the comment about _parse_signature with more complete info.Warren Weckesser2021-10-191-3/+18
|/ / / / /
* | | | | Merge pull request #20137 from arushi-08/reword-array-has-one-axisMelissa Weber Mendonça2021-10-191-4/+5
|\ \ \ \ \