Skip to content Navigation Menu Toggle navigation Sign in Appearance settings PlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryNewIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityAcceleratorGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricing Search or jump to... Search code, repositories, users, issues, pull requests... Search Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Saved searches Use saved searches to filter your results more quickly Name Query To see all available qualifiers, see our documentation. Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} numpy / numpy Public Uh oh! There was an error while loading. Please reload this page. Notifications You must be signed in to change notification settings Fork 12.5k Star 32.2k Code Issues 2.1k Pull requests 285 Actions Projects Wiki Security and quality 0 Insights Additional navigation options Code Issues Pull requests Actions Projects Wiki Security and quality Insights FilesExpand file tree mainBreadcrumbsnumpy/.gitattributesCopy pathBlameMore file actionsBlameMore file actions Latest commit HistoryHistoryHistory114 lines (97 loc) · 2.51 KB mainBreadcrumbsnumpy/.gitattributesCopy pathTopFile metadata and controlsCodeBlame114 lines (97 loc) · 2.51 KBRawCopy raw fileDownload raw fileOpen symbols panelEdit and raw actions123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113# We want all text files to be /n# Specific settings below this can still override it# e.g.# *.bat text eol=crlf* text=auto eol=lf # Highlight our custom templating language as C, since it's hopefully better# than nothing. This also affects repo statistics.*.c.src text linguist-language=C*.inc.src text linguist-language=C*.h.src text linguist-language=C*.pyx.in text linguist-language=Python*.pxd.in text linguist-language=Python # Mark some files as vendorednumpy/linalg/lapack_lite/f2c.c linguist-vendorednumpy/linalg/lapack_lite/f2c.h linguist-vendorednumpy/_core/include/numpy/libdivide/* linguist-vendorednumpy/_core/src/umath/svml/* linguist-vendorednumpy/_core/src/common/dlpack/dlpack.h linguist-vendored # Mark some files as generatednumpy/linalg/lapack_lite/f2c_*.c linguist-generatednumpy/linalg/lapack_lite/lapack_lite_names.h linguist-generated # version generated from pyproject.toml during buildnumpy/version.py linguist-generated # Configuration files*.ini text*.cfg text./numpy/_core/npymath.ini.in text./numpy/_core/mlib.ini.in text # Python sources*.py text diff=python*.pxd text diff=python*.pyx text diff=python*.pyi text diff=python # C/C++ sources*.c text diff=c*.h text diff=c*.cc text diff=cpp*.cxx text diff=cpp*.cpp text diff=cpp*.hpp text diff=cpp*.hh text diff=cpp # Fortran sources*.f text diff=fortran*.for text diff=fortran*.f90 text diff=fortran*.f95 text diff=fortran*.f03 text diff=fortran # JavaScript*.js text # F2py./doc/source/f2py/*.pyf text./doc/source/f2py/*.dat text # Documents*.md text diff=markdown*.txt text*.rst text*.pdf binary*.css text diff=css*.html text diff=html # Graphics*.png binary*.ico binary*.dia binary*.gif binary*.odg binary*.fig text*.svg text# SVG is treated as an asset (binary) by default. If you want# to treat it as binary, use the following line instead.# *.svg binary # Scripts*.sh text eol=lf*.sed text# These are explicitly windows files and should use crlf*.bat text eol=crlf*.cmd text eol=crlf # Serialisation*.json text*.toml text*.xml text*.yaml text*.yml text # Data files*.csv text*.pkl binary*.fits binary*.npy binary*.npz binary # Misc.*.swg text*.patch text./doc/neps/index.rst.tmpl text./benchmarks/asv_compare.conf.json.tpl text./tools/swig/test/*.i text./doc/source/dev/gitwash/git_links.inc text./doc/source/reference/simd/*.inc text./numpy/_core/src/_simd/*.inc text diff=c You can’t perform that action at this time.