diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-03-05 08:18:03 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-03-05 08:18:03 -0700 |
commit | 8c4048a1dbc2bee0cc756ece29166863fbdcc748 (patch) | |
tree | e3550d7d1392d4580dbce5821efc12415cfbb517 | |
parent | a835270d718d299535606d7104fd86d9b2aa68a6 (diff) | |
parent | 1134f9305827a0496c23e6aa751306bd91ad2588 (diff) | |
download | numpy-8c4048a1dbc2bee0cc756ece29166863fbdcc748.tar.gz |
Merge pull request #7378 from philipgura/master
added NumPy logo and separator
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +<div align="center"> + <img src="http://www.numpy.org/_static/numpy_logo.png"><br> +</div> +----------------- + [](https://travis-ci.org/numpy/numpy) NumPy is the fundamental package needed for scientific computing with Python. |