METADATA 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  1. Metadata-Version: 2.1
  2. Name: numpy
  3. Version: 1.26.2
  4. Summary: Fundamental package for array computing in Python
  5. Home-page: https://numpy.org
  6. Author: Travis E. Oliphant et al.
  7. Maintainer-Email: NumPy Developers <numpy-discussion@python.org>
  8. License: Copyright (c) 2005-2023, NumPy Developers.
  9. All rights reserved.
  10. Redistribution and use in source and binary forms, with or without
  11. modification, are permitted provided that the following conditions are
  12. met:
  13. * Redistributions of source code must retain the above copyright
  14. notice, this list of conditions and the following disclaimer.
  15. * Redistributions in binary form must reproduce the above
  16. copyright notice, this list of conditions and the following
  17. disclaimer in the documentation and/or other materials provided
  18. with the distribution.
  19. * Neither the name of the NumPy Developers nor the names of any
  20. contributors may be used to endorse or promote products derived
  21. from this software without specific prior written permission.
  22. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  23. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  24. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  25. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  26. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  27. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  28. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  29. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  30. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  32. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. ----
  34. The NumPy repository and source distributions bundle several libraries that are
  35. compatibly licensed. We list these here.
  36. Name: lapack-lite
  37. Files: numpy/linalg/lapack_lite/*
  38. License: BSD-3-Clause
  39. For details, see numpy/linalg/lapack_lite/LICENSE.txt
  40. Name: tempita
  41. Files: tools/npy_tempita/*
  42. License: MIT
  43. For details, see tools/npy_tempita/license.txt
  44. Name: dragon4
  45. Files: numpy/core/src/multiarray/dragon4.c
  46. License: MIT
  47. For license text, see numpy/core/src/multiarray/dragon4.c
  48. Name: libdivide
  49. Files: numpy/core/include/numpy/libdivide/*
  50. License: Zlib
  51. For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt
  52. Note that the following files are vendored in the repository and sdist but not
  53. installed in built numpy packages:
  54. Name: Meson
  55. Files: vendored-meson/meson/*
  56. License: Apache 2.0
  57. For license text, see vendored-meson/meson/COPYING
  58. Name: meson-python
  59. Files: vendored-meson/meson-python/*
  60. License: MIT
  61. For license text, see vendored-meson/meson-python/LICENSE
  62. Name: spin
  63. Files: .spin/cmds.py
  64. License: BSD-3
  65. For license text, see .spin/LICENSE
  66. ----
  67. This binary distribution of NumPy also bundles the following software:
  68. Name: OpenBLAS
  69. Files: numpy.libs\libopenblas*.dll
  70. Description: bundled as a dynamically linked library
  71. Availability: https://github.com/OpenMathLib/OpenBLAS/
  72. License: BSD-3-Clause
  73. Copyright (c) 2011-2014, The OpenBLAS Project
  74. All rights reserved.
  75. Redistribution and use in source and binary forms, with or without
  76. modification, are permitted provided that the following conditions are
  77. met:
  78. 1. Redistributions of source code must retain the above copyright
  79. notice, this list of conditions and the following disclaimer.
  80. 2. Redistributions in binary form must reproduce the above copyright
  81. notice, this list of conditions and the following disclaimer in
  82. the documentation and/or other materials provided with the
  83. distribution.
  84. 3. Neither the name of the OpenBLAS project nor the names of
  85. its contributors may be used to endorse or promote products
  86. derived from this software without specific prior written
  87. permission.
  88. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  89. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  90. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  91. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  92. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  93. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  94. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  95. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  96. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  97. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  98. Name: LAPACK
  99. Files: numpy.libs\libopenblas*.dll
  100. Description: bundled in OpenBLAS
  101. Availability: https://github.com/OpenMathLib/OpenBLAS/
  102. License: BSD-3-Clause-Attribution
  103. Copyright (c) 1992-2013 The University of Tennessee and The University
  104. of Tennessee Research Foundation. All rights
  105. reserved.
  106. Copyright (c) 2000-2013 The University of California Berkeley. All
  107. rights reserved.
  108. Copyright (c) 2006-2013 The University of Colorado Denver. All rights
  109. reserved.
  110. $COPYRIGHT$
  111. Additional copyrights may follow
  112. $HEADER$
  113. Redistribution and use in source and binary forms, with or without
  114. modification, are permitted provided that the following conditions are
  115. met:
  116. - Redistributions of source code must retain the above copyright
  117. notice, this list of conditions and the following disclaimer.
  118. - Redistributions in binary form must reproduce the above copyright
  119. notice, this list of conditions and the following disclaimer listed
  120. in this license in the documentation and/or other materials
  121. provided with the distribution.
  122. - Neither the name of the copyright holders nor the names of its
  123. contributors may be used to endorse or promote products derived from
  124. this software without specific prior written permission.
  125. The copyright holders provide no reassurances that the source code
  126. provided does not infringe any patent, copyright, or any other
  127. intellectual property rights of third parties. The copyright holders
  128. disclaim any liability to any recipient for claims brought against
  129. recipient by any third party for infringement of that parties
  130. intellectual property rights.
  131. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  132. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  133. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  134. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  135. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  136. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  137. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  138. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  139. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  140. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  141. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  142. Name: GCC runtime library
  143. Files: numpy.libs\libopenblas*.dll
  144. Description: statically linked to files compiled with gcc
  145. Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
  146. License: GPL-3.0-with-GCC-exception
  147. Copyright (C) 2002-2017 Free Software Foundation, Inc.
  148. Libgfortran is free software; you can redistribute it and/or modify
  149. it under the terms of the GNU General Public License as published by
  150. the Free Software Foundation; either version 3, or (at your option)
  151. any later version.
  152. Libgfortran is distributed in the hope that it will be useful,
  153. but WITHOUT ANY WARRANTY; without even the implied warranty of
  154. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  155. GNU General Public License for more details.
  156. Under Section 7 of GPL version 3, you are granted additional
  157. permissions described in the GCC Runtime Library Exception, version
  158. 3.1, as published by the Free Software Foundation.
  159. You should have received a copy of the GNU General Public License and
  160. a copy of the GCC Runtime Library Exception along with this program;
  161. see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  162. <http://www.gnu.org/licenses/>.
  163. ----
  164. Full text of license texts referred to above follows (that they are
  165. listed below does not necessarily imply the conditions apply to the
  166. present binary release):
  167. ----
  168. GCC RUNTIME LIBRARY EXCEPTION
  169. Version 3.1, 31 March 2009
  170. Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
  171. Everyone is permitted to copy and distribute verbatim copies of this
  172. license document, but changing it is not allowed.
  173. This GCC Runtime Library Exception ("Exception") is an additional
  174. permission under section 7 of the GNU General Public License, version
  175. 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
  176. bears a notice placed by the copyright holder of the file stating that
  177. the file is governed by GPLv3 along with this Exception.
  178. When you use GCC to compile a program, GCC may combine portions of
  179. certain GCC header files and runtime libraries with the compiled
  180. program. The purpose of this Exception is to allow compilation of
  181. non-GPL (including proprietary) programs to use, in this way, the
  182. header files and runtime libraries covered by this Exception.
  183. 0. Definitions.
  184. A file is an "Independent Module" if it either requires the Runtime
  185. Library for execution after a Compilation Process, or makes use of an
  186. interface provided by the Runtime Library, but is not otherwise based
  187. on the Runtime Library.
  188. "GCC" means a version of the GNU Compiler Collection, with or without
  189. modifications, governed by version 3 (or a specified later version) of
  190. the GNU General Public License (GPL) with the option of using any
  191. subsequent versions published by the FSF.
  192. "GPL-compatible Software" is software whose conditions of propagation,
  193. modification and use would permit combination with GCC in accord with
  194. the license of GCC.
  195. "Target Code" refers to output from any compiler for a real or virtual
  196. target processor architecture, in executable form or suitable for
  197. input to an assembler, loader, linker and/or execution
  198. phase. Notwithstanding that, Target Code does not include data in any
  199. format that is used as a compiler intermediate representation, or used
  200. for producing a compiler intermediate representation.
  201. The "Compilation Process" transforms code entirely represented in
  202. non-intermediate languages designed for human-written code, and/or in
  203. Java Virtual Machine byte code, into Target Code. Thus, for example,
  204. use of source code generators and preprocessors need not be considered
  205. part of the Compilation Process, since the Compilation Process can be
  206. understood as starting with the output of the generators or
  207. preprocessors.
  208. A Compilation Process is "Eligible" if it is done using GCC, alone or
  209. with other GPL-compatible software, or if it is done without using any
  210. work based on GCC. For example, using non-GPL-compatible Software to
  211. optimize any GCC intermediate representations would not qualify as an
  212. Eligible Compilation Process.
  213. 1. Grant of Additional Permission.
  214. You have permission to propagate a work of Target Code formed by
  215. combining the Runtime Library with Independent Modules, even if such
  216. propagation would otherwise violate the terms of GPLv3, provided that
  217. all Target Code was generated by Eligible Compilation Processes. You
  218. may then convey such a combination under terms of your choice,
  219. consistent with the licensing of the Independent Modules.
  220. 2. No Weakening of GCC Copyleft.
  221. The availability of this Exception does not imply any general
  222. presumption that third-party software is unaffected by the copyleft
  223. requirements of the license of GCC.
  224. ----
  225. GNU GENERAL PUBLIC LICENSE
  226. Version 3, 29 June 2007
  227. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  228. Everyone is permitted to copy and distribute verbatim copies
  229. of this license document, but changing it is not allowed.
  230. Preamble
  231. The GNU General Public License is a free, copyleft license for
  232. software and other kinds of works.
  233. The licenses for most software and other practical works are designed
  234. to take away your freedom to share and change the works. By contrast,
  235. the GNU General Public License is intended to guarantee your freedom to
  236. share and change all versions of a program--to make sure it remains free
  237. software for all its users. We, the Free Software Foundation, use the
  238. GNU General Public License for most of our software; it applies also to
  239. any other work released this way by its authors. You can apply it to
  240. your programs, too.
  241. When we speak of free software, we are referring to freedom, not
  242. price. Our General Public Licenses are designed to make sure that you
  243. have the freedom to distribute copies of free software (and charge for
  244. them if you wish), that you receive source code or can get it if you
  245. want it, that you can change the software or use pieces of it in new
  246. free programs, and that you know you can do these things.
  247. To protect your rights, we need to prevent others from denying you
  248. these rights or asking you to surrender the rights. Therefore, you have
  249. certain responsibilities if you distribute copies of the software, or if
  250. you modify it: responsibilities to respect the freedom of others.
  251. For example, if you distribute copies of such a program, whether
  252. gratis or for a fee, you must pass on to the recipients the same
  253. freedoms that you received. You must make sure that they, too, receive
  254. or can get the source code. And you must show them these terms so they
  255. know their rights.
  256. Developers that use the GNU GPL protect your rights with two steps:
  257. (1) assert copyright on the software, and (2) offer you this License
  258. giving you legal permission to copy, distribute and/or modify it.
  259. For the developers' and authors' protection, the GPL clearly explains
  260. that there is no warranty for this free software. For both users' and
  261. authors' sake, the GPL requires that modified versions be marked as
  262. changed, so that their problems will not be attributed erroneously to
  263. authors of previous versions.
  264. Some devices are designed to deny users access to install or run
  265. modified versions of the software inside them, although the manufacturer
  266. can do so. This is fundamentally incompatible with the aim of
  267. protecting users' freedom to change the software. The systematic
  268. pattern of such abuse occurs in the area of products for individuals to
  269. use, which is precisely where it is most unacceptable. Therefore, we
  270. have designed this version of the GPL to prohibit the practice for those
  271. products. If such problems arise substantially in other domains, we
  272. stand ready to extend this provision to those domains in future versions
  273. of the GPL, as needed to protect the freedom of users.
  274. Finally, every program is threatened constantly by software patents.
  275. States should not allow patents to restrict development and use of
  276. software on general-purpose computers, but in those that do, we wish to
  277. avoid the special danger that patents applied to a free program could
  278. make it effectively proprietary. To prevent this, the GPL assures that
  279. patents cannot be used to render the program non-free.
  280. The precise terms and conditions for copying, distribution and
  281. modification follow.
  282. TERMS AND CONDITIONS
  283. 0. Definitions.
  284. "This License" refers to version 3 of the GNU General Public License.
  285. "Copyright" also means copyright-like laws that apply to other kinds of
  286. works, such as semiconductor masks.
  287. "The Program" refers to any copyrightable work licensed under this
  288. License. Each licensee is addressed as "you". "Licensees" and
  289. "recipients" may be individuals or organizations.
  290. To "modify" a work means to copy from or adapt all or part of the work
  291. in a fashion requiring copyright permission, other than the making of an
  292. exact copy. The resulting work is called a "modified version" of the
  293. earlier work or a work "based on" the earlier work.
  294. A "covered work" means either the unmodified Program or a work based
  295. on the Program.
  296. To "propagate" a work means to do anything with it that, without
  297. permission, would make you directly or secondarily liable for
  298. infringement under applicable copyright law, except executing it on a
  299. computer or modifying a private copy. Propagation includes copying,
  300. distribution (with or without modification), making available to the
  301. public, and in some countries other activities as well.
  302. To "convey" a work means any kind of propagation that enables other
  303. parties to make or receive copies. Mere interaction with a user through
  304. a computer network, with no transfer of a copy, is not conveying.
  305. An interactive user interface displays "Appropriate Legal Notices"
  306. to the extent that it includes a convenient and prominently visible
  307. feature that (1) displays an appropriate copyright notice, and (2)
  308. tells the user that there is no warranty for the work (except to the
  309. extent that warranties are provided), that licensees may convey the
  310. work under this License, and how to view a copy of this License. If
  311. the interface presents a list of user commands or options, such as a
  312. menu, a prominent item in the list meets this criterion.
  313. 1. Source Code.
  314. The "source code" for a work means the preferred form of the work
  315. for making modifications to it. "Object code" means any non-source
  316. form of a work.
  317. A "Standard Interface" means an interface that either is an official
  318. standard defined by a recognized standards body, or, in the case of
  319. interfaces specified for a particular programming language, one that
  320. is widely used among developers working in that language.
  321. The "System Libraries" of an executable work include anything, other
  322. than the work as a whole, that (a) is included in the normal form of
  323. packaging a Major Component, but which is not part of that Major
  324. Component, and (b) serves only to enable use of the work with that
  325. Major Component, or to implement a Standard Interface for which an
  326. implementation is available to the public in source code form. A
  327. "Major Component", in this context, means a major essential component
  328. (kernel, window system, and so on) of the specific operating system
  329. (if any) on which the executable work runs, or a compiler used to
  330. produce the work, or an object code interpreter used to run it.
  331. The "Corresponding Source" for a work in object code form means all
  332. the source code needed to generate, install, and (for an executable
  333. work) run the object code and to modify the work, including scripts to
  334. control those activities. However, it does not include the work's
  335. System Libraries, or general-purpose tools or generally available free
  336. programs which are used unmodified in performing those activities but
  337. which are not part of the work. For example, Corresponding Source
  338. includes interface definition files associated with source files for
  339. the work, and the source code for shared libraries and dynamically
  340. linked subprograms that the work is specifically designed to require,
  341. such as by intimate data communication or control flow between those
  342. subprograms and other parts of the work.
  343. The Corresponding Source need not include anything that users
  344. can regenerate automatically from other parts of the Corresponding
  345. Source.
  346. The Corresponding Source for a work in source code form is that
  347. same work.
  348. 2. Basic Permissions.
  349. All rights granted under this License are granted for the term of
  350. copyright on the Program, and are irrevocable provided the stated
  351. conditions are met. This License explicitly affirms your unlimited
  352. permission to run the unmodified Program. The output from running a
  353. covered work is covered by this License only if the output, given its
  354. content, constitutes a covered work. This License acknowledges your
  355. rights of fair use or other equivalent, as provided by copyright law.
  356. You may make, run and propagate covered works that you do not
  357. convey, without conditions so long as your license otherwise remains
  358. in force. You may convey covered works to others for the sole purpose
  359. of having them make modifications exclusively for you, or provide you
  360. with facilities for running those works, provided that you comply with
  361. the terms of this License in conveying all material for which you do
  362. not control copyright. Those thus making or running the covered works
  363. for you must do so exclusively on your behalf, under your direction
  364. and control, on terms that prohibit them from making any copies of
  365. your copyrighted material outside their relationship with you.
  366. Conveying under any other circumstances is permitted solely under
  367. the conditions stated below. Sublicensing is not allowed; section 10
  368. makes it unnecessary.
  369. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  370. No covered work shall be deemed part of an effective technological
  371. measure under any applicable law fulfilling obligations under article
  372. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  373. similar laws prohibiting or restricting circumvention of such
  374. measures.
  375. When you convey a covered work, you waive any legal power to forbid
  376. circumvention of technological measures to the extent such circumvention
  377. is effected by exercising rights under this License with respect to
  378. the covered work, and you disclaim any intention to limit operation or
  379. modification of the work as a means of enforcing, against the work's
  380. users, your or third parties' legal rights to forbid circumvention of
  381. technological measures.
  382. 4. Conveying Verbatim Copies.
  383. You may convey verbatim copies of the Program's source code as you
  384. receive it, in any medium, provided that you conspicuously and
  385. appropriately publish on each copy an appropriate copyright notice;
  386. keep intact all notices stating that this License and any
  387. non-permissive terms added in accord with section 7 apply to the code;
  388. keep intact all notices of the absence of any warranty; and give all
  389. recipients a copy of this License along with the Program.
  390. You may charge any price or no price for each copy that you convey,
  391. and you may offer support or warranty protection for a fee.
  392. 5. Conveying Modified Source Versions.
  393. You may convey a work based on the Program, or the modifications to
  394. produce it from the Program, in the form of source code under the
  395. terms of section 4, provided that you also meet all of these conditions:
  396. a) The work must carry prominent notices stating that you modified
  397. it, and giving a relevant date.
  398. b) The work must carry prominent notices stating that it is
  399. released under this License and any conditions added under section
  400. 7. This requirement modifies the requirement in section 4 to
  401. "keep intact all notices".
  402. c) You must license the entire work, as a whole, under this
  403. License to anyone who comes into possession of a copy. This
  404. License will therefore apply, along with any applicable section 7
  405. additional terms, to the whole of the work, and all its parts,
  406. regardless of how they are packaged. This License gives no
  407. permission to license the work in any other way, but it does not
  408. invalidate such permission if you have separately received it.
  409. d) If the work has interactive user interfaces, each must display
  410. Appropriate Legal Notices; however, if the Program has interactive
  411. interfaces that do not display Appropriate Legal Notices, your
  412. work need not make them do so.
  413. A compilation of a covered work with other separate and independent
  414. works, which are not by their nature extensions of the covered work,
  415. and which are not combined with it such as to form a larger program,
  416. in or on a volume of a storage or distribution medium, is called an
  417. "aggregate" if the compilation and its resulting copyright are not
  418. used to limit the access or legal rights of the compilation's users
  419. beyond what the individual works permit. Inclusion of a covered work
  420. in an aggregate does not cause this License to apply to the other
  421. parts of the aggregate.
  422. 6. Conveying Non-Source Forms.
  423. You may convey a covered work in object code form under the terms
  424. of sections 4 and 5, provided that you also convey the
  425. machine-readable Corresponding Source under the terms of this License,
  426. in one of these ways:
  427. a) Convey the object code in, or embodied in, a physical product
  428. (including a physical distribution medium), accompanied by the
  429. Corresponding Source fixed on a durable physical medium
  430. customarily used for software interchange.
  431. b) Convey the object code in, or embodied in, a physical product
  432. (including a physical distribution medium), accompanied by a
  433. written offer, valid for at least three years and valid for as
  434. long as you offer spare parts or customer support for that product
  435. model, to give anyone who possesses the object code either (1) a
  436. copy of the Corresponding Source for all the software in the
  437. product that is covered by this License, on a durable physical
  438. medium customarily used for software interchange, for a price no
  439. more than your reasonable cost of physically performing this
  440. conveying of source, or (2) access to copy the
  441. Corresponding Source from a network server at no charge.
  442. c) Convey individual copies of the object code with a copy of the
  443. written offer to provide the Corresponding Source. This
  444. alternative is allowed only occasionally and noncommercially, and
  445. only if you received the object code with such an offer, in accord
  446. with subsection 6b.
  447. d) Convey the object code by offering access from a designated
  448. place (gratis or for a charge), and offer equivalent access to the
  449. Corresponding Source in the same way through the same place at no
  450. further charge. You need not require recipients to copy the
  451. Corresponding Source along with the object code. If the place to
  452. copy the object code is a network server, the Corresponding Source
  453. may be on a different server (operated by you or a third party)
  454. that supports equivalent copying facilities, provided you maintain
  455. clear directions next to the object code saying where to find the
  456. Corresponding Source. Regardless of what server hosts the
  457. Corresponding Source, you remain obligated to ensure that it is
  458. available for as long as needed to satisfy these requirements.
  459. e) Convey the object code using peer-to-peer transmission, provided
  460. you inform other peers where the object code and Corresponding
  461. Source of the work are being offered to the general public at no
  462. charge under subsection 6d.
  463. A separable portion of the object code, whose source code is excluded
  464. from the Corresponding Source as a System Library, need not be
  465. included in conveying the object code work.
  466. A "User Product" is either (1) a "consumer product", which means any
  467. tangible personal property which is normally used for personal, family,
  468. or household purposes, or (2) anything designed or sold for incorporation
  469. into a dwelling. In determining whether a product is a consumer product,
  470. doubtful cases shall be resolved in favor of coverage. For a particular
  471. product received by a particular user, "normally used" refers to a
  472. typical or common use of that class of product, regardless of the status
  473. of the particular user or of the way in which the particular user
  474. actually uses, or expects or is expected to use, the product. A product
  475. is a consumer product regardless of whether the product has substantial
  476. commercial, industrial or non-consumer uses, unless such uses represent
  477. the only significant mode of use of the product.
  478. "Installation Information" for a User Product means any methods,
  479. procedures, authorization keys, or other information required to install
  480. and execute modified versions of a covered work in that User Product from
  481. a modified version of its Corresponding Source. The information must
  482. suffice to ensure that the continued functioning of the modified object
  483. code is in no case prevented or interfered with solely because
  484. modification has been made.
  485. If you convey an object code work under this section in, or with, or
  486. specifically for use in, a User Product, and the conveying occurs as
  487. part of a transaction in which the right of possession and use of the
  488. User Product is transferred to the recipient in perpetuity or for a
  489. fixed term (regardless of how the transaction is characterized), the
  490. Corresponding Source conveyed under this section must be accompanied
  491. by the Installation Information. But this requirement does not apply
  492. if neither you nor any third party retains the ability to install
  493. modified object code on the User Product (for example, the work has
  494. been installed in ROM).
  495. The requirement to provide Installation Information does not include a
  496. requirement to continue to provide support service, warranty, or updates
  497. for a work that has been modified or installed by the recipient, or for
  498. the User Product in which it has been modified or installed. Access to a
  499. network may be denied when the modification itself materially and
  500. adversely affects the operation of the network or violates the rules and
  501. protocols for communication across the network.
  502. Corresponding Source conveyed, and Installation Information provided,
  503. in accord with this section must be in a format that is publicly
  504. documented (and with an implementation available to the public in
  505. source code form), and must require no special password or key for
  506. unpacking, reading or copying.
  507. 7. Additional Terms.
  508. "Additional permissions" are terms that supplement the terms of this
  509. License by making exceptions from one or more of its conditions.
  510. Additional permissions that are applicable to the entire Program shall
  511. be treated as though they were included in this License, to the extent
  512. that they are valid under applicable law. If additional permissions
  513. apply only to part of the Program, that part may be used separately
  514. under those permissions, but the entire Program remains governed by
  515. this License without regard to the additional permissions.
  516. When you convey a copy of a covered work, you may at your option
  517. remove any additional permissions from that copy, or from any part of
  518. it. (Additional permissions may be written to require their own
  519. removal in certain cases when you modify the work.) You may place
  520. additional permissions on material, added by you to a covered work,
  521. for which you have or can give appropriate copyright permission.
  522. Notwithstanding any other provision of this License, for material you
  523. add to a covered work, you may (if authorized by the copyright holders of
  524. that material) supplement the terms of this License with terms:
  525. a) Disclaiming warranty or limiting liability differently from the
  526. terms of sections 15 and 16 of this License; or
  527. b) Requiring preservation of specified reasonable legal notices or
  528. author attributions in that material or in the Appropriate Legal
  529. Notices displayed by works containing it; or
  530. c) Prohibiting misrepresentation of the origin of that material, or
  531. requiring that modified versions of such material be marked in
  532. reasonable ways as different from the original version; or
  533. d) Limiting the use for publicity purposes of names of licensors or
  534. authors of the material; or
  535. e) Declining to grant rights under trademark law for use of some
  536. trade names, trademarks, or service marks; or
  537. f) Requiring indemnification of licensors and authors of that
  538. material by anyone who conveys the material (or modified versions of
  539. it) with contractual assumptions of liability to the recipient, for
  540. any liability that these contractual assumptions directly impose on
  541. those licensors and authors.
  542. All other non-permissive additional terms are considered "further
  543. restrictions" within the meaning of section 10. If the Program as you
  544. received it, or any part of it, contains a notice stating that it is
  545. governed by this License along with a term that is a further
  546. restriction, you may remove that term. If a license document contains
  547. a further restriction but permits relicensing or conveying under this
  548. License, you may add to a covered work material governed by the terms
  549. of that license document, provided that the further restriction does
  550. not survive such relicensing or conveying.
  551. If you add terms to a covered work in accord with this section, you
  552. must place, in the relevant source files, a statement of the
  553. additional terms that apply to those files, or a notice indicating
  554. where to find the applicable terms.
  555. Additional terms, permissive or non-permissive, may be stated in the
  556. form of a separately written license, or stated as exceptions;
  557. the above requirements apply either way.
  558. 8. Termination.
  559. You may not propagate or modify a covered work except as expressly
  560. provided under this License. Any attempt otherwise to propagate or
  561. modify it is void, and will automatically terminate your rights under
  562. this License (including any patent licenses granted under the third
  563. paragraph of section 11).
  564. However, if you cease all violation of this License, then your
  565. license from a particular copyright holder is reinstated (a)
  566. provisionally, unless and until the copyright holder explicitly and
  567. finally terminates your license, and (b) permanently, if the copyright
  568. holder fails to notify you of the violation by some reasonable means
  569. prior to 60 days after the cessation.
  570. Moreover, your license from a particular copyright holder is
  571. reinstated permanently if the copyright holder notifies you of the
  572. violation by some reasonable means, this is the first time you have
  573. received notice of violation of this License (for any work) from that
  574. copyright holder, and you cure the violation prior to 30 days after
  575. your receipt of the notice.
  576. Termination of your rights under this section does not terminate the
  577. licenses of parties who have received copies or rights from you under
  578. this License. If your rights have been terminated and not permanently
  579. reinstated, you do not qualify to receive new licenses for the same
  580. material under section 10.
  581. 9. Acceptance Not Required for Having Copies.
  582. You are not required to accept this License in order to receive or
  583. run a copy of the Program. Ancillary propagation of a covered work
  584. occurring solely as a consequence of using peer-to-peer transmission
  585. to receive a copy likewise does not require acceptance. However,
  586. nothing other than this License grants you permission to propagate or
  587. modify any covered work. These actions infringe copyright if you do
  588. not accept this License. Therefore, by modifying or propagating a
  589. covered work, you indicate your acceptance of this License to do so.
  590. 10. Automatic Licensing of Downstream Recipients.
  591. Each time you convey a covered work, the recipient automatically
  592. receives a license from the original licensors, to run, modify and
  593. propagate that work, subject to this License. You are not responsible
  594. for enforcing compliance by third parties with this License.
  595. An "entity transaction" is a transaction transferring control of an
  596. organization, or substantially all assets of one, or subdividing an
  597. organization, or merging organizations. If propagation of a covered
  598. work results from an entity transaction, each party to that
  599. transaction who receives a copy of the work also receives whatever
  600. licenses to the work the party's predecessor in interest had or could
  601. give under the previous paragraph, plus a right to possession of the
  602. Corresponding Source of the work from the predecessor in interest, if
  603. the predecessor has it or can get it with reasonable efforts.
  604. You may not impose any further restrictions on the exercise of the
  605. rights granted or affirmed under this License. For example, you may
  606. not impose a license fee, royalty, or other charge for exercise of
  607. rights granted under this License, and you may not initiate litigation
  608. (including a cross-claim or counterclaim in a lawsuit) alleging that
  609. any patent claim is infringed by making, using, selling, offering for
  610. sale, or importing the Program or any portion of it.
  611. 11. Patents.
  612. A "contributor" is a copyright holder who authorizes use under this
  613. License of the Program or a work on which the Program is based. The
  614. work thus licensed is called the contributor's "contributor version".
  615. A contributor's "essential patent claims" are all patent claims
  616. owned or controlled by the contributor, whether already acquired or
  617. hereafter acquired, that would be infringed by some manner, permitted
  618. by this License, of making, using, or selling its contributor version,
  619. but do not include claims that would be infringed only as a
  620. consequence of further modification of the contributor version. For
  621. purposes of this definition, "control" includes the right to grant
  622. patent sublicenses in a manner consistent with the requirements of
  623. this License.
  624. Each contributor grants you a non-exclusive, worldwide, royalty-free
  625. patent license under the contributor's essential patent claims, to
  626. make, use, sell, offer for sale, import and otherwise run, modify and
  627. propagate the contents of its contributor version.
  628. In the following three paragraphs, a "patent license" is any express
  629. agreement or commitment, however denominated, not to enforce a patent
  630. (such as an express permission to practice a patent or covenant not to
  631. sue for patent infringement). To "grant" such a patent license to a
  632. party means to make such an agreement or commitment not to enforce a
  633. patent against the party.
  634. If you convey a covered work, knowingly relying on a patent license,
  635. and the Corresponding Source of the work is not available for anyone
  636. to copy, free of charge and under the terms of this License, through a
  637. publicly available network server or other readily accessible means,
  638. then you must either (1) cause the Corresponding Source to be so
  639. available, or (2) arrange to deprive yourself of the benefit of the
  640. patent license for this particular work, or (3) arrange, in a manner
  641. consistent with the requirements of this License, to extend the patent
  642. license to downstream recipients. "Knowingly relying" means you have
  643. actual knowledge that, but for the patent license, your conveying the
  644. covered work in a country, or your recipient's use of the covered work
  645. in a country, would infringe one or more identifiable patents in that
  646. country that you have reason to believe are valid.
  647. If, pursuant to or in connection with a single transaction or
  648. arrangement, you convey, or propagate by procuring conveyance of, a
  649. covered work, and grant a patent license to some of the parties
  650. receiving the covered work authorizing them to use, propagate, modify
  651. or convey a specific copy of the covered work, then the patent license
  652. you grant is automatically extended to all recipients of the covered
  653. work and works based on it.
  654. A patent license is "discriminatory" if it does not include within
  655. the scope of its coverage, prohibits the exercise of, or is
  656. conditioned on the non-exercise of one or more of the rights that are
  657. specifically granted under this License. You may not convey a covered
  658. work if you are a party to an arrangement with a third party that is
  659. in the business of distributing software, under which you make payment
  660. to the third party based on the extent of your activity of conveying
  661. the work, and under which the third party grants, to any of the
  662. parties who would receive the covered work from you, a discriminatory
  663. patent license (a) in connection with copies of the covered work
  664. conveyed by you (or copies made from those copies), or (b) primarily
  665. for and in connection with specific products or compilations that
  666. contain the covered work, unless you entered into that arrangement,
  667. or that patent license was granted, prior to 28 March 2007.
  668. Nothing in this License shall be construed as excluding or limiting
  669. any implied license or other defenses to infringement that may
  670. otherwise be available to you under applicable patent law.
  671. 12. No Surrender of Others' Freedom.
  672. If conditions are imposed on you (whether by court order, agreement or
  673. otherwise) that contradict the conditions of this License, they do not
  674. excuse you from the conditions of this License. If you cannot convey a
  675. covered work so as to satisfy simultaneously your obligations under this
  676. License and any other pertinent obligations, then as a consequence you may
  677. not convey it at all. For example, if you agree to terms that obligate you
  678. to collect a royalty for further conveying from those to whom you convey
  679. the Program, the only way you could satisfy both those terms and this
  680. License would be to refrain entirely from conveying the Program.
  681. 13. Use with the GNU Affero General Public License.
  682. Notwithstanding any other provision of this License, you have
  683. permission to link or combine any covered work with a work licensed
  684. under version 3 of the GNU Affero General Public License into a single
  685. combined work, and to convey the resulting work. The terms of this
  686. License will continue to apply to the part which is the covered work,
  687. but the special requirements of the GNU Affero General Public License,
  688. section 13, concerning interaction through a network will apply to the
  689. combination as such.
  690. 14. Revised Versions of this License.
  691. The Free Software Foundation may publish revised and/or new versions of
  692. the GNU General Public License from time to time. Such new versions will
  693. be similar in spirit to the present version, but may differ in detail to
  694. address new problems or concerns.
  695. Each version is given a distinguishing version number. If the
  696. Program specifies that a certain numbered version of the GNU General
  697. Public License "or any later version" applies to it, you have the
  698. option of following the terms and conditions either of that numbered
  699. version or of any later version published by the Free Software
  700. Foundation. If the Program does not specify a version number of the
  701. GNU General Public License, you may choose any version ever published
  702. by the Free Software Foundation.
  703. If the Program specifies that a proxy can decide which future
  704. versions of the GNU General Public License can be used, that proxy's
  705. public statement of acceptance of a version permanently authorizes you
  706. to choose that version for the Program.
  707. Later license versions may give you additional or different
  708. permissions. However, no additional obligations are imposed on any
  709. author or copyright holder as a result of your choosing to follow a
  710. later version.
  711. 15. Disclaimer of Warranty.
  712. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  713. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  714. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  715. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  716. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  717. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  718. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  719. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  720. 16. Limitation of Liability.
  721. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  722. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  723. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  724. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  725. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  726. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  727. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  728. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  729. SUCH DAMAGES.
  730. 17. Interpretation of Sections 15 and 16.
  731. If the disclaimer of warranty and limitation of liability provided
  732. above cannot be given local legal effect according to their terms,
  733. reviewing courts shall apply local law that most closely approximates
  734. an absolute waiver of all civil liability in connection with the
  735. Program, unless a warranty or assumption of liability accompanies a
  736. copy of the Program in return for a fee.
  737. END OF TERMS AND CONDITIONS
  738. How to Apply These Terms to Your New Programs
  739. If you develop a new program, and you want it to be of the greatest
  740. possible use to the public, the best way to achieve this is to make it
  741. free software which everyone can redistribute and change under these terms.
  742. To do so, attach the following notices to the program. It is safest
  743. to attach them to the start of each source file to most effectively
  744. state the exclusion of warranty; and each file should have at least
  745. the "copyright" line and a pointer to where the full notice is found.
  746. <one line to give the program's name and a brief idea of what it does.>
  747. Copyright (C) <year> <name of author>
  748. This program is free software: you can redistribute it and/or modify
  749. it under the terms of the GNU General Public License as published by
  750. the Free Software Foundation, either version 3 of the License, or
  751. (at your option) any later version.
  752. This program is distributed in the hope that it will be useful,
  753. but WITHOUT ANY WARRANTY; without even the implied warranty of
  754. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  755. GNU General Public License for more details.
  756. You should have received a copy of the GNU General Public License
  757. along with this program. If not, see <http://www.gnu.org/licenses/>.
  758. Also add information on how to contact you by electronic and paper mail.
  759. If the program does terminal interaction, make it output a short
  760. notice like this when it starts in an interactive mode:
  761. <program> Copyright (C) <year> <name of author>
  762. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  763. This is free software, and you are welcome to redistribute it
  764. under certain conditions; type `show c' for details.
  765. The hypothetical commands `show w' and `show c' should show the appropriate
  766. parts of the General Public License. Of course, your program's commands
  767. might be different; for a GUI interface, you would use an "about box".
  768. You should also get your employer (if you work as a programmer) or school,
  769. if any, to sign a "copyright disclaimer" for the program, if necessary.
  770. For more information on this, and how to apply and follow the GNU GPL, see
  771. <http://www.gnu.org/licenses/>.
  772. The GNU General Public License does not permit incorporating your program
  773. into proprietary programs. If your program is a subroutine library, you
  774. may consider it more useful to permit linking proprietary applications with
  775. the library. If this is what you want to do, use the GNU Lesser General
  776. Public License instead of this License. But first, please read
  777. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  778. Name: libquadmath
  779. Files: numpy.libs\libopenb*.dll
  780. Description: statically linked to files compiled with gcc
  781. Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
  782. License: LGPL-2.1-or-later
  783. GCC Quad-Precision Math Library
  784. Copyright (C) 2010-2019 Free Software Foundation, Inc.
  785. Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  786. This file is part of the libquadmath library.
  787. Libquadmath is free software; you can redistribute it and/or
  788. modify it under the terms of the GNU Library General Public
  789. License as published by the Free Software Foundation; either
  790. version 2.1 of the License, or (at your option) any later version.
  791. Libquadmath is distributed in the hope that it will be useful,
  792. but WITHOUT ANY WARRANTY; without even the implied warranty of
  793. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  794. Lesser General Public License for more details.
  795. https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
  796. Classifier: Development Status :: 5 - Production/Stable
  797. Classifier: Intended Audience :: Science/Research
  798. Classifier: Intended Audience :: Developers
  799. Classifier: License :: OSI Approved :: BSD License
  800. Classifier: Programming Language :: C
  801. Classifier: Programming Language :: Python
  802. Classifier: Programming Language :: Python :: 3
  803. Classifier: Programming Language :: Python :: 3.9
  804. Classifier: Programming Language :: Python :: 3.10
  805. Classifier: Programming Language :: Python :: 3.11
  806. Classifier: Programming Language :: Python :: 3.12
  807. Classifier: Programming Language :: Python :: 3 :: Only
  808. Classifier: Programming Language :: Python :: Implementation :: CPython
  809. Classifier: Topic :: Software Development
  810. Classifier: Topic :: Scientific/Engineering
  811. Classifier: Typing :: Typed
  812. Classifier: Operating System :: Microsoft :: Windows
  813. Classifier: Operating System :: POSIX
  814. Classifier: Operating System :: Unix
  815. Classifier: Operating System :: MacOS
  816. Project-URL: Homepage, https://numpy.org
  817. Project-URL: Documentation, https://numpy.org/doc/
  818. Project-URL: Source, https://github.com/numpy/numpy
  819. Project-URL: Download, https://pypi.org/project/numpy/#files
  820. Project-URL: Tracker, https://github.com/numpy/numpy/issues
  821. Project-URL: Release notes, https://numpy.org/doc/stable/release
  822. Requires-Python: >=3.9
  823. Description-Content-Type: text/markdown
  824. <h1 align="center">
  825. <img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300">
  826. </h1><br>
  827. [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
  828. https://numfocus.org)
  829. [![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](
  830. https://pypi.org/project/numpy/)
  831. [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](
  832. https://anaconda.org/conda-forge/numpy)
  833. [![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
  834. https://stackoverflow.com/questions/tagged/numpy)
  835. [![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
  836. https://doi.org/10.1038/s41586-020-2649-2)
  837. [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)
  838. NumPy is the fundamental package for scientific computing with Python.
  839. - **Website:** https://www.numpy.org
  840. - **Documentation:** https://numpy.org/doc
  841. - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
  842. - **Source code:** https://github.com/numpy/numpy
  843. - **Contributing:** https://www.numpy.org/devdocs/dev/index.html
  844. - **Bug reports:** https://github.com/numpy/numpy/issues
  845. - **Report a security vulnerability:** https://tidelift.com/docs/security
  846. It provides:
  847. - a powerful N-dimensional array object
  848. - sophisticated (broadcasting) functions
  849. - tools for integrating C/C++ and Fortran code
  850. - useful linear algebra, Fourier transform, and random number capabilities
  851. Testing:
  852. NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
  853. python -c "import numpy, sys; sys.exit(numpy.test() is False)"
  854. Code of Conduct
  855. ----------------------
  856. NumPy is a community-driven open source project developed by a diverse group of
  857. [contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
  858. commitment to creating an open, inclusive, and positive community. Please read the
  859. [NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
  860. with others in a way that makes our community thrive.
  861. Call for Contributions
  862. ----------------------
  863. The NumPy project welcomes your expertise and enthusiasm!
  864. Small improvements or fixes are always appreciated. If you are considering larger contributions
  865. to the source code, please contact us through the [mailing
  866. list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
  867. Writing code isn’t the only way to contribute to NumPy. You can also:
  868. - review pull requests
  869. - help us stay on top of new and old issues
  870. - develop tutorials, presentations, and other educational materials
  871. - maintain and improve [our website](https://github.com/numpy/numpy.org)
  872. - develop graphic design for our brand assets and promotional materials
  873. - translate website content
  874. - help with outreach and onboard new contributors
  875. - write grant proposals and help with other fundraising efforts
  876. For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
  877. If you’re unsure where to start or how your skills fit in, reach out! You can
  878. ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
  879. comment on a relevant issue that is already open.
  880. Our preferred channels of communication are all public, but if you’d like to
  881. speak to us in private first, contact our community coordinators at
  882. numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
  883. an invitation).
  884. We also have a biweekly community call, details of which are announced on the
  885. mailing list. You are very welcome to join.
  886. If you are new to contributing to open source, [this
  887. guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
  888. and how to successfully get involved.