summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19179 from BvB93/testingCharles Harris2021-06-109-110/+643
|\
| * TST: Add typing tests for `np.testing`Bas van Beek2021-06-063-3/+199
| * ENH: Add dtype support to `np.testing`Bas van Beek2021-06-061-17/+52
| * ENH: Add annotations for `np.testing`Bas van Beek2021-06-062-80/+337
| * MAINT: Remove two private functions from `__all__`Bas van Beek2021-06-064-6/+4
| * BLD: Add support for *.pyi data-files to `np.testing._private`Bas van Beek2021-06-061-0/+1
| * MAINT: Move the `np.testing` annotations to `np.testing._private.utils`Bas van Beek2021-06-062-102/+148
* | Merge pull request #19185 from MarsBarLee/crosslink-gitpodCharles Harris2021-06-102-29/+82
|\ \
| * | STY: Shorten some lines.Charles Harris2021-06-101-28/+34
| * | Merge branch 'numpy:main' into crosslink-gitpodMarsBarLee2021-06-0846-448/+580
| |\ \
| * | | DOC: Change line breaksMarsBarLee2021-06-082-7/+28
| * | | DOC: Add crosslink to Buildling the NumyP API and reference docs pageMarsBarLee2021-06-081-0/+15
| * | | DOC: Add crosslink to Building from Source pageMarsBarLee2021-06-081-2/+13
* | | | Merge pull request #19214 from kmaehashi/fix-np-version-majorCharles Harris2021-06-102-3/+3
|\ \ \ \
| * | | | DOC: fix typoKenichi Maehashi2021-06-101-1/+1
| * | | | ENH: support major version larger than 9 in numpy.lib.NumpyVersionKenichi Maehashi2021-06-102-2/+2
* | | | | Merge pull request #19212 from BvB93/unwrapCharles Harris2021-06-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Add annotations for the missing `period` parameter to `np.unwrap`Bas van Beek2021-06-101-1/+1
|/ / / /
* | | | Merge pull request #19202 from hawkinsp/datetimeSebastian Berg2021-06-091-4/+6
|\ \ \ \
| * | | | Fix out-of-bounds array access in convert_datetime_divisor_to_multiple().Peter Hawkins2021-06-091-4/+6
| | |/ / | |/| |
* | | | Merge pull request #19200 from ReallyNiceGuy/mainSebastian Berg2021-06-091-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: NeighborhoodIterator position on creationMarco Aurelio da Costa2021-06-081-1/+7
|/ / /
* | | Merge pull request #19196 from mwtoews/doc-branch-nameMatti Picus2021-06-083-6/+4
|\ \ \
| * | | Add intersphinx link to numpy-tutorials.Ross Barnowski2021-06-082-4/+2
| * | | DOC: update references to other repos head branch to 'main'Mike Taves2021-06-082-3/+3
* | | | DOC: Adjust polyfit doc to clarify the meaning of w (#18421)Mike Jarvis2021-06-088-32/+41
* | | | Merge pull request #19195 from UltiRequiem/mainMatti Picus2021-06-081-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Link issue labelEliaz Bobadilla2021-06-071-4/+5
|/ / /
* | | Merge pull request #19188 from seberg/accept-nep35Charles Harris2021-06-072-7/+3
|\ \ \
| * | | NEP: Accept NEP 35 as finalSebastian Berg2021-06-072-7/+3
| |/ /
* | | Merge pull request #19174 from seberg/avoid-flexible-logic-in-can-castCharles Harris2021-06-076-106/+201
|\ \ \
| * | | MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal levelSebastian Berg2021-06-056-106/+201
| |/ /
* | | Merge pull request #19186 from AhmetCanSolak/ndindex-docs-fixMatti Picus2021-06-071-2/+4
|\ \ \
| * | | Update numpy/lib/index_tricks.pyAhmet Can Solak2021-06-071-1/+2
| * | | Update numpy/lib/index_tricks.pyAhmet Can Solak2021-06-071-1/+2
| * | | DOC: docstring fix implemented for ndindex class under index_tricksAhmetCanSolak2021-06-071-2/+2
* | | | Merge pull request #19182 from numpy/dependabot/pip/hypothesis-6.13.14Charles Harris2021-06-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Bump hypothesis from 6.13.10 to 6.13.14dependabot[bot]2021-06-071-1/+1
* | | | Merge pull request #19016 from ReallyNiceGuy/mainSebastian Berg2021-06-073-3/+21
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Update coordinates on PyArray_ITER_GOTO1DMarco Aurelio da Costa2021-05-203-3/+21
* | | | Merge pull request #19181 from numpy/dependabot/pip/pytest-cov-2.12.1Charles Harris2021-06-071-1/+1
|\ \ \ \
| * | | | MAINT: Bump pytest-cov from 2.12.0 to 2.12.1dependabot[bot]2021-06-071-1/+1
* | | | | DOC: Removed misleading info about Fortran compiler from building from source...Mukulika2021-06-071-2/+2
|/ / / /
* | | | Merge pull request #19140 from BvB93/astypeCharles Harris2021-06-063-47/+143
|\ \ \ \
| * | | | TST: Update the `ndarray`/`generic` typing testsBas van Beek2021-05-312-28/+37
| * | | | ENH: Add dtype-support to 3 `generic`/`ndarray` methodsBas van Beek2021-05-311-19/+106
* | | | | Merge pull request #19177 from i-shenl/i-shenl/set-icc-c99Charles Harris2021-06-061-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Set c99 to intel icc compiler so numpy will buildi-shenl2021-03-091-1/+1
* | | | | Merge pull request #19176 from BvB93/notimplementedCharles Harris2021-06-058-104/+101
|\ \ \ \ \
| * | | | | MAINT: Added a missing `sys.version` checkBas van Beek2021-06-054-7/+4