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

去到頂部