~inkscape.dev/inkscape-devlibs/trunk

« back to all changes in this revision

Viewing changes to python/Lib/site-packages/numpy-1.11.0.dist-info/DESCRIPTION.rst

  • Committer: Eduard Braun
  • Date: 2016-10-22 16:54:41 UTC
  • Revision ID: eduard.braun2@gmx.de-20161022165441-gfp6agtut9nh4p22
Update Python to version 2.7.12

Included modules:
  coverage 4.2
  lxml 3.6.4
  numpy 1.11.2
  scour 0.35
  six 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NumPy is a general-purpose array-processing package designed to
2
 
efficiently manipulate large multi-dimensional arrays of arbitrary
3
 
records without sacrificing too much speed for small multi-dimensional
4
 
arrays.  NumPy is built on the Numeric code base and adds features
5
 
introduced by numarray as well as an extended C-API and the ability to
6
 
create arrays of arbitrary type which also makes NumPy suitable for
7
 
interfacing with general-purpose data-base applications.
8
 
 
9
 
There are also basic facilities for discrete fourier transform,
10
 
basic linear algebra and random number generation.
11
 
 
12
 
 
13