summaryrefslogtreecommitdiff
path: root/math/py-Scientific/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:32:23 +0000
committerzuntum <zuntum>2001-11-01 00:32:23 +0000
commit12b93642c9daf031b8f20f51ed2a9a139529d6ef (patch)
treed0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/py-Scientific/DESCR
parent21b47178a2509fb914e8d69116de89c76d5ad1d2 (diff)
downloadpkgsrc-12b93642c9daf031b8f20f51ed2a9a139529d6ef.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/py-Scientific/DESCR')
-rw-r--r--math/py-Scientific/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/py-Scientific/DESCR b/math/py-Scientific/DESCR
new file mode 100644
index 00000000000..319792e7366
--- /dev/null
+++ b/math/py-Scientific/DESCR
@@ -0,0 +1,20 @@
+ScientificPython is a collection of Python modules that are useful for
+scientific computing. In this collection you will find modules that
+cover basic geometry (vectors, tensors, transformations, vector and
+tensor fields), quaternions, automatic derivatives, (linear)
+interpolation, polynomials, elementary statistics, nonlinear
+least-squares fits, unit calculations, Fortran-compatible text
+formatting, 3D visualization via VRML, and two Tk widgets for simple
+line plots and 3D wireframe models.
+
+The netCDF interface module, until now distributed separately, has
+been integrated into this package as well. It is now called
+Scientific.IO.NetCDF.
+
+The module Scientific.MPI provides an object-oriented interface to the
+Message Passing Interface, an industry standard library for
+interprocess communication on parallel computers.
+
+All of these modules are in the public domain; do with them whatever
+you wish. However, there is no warranty of any kind; you use the code
+at your own risk.