summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-052-0/+3
|\
| * DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-302-0/+3
* | STY: Small cleanups of includes in *.c files.Charles Harris2021-09-0362-194/+199
* | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-0362-92/+122
|\ \
| * | MAIN: Minor include rationalization.Charles Harris2021-09-0362-92/+122
* | | Merge pull request #19809 from charris/fix-compiler-warningsCharles Harris2021-09-031-6/+6
|\ \ \
| * | | MAINT: Fix warnings generated by convert_datatype.hCharles Harris2021-09-011-6/+6
| |/ /
* | | Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-023-7/+113
|\ \ \
| * | | STY: Use a more descriptive variable nameBas van Beek2021-09-021-4/+4
| * | | DOC: Misc documentation improvementsBas van Beek2021-08-311-1/+5
| * | | ENH: Add `integer.is_integer`Bas van Beek2021-08-313-2/+34
| * | | TST: Add tests for `np.floating.is_integer`Bas van Beek2021-08-311-0/+22
| * | | ENH: Add `is_integer` to the `np.floating` subclassesBas van Beek2021-08-312-6/+54
* | | | Merge pull request #19815 from mwtoews/maint-ioerrorCharles Harris2021-09-026-18/+18
|\ \ \ \
| * | | | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-026-18/+18
* | | | | ENH: Use custom file-like protocols instead of `typing.IO`Bas van Beek2021-09-021-4/+5
|/ / / /
* | | | Merge pull request #19781 from mwtoews/foreach-itemMatti Picus2021-09-012-15/+13
|\ \ \ \
| * | | | MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-012-15/+13
| | |_|/ | |/| |
* | | | STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-314-56/+78
| |/ / |/| |
* | | MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-3011-73/+16
|/ /
* | Merge pull request #19715 from yashasvimisra2798/casting_patch1Matti Picus2021-08-292-1/+12
|\ \
| * | lint: fix flake8 errorsYashasvi Misra2021-08-271-2/+1
| * | test: add test_float_to_bool()Yashasvi Misra2021-08-271-7/+9
| * | add testYashasvi Misra2021-08-261-0/+6
| * | updateYashasvi Misra2021-08-191-0/+4
* | | Remove reference since it's not used (#19766)Illviljan2021-08-271-3/+0
* | | Fix so doctest passesIllviljan2021-08-271-3/+3
| |/ |/|
* | MAINT: Remove redundant semicolonHowJMay2021-08-274-4/+4
* | Update numpy/core/overrides.pySebastian Berg2021-08-251-2/+2
* | remove import time compileIrit Katriel2021-08-251-30/+8
* | MAINT: Fix spellingCharles Harris2021-08-251-1/+1
* | BUG: The normal cast-safety for ufunc loops is "no" castingSebastian Berg2021-08-242-2/+33
* | fix: typo spelling grammarslowy072021-08-233-6/+6
|/
* index_tricks.py file not modifiedshubham119411402021-08-192-12/+12
* Merge pull request #19665 from charris/drop-python3.7Charles Harris2021-08-181-5/+0
|\
| * MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-5/+0
* | Merge pull request #19627 from ankitdwivedi23/ankitd/vectorize-ignore-whitespaceCharles Harris2021-08-161-0/+18
|\ \ | |/ |/|
| * add a couple of whitespace tests for signature parsing in C codeAnkit Dwivedi2021-08-081-0/+18
* | Merge pull request #19632 from seberg/signature-dtype-dep-fixupCharles Harris2021-08-123-25/+40
|\ \
| * | BUG,DEP: Non-default UFunc signature/dtype usage should be deprecatedSebastian Berg2021-08-093-25/+40
* | | Merge pull request #19527 from loongson-zn/mainCharles Harris2021-08-122-0/+4
|\ \ \
| * | | BLD: Add LoongArch supportZHANG NA2021-07-202-0/+4
* | | | Merge pull request #19640 from seberg/logical-obj-ufuncs-and-boolMatti Picus2021-08-112-3/+22
|\ \ \ \
| * | | | BUG: Remove logical object ufuncs with bool outputSebastian Berg2021-08-102-3/+22
| | |/ / | |/| |
* | | | DEP: Remove deprecated numeric style dtype strings (#19539)NectDz2021-08-104-43/+6
|/ / /
* | | Merge pull request #19580 from seberg/basic-promotionMatti Picus2021-08-084-19/+138
|\ \ \ | |_|/ |/| |
| * | TST: Add basic promotion test to the scaled-float custom DTypeSebastian Berg2021-08-022-9/+70
| * | ENH: Add basic promoter capability to ufunc dispatchingSebastian Berg2021-08-022-10/+68
* | | Merge pull request #19615 from rossbar/rm-deprecated-npyio-fnsCharles Harris2021-08-061-1/+1
|\ \ \
| * | | Rm numpy.lib.npyio.loads.Ross Barnowski2021-08-051-1/+1