You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,17 @@ params:
59
59
keyfeatures:
60
60
features:
61
61
- title: Powerful N-dimensional arrays
62
-
text: Fast and versatile, the NumPy vectorization, indexing and broadcasting concepts are the de-facto standards of array computing today.
62
+
text: Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
63
63
- title: Numerical computing tools
64
-
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms and more.
64
+
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
65
65
- title: Interoperable
66
-
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU and sparse array libraries.
66
+
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
67
67
- title: Performant
68
68
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
69
69
- title: Easy to use
70
-
text: NumPy's high level syntax makes it accessible to and productive for programmers from any background or experience level.
70
+
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
71
71
- title: Open source
72
-
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive and diverse [community](/community).
72
+
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
0 commit comments