From 92fba4b9b454bc82b27770074a248dd685053832 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 31 Dec 2020 09:38:55 +0900 Subject: Imported Upstream version 1.18.0 --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f1d024565..ae92b6309 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Travis](https://img.shields.io/travis/numpy/numpy/master.svg?label=Travis%20CI)]( https://travis-ci.org/numpy/numpy) -[![AppVeyor](https://img.shields.io/appveyor/ci/charris/numpy/master.svg?label=AppVeyor)]( - https://ci.appveyor.com/project/charris/numpy) [![Azure](https://dev.azure.com/numpy/numpy/_apis/build/status/azure-pipeline%20numpy.numpy)]( https://dev.azure.com/numpy/numpy/_build/latest?definitionId=5) [![codecov](https://codecov.io/gh/numpy/numpy/branch/master/graph/badge.svg)]( @@ -12,7 +10,7 @@ NumPy is the fundamental package needed for scientific computing with Python. - **Website:** https://www.numpy.org -- **Documentation:** http://docs.scipy.org/ +- **Documentation:** https://docs.scipy.org/ - **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 @@ -35,4 +33,17 @@ 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](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org) -- cgit v1.2.3