diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2014-03-09 00:36:02 +0000 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2014-03-09 00:36:02 +0000 |
commit | d369c1a54db44172cbfc50e518eb1e858e62e699 (patch) | |
tree | 9107f0fc067c4586c83afd460e7ca129f576f8f7 /doc/neps | |
parent | d99195e0251ec9a4b6cbff94fa3da7d7d19671a4 (diff) | |
download | numpy-d369c1a54db44172cbfc50e518eb1e858e62e699.tar.gz |
add some more fields to the Big List o' Fields
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/return-of-revenge-of-matmul-pep.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/neps/return-of-revenge-of-matmul-pep.rst b/doc/neps/return-of-revenge-of-matmul-pep.rst index 86fbf1a3c..20856e210 100644 --- a/doc/neps/return-of-revenge-of-matmul-pep.rst +++ b/doc/neps/return-of-revenge-of-matmul-pep.rst @@ -269,9 +269,9 @@ called upon to work with it in sophisticated ways. Matrices are the lingua franca of finance, machine learning, 3d graphics, computer vision, robotics, operations research, econometrics, meteorology, computational linguistics, recommendation systems, neuroscience, -bioinformatics (including genetics, cancer research, drug discovery, -etc.), physics engines, quantum mechanics, network analysis, and many -other application areas. +astronomy, bioinformatics (including genetics, cancer research, drug +discovery, etc.), physics engines, quantum mechanics, geophysics, +network analysis, and many other application areas. In most or all of these areas, Python is rapidly becoming a dominant player, in large part because of its ability to elegantly mix |