NumPy

NumPy是使用Python进行科学计算的基础软件包。(NumPy is the fundamental package for scientific computing with Python.)

  • Owner: numpy/numpy
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

NumPy是使用Python进行科学计算的基础软件包。它包含以下内容:

  • 一个强大的N维数组对象
  • 复杂(广播)功能
  • 用于集成C/C ++和Fortran代码的工具
  • 有用的线性代数,傅里叶变换和随机数能力
  • 除了明显的科学用途,NumPy也可以作为通用数据的高效多维容器。 可以定义任意数据类型。 这使NumPy能够无缝地、快速地与各种数据库集成。
NumPy根据BSD许可证获得许可,实现了少量限制的重用。

Overview

Name With Ownernumpy/numpy
Primary LanguagePython
Program languagePython (Language Count: 12)
Platform
License:BSD 3-Clause "New" or "Revised" License
Release Count210
Last Release Namev1.23.1 (Posted on 2022-07-08 16:59:52)
First Release Namev0.2.0 (Posted on 2002-01-05 17:07:10)
Created At2010-09-13 23:02:39
Pushed At2022-08-07 18:32:23
Last Commit At2021-02-28 09:58:54
Stargazers Count21.1k
Watchers Count563
Fork Count7.2k
Commits Count30.3k
Has Issues Enabled
Issues Count10781
Issue Open Count2016
Pull Requests Count9044
Pull Requests Open Count215
Pull Requests Close Count2011
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Travis
Azure
codecov

NumPy is the fundamental package needed for scientific computing with Python.

It provides:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities

Testing:

  • NumPy versions ≥ 1.15 require pytest
  • NumPy versions < 1.15 require nose

Tests can then be run after installation with:

python -c 'import numpy; numpy.test()'

Call for Contributions

NumPy appreciates help from a wide range of different backgrounds.
Work such as high level documentation or website improvements are valuable
and we would like to grow our team with people filling these roles.
Small improvements or fixes are always appreciated and issues labeled as easy
may be a good starting point.
If you are considering larger contributions outside the traditional coding work,
please contact us through the mailing list.

Powered by NumFOCUS

To the top