Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: xieyunshi
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 55.5 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Citation

README.md


Powered by NumFOCUS PyPI Downloads Conda Downloads Stack Overflow Nature Paper OpenSSF Scorecard

NumPy is the fundamental package for scientific computing with Python.

  • Website: https://www.numpy.org
  • Documentation: https://numpy.org/doc
  • Mailing list: https://mail.python.org/mailman/listinfo/numpy-discussion
  • Source code: https://github.com/numpy/numpy
  • Contributing: https://www.numpy.org/devdocs/dev/index.html
  • Bug reports: https://github.com/numpy/numpy/issues
  • Report a security vulnerability: https://tidelift.com/docs/security

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 requires pytest and hypothesis. Tests can then be run after installation with:

python -c "import numpy, sys; sys.exit(numpy.test() is False)"

Code of Conduct

NumPy is a community-driven open source project developed by a diverse group of contributors. The NumPy leadership has made a strong commitment to creating an open, inclusive, and positive community. Please read the NumPy Code of Conduct for guidance on how to interact with others in a way that makes our community thrive.

Call for Contributions

The NumPy project welcomes your expertise and enthusiasm!

Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through the mailing list first.

Writing code isn’t the only way to contribute to NumPy. You can also: - review pull requests - help us stay on top of new and old issues - develop tutorials, presentations, and other educational materials - maintain and improve our website - develop graphic design for our brand assets and promotional materials - translate website content - help with outreach and onboard new contributors - write grant proposals and help with other fundraising efforts

For more information about the ways you can contribute to NumPy, visit our website. If you’re unsure where to start or how your skills fit in, reach out! You can ask on the mailing list or here, on GitHub, by opening a new issue or leaving a comment on a relevant issue that is already open.

Our preferred channels of communication are all public, but if you’d like to speak to us in private first, contact our community coordinators at numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for an invitation).

We also have a biweekly community call, details of which are announced on the mailing list. You are very welcome to join.

If you are new to contributing to open source, this guide helps explain why, what, and how to successfully get involved.

Owner

  • Name: 陨石
  • Login: xieyunshi
  • Kind: user

来自星星的。。

Citation (CITATION.bib)

