Skip to content

Commit ee150fe

Browse files
authored
Fix capitalization of NumPy (#73)
This also updates the URL and project description to the official one.
1 parent 2316057 commit ee150fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
* [AI Fairness 360](https://github.com/IBM/AIF360) - Fairness metrics for datasets and ML models, explanations, and algorithms to mitigate bias in datasets and models.
513513

514514
## Computations
515-
* [numpy](http://www.numpy.org/) - The fundamental package needed for scientific computing with Python.
515+
* [NumPy](https://numpy.org/) - The fundamental package for scientific computing with Python
516516
* [Dask](https://github.com/dask/dask) - Parallel computing with task scheduling. <img height="20" src="img/pandas_big.png" alt="pandas compatible">
517517
* [bottleneck](https://github.com/kwgoodman/bottleneck) - Fast NumPy array functions written in C.
518518
* [CuPy](https://github.com/cupy/cupy) - NumPy-like API accelerated with CUDA.

0 commit comments

Comments
 (0)