robot-piglet 75df062d92 Intermediate changes | 1 year ago | |
---|---|---|
.. | ||
numpy | 75df062d92 Intermediate changes | 1 year ago |
README.md | e0e3e1717e add ydb deps | 1 year ago |
ya.make | e0e3e1717e add ydb deps | 1 year ago |
NumPy is the fundamental package needed for scientific computing with Python. This package contains:
It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.
More information can be found at the website:
After installation, tests can be run (if nose
is installed) with:
python -c 'import numpy; numpy.test()'
The most current development version is always available from our git repository: