summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-174-4/+123
* Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-163-5/+18
|\
| * TST: Updated the typing testsBas van Beek2020-10-152-1/+12
| * MAINT: Fix the type of `little_endian`Bas van Beek2020-10-151-1/+1
| * ENH: Added annotations for 3 new constantsBas van Beek2020-10-151-3/+5
* | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-165-22/+370
|\ \ | |/ |/|
| * MAINT: remove character code literals for integer typesJosh Wilson2020-10-111-32/+0
| * MAINT: fix complex64 overload; add str0/bytes to literalsJosh Wilson2020-10-071-1/+3
| * MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-072-21/+270
| * ENH: make dtype generic over scalar typeJosh Wilson2020-10-075-22/+151
* | Merge pull request #17546 from seiko2plus/issue_17321Matti Picus2020-10-153-66/+64
|\ \
| * | MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-133-66/+64
* | | BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flagsE. Madison Bray2020-10-131-2/+10
* | | BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-132-8/+39
|/ /
* | Merge pull request #17521 from eric-wieser/remove-scalar-tablesCharles Harris2020-10-121-1/+57
|\ \
| * | DOC: Fix escapingEric Wieser2020-10-111-1/+1
| * | DOC: fix refguideEric Wieser2020-10-101-3/+6
| * | DOC: remove 0 aliases, fix referencesEric Wieser2020-10-101-9/+9
| * | DOC: Add cross-links and `void` exampleEric Wieser2020-10-101-3/+16
| * | DOC: Add docstrings for some scalar typesEric Wieser2020-10-091-0/+40
* | | Merge pull request #17186 from eric-wieser/datetime-less-bytesCharles Harris2020-10-104-47/+50
|\ \ \
| * | | Apply suggestions from code reviewEric Wieser2020-09-282-2/+2
| * | | Update numpy/core/src/multiarray/datetime_busdaycal.cEric Wieser2020-08-311-1/+1
| * | | Apply suggestions from code reviewEric Wieser2020-08-311-2/+2
| * | | Update numpy/core/src/multiarray/datetime_busdaycal.cEric Wieser2020-08-301-1/+0
| * | | Update numpy/core/src/multiarray/datetime_busday.cEric Wieser2020-08-301-1/+0
| * | | MAINT: Use utf8 strings in more of datetimeEric Wieser2020-08-304-44/+49
* | | | MAINT: Cleanup compatibility code for pathlibEric Wieser2020-10-101-5/+4
* | | | MAINT: py3k: remove os.fspath and os.PathLike backports (#17473)Wei Yang2020-10-101-51/+2
* | | | MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-102-4/+23
* | | | ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-092-9/+36
* | | | Merge pull request #17344 from danbeibei/masterCharles Harris2020-10-093-1/+57
|\ \ \ \
| * | | | BUG: Fix indentation.Charles Harris2020-10-091-6/+6
| * | | | Update numpy/distutils/fcompiler/nv.pydanbeibei2020-10-021-5/+8
| * | | | ENH: Add comments about Nvidia HPC SDK and PGIDaniel Vanzo2020-09-221-0/+4
| * | | | ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-09-223-1/+50
* | | | | Merge pull request #17508 from lucasace/typing-final-featureCharles Harris2020-10-091-44/+43
|\ \ \ \ \
| * | | | | [CODE]Redundant spaces removedRoyston E Tauro2020-10-091-1/+0
| * | | | | [CODE] Made code cleanerRoyston E Tauro2020-10-091-1/+1
| * | | | | Adjusted typing.Final's python 3.8 compatibilityRoyston E Tauro2020-10-081-3/+2
| * | | | | Minor bug fixRoyston E Tauro2020-10-081-1/+1
| * | | | | ENH: Marked all constants as `FinalRoyston E Tauro2020-10-081-1/+1
| * | | | | Update __init__.pyiRoyston E Tauro2020-10-081-42/+43
* | | | | | Merge pull request #17479 from person142/np-unicodeCharles Harris2020-10-092-2/+5
|\ \ \ \ \ \
| * | | | | | MAINT: add str0 as an alias of str_ on the typing levelJosh Wilson2020-10-072-2/+2
| * | | | | | ENH: type np.unicode_ as np.str_Josh Wilson2020-10-062-1/+4
* | | | | | | Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-095-16/+369
|\ \ \ \ \ \ \
| * | | | | | | REV: Remove the `uint64`/`signedinteger` specific overloadBas van Beek2020-10-062-7/+5
| * | | | | | | TST: Added tests for bitwise operationsBas van Beek2020-10-053-0/+281
| * | | | | | | ENH: Add annotations for `generic` and `ndarray` bitwise operationsBas van Beek2020-10-052-17/+91