NumPy

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

  • 所有者: numpy/numpy
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

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

概览

名称与所有者numpy/numpy
主编程语言Python
编程语言Python (语言数: 12)
平台
许可证BSD 3-Clause "New" or "Revised" License
发布数210
最新版本名称v1.23.1 (发布于 2022-07-08 16:59:52)
第一版名称v0.2.0 (发布于 2002-01-05 17:07:10)
创建于2010-09-13 23:02:39
推送于2022-08-07 18:32:23
最后一次提交2021-02-28 09:58:54
星数21.1k
关注者数563
派生数7.2k
提交数30.3k
已启用问题?
问题数10781
打开的问题数2016
拉请求数9044
打开的拉请求数215
关闭的拉请求数2011
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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

去到顶部