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.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: QX96
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Size: 46.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation

README.md

NumPy

Powered by NumFOCUS Pypi Downloads Conda Downloads Stack Overflow Nature Paper

NumPy is the fundamental package needed 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. Tests can then be run after installation with:

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

Call for Contributions

The NumPy project welcomes your expertise and enthusiasm!

Small improvements or fixes are always appreciated; issues labeled as "good first issue" may be a good starting point. 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 - triage 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

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: Roberto Quadrini
  • Login: QX96
  • Kind: user
  • Location: Vimercate, Italy
  • Company: Tecnalogic

Inventor, Chief Scientific Officer, Researcher of Demand-Response models, Author of energy papers, Designer of QX96 Math Engine, neuralgrid.

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

Dependencies

.github/actions/action.yml actions
.github/workflows/build_test.yml actions
  • ./.github/actions * composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/circleci.yml actions
  • larsoner/circleci-artifacts-redirector-action master composite
.github/workflows/cygwin.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • egor-tensin/cleanup-path v1 composite
  • egor-tensin/setup-cygwin v3 composite
.github/workflows/docker.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • brpaz/hadolint-action v1.2.1 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
.github/workflows/gitpod.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • brpaz/hadolint-action v1.2.1 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
.github/workflows/labeler.yml actions
  • gerrymanoim/pr-prefix-labeler v3 composite
.github/workflows/wheels.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • pypa/cibuildwheel v2.1.3 composite
tools/gitpod/Dockerfile docker
  • gitpod/workspace-base latest build
doc_requirements.txt pypi
  • breathe *
  • ipython *
  • matplotlib *
  • numpydoc ==1.1.0
  • pandas *
  • pydata-sphinx-theme *
  • scipy *
  • sphinx ==4.2.0
environment.yml pypi
linter_requirements.txt pypi
  • GitPython ==3.1.13
  • pycodestyle ==2.8.0
numpy/array_api/setup.py pypi
numpy/compat/setup.py pypi
numpy/core/setup.py pypi
numpy/core/tests/examples/setup.py pypi
numpy/distutils/setup.py pypi
numpy/f2py/setup.py pypi
numpy/fft/setup.py pypi
numpy/lib/setup.py pypi
numpy/linalg/setup.py pypi
numpy/ma/setup.py pypi
numpy/matrixlib/setup.py pypi
numpy/polynomial/setup.py pypi
numpy/random/_examples/cython/setup.py pypi
numpy/random/setup.py pypi
numpy/setup.py pypi
numpy/testing/setup.py pypi
numpy/typing/setup.py pypi
pyproject.toml pypi
release_requirements.txt pypi
  • Paver *
  • beautifulsoup4 *
  • gitpython *
  • pygithub *
  • towncrier *
  • twine *
  • urllib3 *
setup.py pypi
test_requirements.txt pypi
  • cffi * test
  • cython ==0.29.24 test
  • hypothesis ==6.24.1 test
  • mypy ==0.910 test
  • pickle5 * test
  • pytest ==6.2.5 test
  • pytest-cov ==3.0.0 test
  • pytz ==2021.3 test
  • setuptools <49.2.0 test
  • wheel <0.37.1 test
tools/allocation_tracking/setup.py pypi
tools/swig/test/setup.py pypi