summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.21.1 to 6.21.6dependabot/pip/hypothesis-6.21.6dependabot[bot]2021-09-201-1/+1
* Merge pull request #19900 from ArryanSingh/refguidefixMelissa Weber Mendonça2021-09-202-14/+11
|\
| * DOC:Fixed refguide errors for basics.creation.rstArryan Singh2021-09-202-14/+11
* | Merge pull request #19894 from BvB93/recursive-sequenceCharles Harris2021-09-2016-288/+243
|\ \
| * | TST: Added tests for `NestedSequence`Bas van Beek2021-09-192-0/+40
| * | MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-1913-288/+109
| * | ENH: Add a protocol for representing nested sequencesBas van Beek2021-09-192-0/+94
| |/
* | Merge pull request #19902 from HaoZeke/refgfix_ignoreMelissa Weber Mendonça2021-09-201-0/+1
|\ \ | |/ |/|
| * BUG,DOC: Ignore upcoming_changes from refguideRohit Goswami2021-09-201-0/+1
|/
* Merge pull request #19888 from WarrenWeckesser/emptylikezerostridesCharles Harris2021-09-182-0/+26
|\
| * BUG: core: Fix *_like strides for str and bytes dtype.warren2021-09-172-0/+26
* | Merge pull request #19887 from BvB93/linalgCharles Harris2021-09-184-21/+450
|\ \
| * | MAINT: Let `eig` and `eigvals` return a union for real inputsBas van Beek2021-09-182-9/+17
| * | TST: Add typing tests for `np.linalg`Bas van Beek2021-09-172-0/+145
| * | ENH: Add annotations for `np.linalg`Bas van Beek2021-09-171-20/+274
| * | MAINT: Move `linalg` function definitions to `linalg.linalg`Bas van Beek2021-09-172-21/+43
| |/
* | Merge pull request #19890 from TheDeveloperTeam/mainCharles Harris2021-09-181-1/+1
|\ \
| * | Added hyperlink on numpy logoFayas Noushad2021-09-181-1/+1
|/ /
* | Merge pull request #19884 from kmod/support_pystonSebastian Berg2021-09-171-11/+6
|\ \ | |/ |/|
| * TST: Make this sysconfig handling a bit more portableKevin Modzelewski2021-09-171-11/+6
|/
* Merge pull request #19844 from Mukulikaa/c-api-additionsCharles Harris2021-09-161-14/+61
|\
| * Update doc/source/reference/c-api/array.rstCharles Harris2021-09-131-1/+1
| * DOC: Added missing C-API functionsMukulika2021-09-081-14/+61
* | Merge pull request #19865 from Mukulikaa/internals-doc-reorgCharles Harris2021-09-168-871/+954
|\ \
| * | DOC: Moved NumPy Internals into Under-the-hood docsMukulika2021-09-138-871/+954
* | | Merge pull request #19882 from nforro/mainCharles Harris2021-09-161-5/+5
|\ \ \
| * | | MAINT: Use SHA-256 instead of SHA-1Nikola Forró2021-09-161-5/+5
* | | | Merge pull request #19883 from BvB93/moduleCharles Harris2021-09-161-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix the module names of `numpy.typing` objectsBas van Beek2021-09-161-0/+2
|/ / /
* | | Merge pull request #19869 from mhvk/median_scalar_nanCharles Harris2021-09-144-25/+32
|\ \ \
| * | | MAINT: Improve ``_median_nancheck`` docstring.Charles Harris2021-09-141-1/+1
| * | | MAINT: remove unused argument in private functionMarten van Kerkwijk2021-09-143-16/+15
| * | | BUG: ensure np.median does not drop subclass for NaN result.Marten van Kerkwijk2021-09-142-8/+16
* | | | Merge pull request #19874 from ndunnewind/fix-typo-upcoming-changes-filenameCharles Harris2021-09-141-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix typo in upcoming changes filenameNiels Dunnewind2021-09-141-0/+0
|/ / /
* | | Merge pull request #19863 from BvB93/nanquantileCharles Harris2021-09-132-80/+117
|\ \ \
| * | | MAINT: Make parameters match label.Charles Harris2021-09-131-1/+1
| * | | TST: Fix a couple of `pytest` id labelsBas van Beek2021-09-131-3/+3
| * | | TST: Expand/rewrite the `test_allnans` testsBas van Beek2021-09-111-79/+115
| * | | BUG: Fixed an issue wherein `nanpercentile` and `nanquantile` would ignore th...Bas van Beek2021-09-111-1/+2
| |/ /
* | | Merge pull request #19870 from seberg/fixups-release-walkthroughCharles Harris2021-09-131-3/+3
|\ \ \
| * | | BUG: Fix use of ``*.md``.Charles Harris2021-09-131-1/+1
| * | | DOC: Small fixups for the release walkthroughSebastian Berg2021-09-131-2/+2
|/ / /
* | | Merge pull request #19868 from numpy/dependabot/pip/sphinx-4.2.0Charles Harris2021-09-131-1/+1
|\ \ \
| * | | MAINT: Bump sphinx from 4.1.2 to 4.2.0dependabot/pip/sphinx-4.2.0dependabot[bot]2021-09-131-1/+1
| |/ /
* | | Merge pull request #19867 from numpy/dependabot/pip/hypothesis-6.21.1Charles Harris2021-09-131-1/+1
|\ \ \
| * | | MAINT: Bump hypothesis from 6.18.0 to 6.21.1dependabot/pip/hypothesis-6.21.1dependabot[bot]2021-09-131-1/+1
| |/ /
* | | Merge pull request #19862 from charris/add-branch-walkthroughCharles Harris2021-09-131-0/+77
|\ \ \
| * | | DOC: Add BRANCH_WALKTHROUGHCharles Harris2021-09-101-0/+77
* | | | Merge pull request #19864 from charris/update-release-walkthroughCharles Harris2021-09-131-101/+105
|\ \ \ \ | |_|/ / |/| | |