@ARTICLE{2020NumPy-Array,
  author  = {Harris, Charles R. and Millman, K. Jarrod and
            van der Walt, Stéfan J and Gommers, Ralf and
            Virtanen, Pauli and Cournapeau, David and
            Wieser, Eric and Taylor, Julian and Berg, Sebastian and
            Smith, Nathaniel J. and Kern, Robert and Picus, Matti and
            Hoyer, Stephan and van Kerkwijk, Marten H. and
            Brett, Matthew and Haldane, Allan and
            Fernández del Río, Jaime and Wiebe, Mark and
            Peterson, Pearu and Gérard-Marchant, Pierre and
            Sheppard, Kevin and Reddy, Tyler and Weckesser, Warren and
            Abbasi, Hameer and Gohlke, Christoph and
            Oliphant, Travis E.},
  title   = {Array programming with {NumPy}},
  journal = {Nature},
  year    = {2020},
  volume  = {585},
  pages   = {357–362},
  doi     = {10.1038/s41586-020-2649-2}
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 32
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.72
  • Merged pull requests: 0
  • Bot issues: 1
  • Bot pull requests: 32
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (32)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/meson_actions/action.yml actions
.github/workflows/circleci.yml actions
  • larsoner/circleci-artifacts-redirector-action 328d16f501600fcb4535e1024a538077cd333ea8 composite
.github/workflows/codeql.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • github/codeql-action/analyze cdcdbb579706841c47f7063dda365e292e5cad7a composite
  • github/codeql-action/autobuild cdcdbb579706841c47f7063dda365e292e5cad7a composite
  • github/codeql-action/init cdcdbb579706841c47f7063dda365e292e5cad7a composite
.github/workflows/cygwin.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/upload-artifact c7d193f32edcb7bfad88892161225aeda64e9392 composite
  • cygwin/cygwin-install-action 006ad0b0946ca6d0a3ea2d4437677fa767392401 composite
  • egor-tensin/cleanup-path 8469525c8ee3eddabbd3487658621a6235b3c581 composite
.github/workflows/dependency-review.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/dependency-review-action 01bc87099ba56df1e897b6874784491ea6309bc4 composite
.github/workflows/emscripten.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-node b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
  • mymindstorm/setup-emsdk d233ac12b0102f74ca199f5dad7a4e2c13a8a745 composite
.github/workflows/labeler.yml actions
  • gerrymanoim/pr-prefix-labeler c8062327f6de59a9ae1c19f7f07cacd0b976b6fa composite
.github/workflows/linux.yml actions
  • ./.github/meson_actions * composite
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/checkout v4 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
.github/workflows/linux_blas.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
.github/workflows/linux_compiler_sanitizers.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
.github/workflows/linux_musl.yml actions
.github/workflows/linux_qemu.yml actions
  • actions/cache v3 composite
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
.github/workflows/linux_simd.yml actions
  • ./.github/meson_actions * composite
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
.github/workflows/macos.yml actions
  • actions/cache 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 composite
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
  • conda-incubator/setup-miniconda 11b562958363ec5770fef326fe8ef0366f8cbf8a composite
  • maxim-lobanov/setup-xcode 60606e260d2fc5762a71e64e74b2174e8ea3c8bd composite
.github/workflows/mypy.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
.github/workflows/scorecards.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/upload-artifact c7d193f32edcb7bfad88892161225aeda64e9392 composite
  • github/codeql-action/upload-sarif cdcdbb579706841c47f7063dda365e292e5cad7a composite
  • ossf/scorecard-action 0864cf19026789058feabb7e87baa5f140aac736 composite
.github/workflows/wheels.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
  • actions/upload-artifact c7d193f32edcb7bfad88892161225aeda64e9392 composite
  • bus1/cabuild/action/msdevshell e22aba57d6e74891d059d66501b6b5aed8123c4d composite
  • conda-incubator/setup-miniconda 11b562958363ec5770fef326fe8ef0366f8cbf8a composite
  • pypa/cibuildwheel 7da7df1efc530f07d1945c00934b8cfd34be0d50 composite
.github/workflows/windows.yml actions
  • actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
  • actions/setup-python 0a5c61591373683505ea898e09a3ea4f39ef2b9c composite
  • bus1/cabuild/action/msdevshell e22aba57d6e74891d059d66501b6b5aed8123c4d composite
all_requirements.txt pypi
build_requirements.txt pypi
  • Cython >=3.0.6
  • build *
  • meson-python >=0.13.1
  • ninja *
  • spin ==0.8
doc_requirements.txt pypi
  • breathe >4.33.0
  • ipython *
  • matplotlib *
  • numpydoc ==1.4
  • pandas *
  • pickleshare *
  • pydata-sphinx-theme ==0.13.3
  • scipy *
  • sphinx >=4.5.0
  • sphinx-design *
  • toml *
  • towncrier *
environment.yml pypi
linter_requirements.txt pypi
  • GitPython >=3.1.30
  • pycodestyle ==2.8.0
numpy/_core/tests/examples/cython/setup.py pypi
numpy/_core/tests/examples/limited_api/setup.py pypi
pyproject.toml pypi
release_requirements.txt pypi
  • Paver *
  • beautifulsoup4 *
  • gitpython >=3.1.30
  • packaging *
  • pygithub *
  • twine *
  • urllib3 *
test_requirements.txt pypi
  • Cython * test
  • cffi * test
  • charset-normalizer * test
  • hypothesis ==6.81.1 test
  • meson * test
  • mypy ==1.7.1 test
  • ninja * test
  • pytest ==7.4.0 test
  • pytest-cov ==4.1.0 test
  • pytest-xdist * test
  • pytz ==2023.3 test
  • setuptools * test
  • setuptools ==59.2.0 test
  • typing_extensions >=4.2.0 test
  • wheel ==0.38.1 test
tools/swig/test/setup.py pypi