[Python-modules-commits] r5113 - in packages/numpy/trunk/debian (changelog control)

catlee-guest at users.alioth.debian.org catlee-guest at users.alioth.debian.org
Wed Apr 23 19:38:39 UTC 2008


    Date: Wednesday, April 23, 2008 @ 19:38:38
  Author: catlee-guest
Revision: 5113

Update numpy's description to clarify relationship between
numpy and numeric/numarray.

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2008-04-23 19:09:30 UTC (rev 5112)
+++ packages/numpy/trunk/debian/changelog	2008-04-23 19:38:38 UTC (rev 5113)
@@ -9,6 +9,8 @@
   * debian/control:
     + Update Kumar Appaiah's e-mail address to the debian.org
       address.
+    + Update description to clarify relationship between numpy and
+      python-(numarray|numeric).
 
  -- Kumar Appaiah <akumar at debian.org>  Wed, 23 Apr 2008 17:03:30 +0530
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2008-04-23 19:09:30 UTC (rev 5112)
+++ packages/numpy/trunk/debian/control	2008-04-23 19:38:38 UTC (rev 5113)
@@ -19,27 +19,29 @@
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
 Description: Numerical Python adds a fast array facility to the Python language
- Numpy contains a powerful N-dimensional array object,
- sophisticated (broadcasting) functions, tools for integrating C/C++
- and Fortran code, and useful linear algebra, Fourier transform, and
- random number capabilities.  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.
- Numeric users should find the transition very easy
+ Numpy contains a powerful N-dimensional array object, sophisticated
+ (broadcasting) functions, tools for integrating C/C++ and Fortran
+ code, and useful linear algebra, Fourier transform, and random number
+ capabilities.
+ .
+ Numpy replaces the python-numeric and python-numarray modules which are
+ now deprecated and shouldn't be used except to support older
+ software.
 
 Package: python-numpy-dbg
 Priority: extra
 Architecture: any
 Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Description: Fast array facility to the Python language (debug extension)
- Numpy contains a powerful N-dimensional array object,
- sophisticated (broadcasting) functions, tools for integrating C/C++
- and Fortran code, and useful linear algebra, Fourier transform, and
- random number capabilities.  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.
- Numeric users should find the transition very easy
+ Numpy contains a powerful N-dimensional array object, sophisticated
+ (broadcasting) functions, tools for integrating C/C++ and Fortran
+ code, and useful linear algebra, Fourier transform, and random number
+ capabilities.
  .
+ Numpy replaces the python-numeric and python-numarray modules which
+ are now deprecated and shouldn't be used except to support older
+ software.
+ .
  This package contains the extension built for the Python debug interpreter.
 
 Package: python-numpy-ext
@@ -53,12 +55,13 @@
 Section: doc
 Architecture: all
 Description: NumPy documentation
- This package contains a powerful N-dimensional array object,
- sophisticated (broadcasting) functions, tools for integrating C/C++
- and Fortran code, and useful linear algebra, Fourier transform, and
- random number capabilities.  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.
- Numeric users should find the transition very easy
+ Numpy contains a powerful N-dimensional array object, sophisticated
+ (broadcasting) functions, tools for integrating C/C++ and Fortran
+ code, and useful linear algebra, Fourier transform, and random number
+ capabilities.
  .
+ Numpy replaces the python-numeric and python-numarray modules which
+ are now deprecated and shouldn't be used except to support older
+ software.
+ .
  This package contains documentation for the f2py subpackage.




More information about the Python-modules-commits mailing list