[python-scientific] branch experimental updated (4483cc9 -> 4a83729)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Aug 2 16:52:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

picca pushed a change to branch experimental
in repository python-scientific.

      from  4483cc9   fix the FTBFS when building only the arch packages.
      adds  77b2ab5   prepare for upload to unstable
      adds  2b75b58   buils twice is now ok
      adds  23e4f3b   handled the link to directory conversion done with the last upload for mpich2python and openmpipython documentation (Closes: #720150)
      adds  f087719   Imported Upstream version 2.9.3
      adds  c7ab871   Merge tag 'upstream/2.9.3'
      adds  cd99505   refresh the patch queue
      adds  e1d80cd   bump standard-Versions 3.9.5
      adds  3efcafa   regenerate the cython files
      adds  07afc2f   the netcdf modules changed is location
      adds  abad490   Execute the test suite during the build
      adds  b9bb849   do not install the _netcdf.so extension in python-scientific
       new  0a259c1   Imported Upstream version 2.9.4
       new  4a5d7cb   Merge branch 'upstream'
       new  c5f61df   Update git to current archive version.
       new  61569ed   Replace libmpich2-dev by limbpich-dev.
       new  56ad2b7   Update changelog.
       new  4a83729   try to get rid of the arch specific part

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Doc/CHANGELOG                                      |   39 +
 Examples/netcdf_demo.py                            |    8 +-
 Include/Scientific/numeric.pxi                     |   36 -
 MANIFEST.in                                        |    5 +-
 PKG-INFO                                           |    2 +-
 Scientific/BSP/RemoteObjects.py                    |   81 -
 Scientific/BSP/__init__.py                         |    7 +-
 Scientific/BSP/core.py                             |   58 +-
 Scientific/Clustering/AffinityPropagation.py       |    5 +-
 Scientific/FFT.py                                  |   46 +-
 Scientific/Functions/Derivatives.py                |    2 +
 Scientific/Functions/FirstDerivatives.py           |    2 +
 Scientific/Functions/Interpolation.py              |    5 +-
 Scientific/Functions/Polynomial.py                 |    4 +-
 Scientific/Functions/Rational.py                   |    2 +
 Scientific/Geometry/Quaternion.py                  |    2 +
 Scientific/Geometry/TensorModule.py                |    2 +
 Scientific/Geometry/VectorModule.py                |    2 +
 Scientific/Geometry/__init__.py                    |   10 +-
 Scientific/IO/NetCDF.py                            |    9 +-
 Scientific/IO/PDB.py                               |   66 +-
 Scientific/LA.py                                   |   23 +-
 Scientific/N.py                                    |   44 +-
 Scientific/NRNG.py                                 |   19 +-
 Scientific/NumberDict.py                           |    2 +
 Scientific/Physics/PhysicalQuantities.py           |   12 +-
 Scientific/TkWidgets/TkPlotCanvas.py               |    4 +-
 Scientific/__init__.py                             |   11 -
 Scientific/__pkginfo__.py                          |    2 +-
 Scientific/_affinitypropagation.c                  | 6194 +++++++++++++
 .../_affinitypropagation.pyx                       |   34 +-
 Scientific/_interpolation.c                        | 5733 ++++++++++++
 .../_interpolation.pyx                             |   24 +-
 Src/Scientific_netcdf.c => Scientific/_netcdf.c    |    8 +-
 Scientific/_vector.c                               | 9527 ++++++++++++++++++++
 .../_vector.pyx                                    |   16 +-
 Src/MPI/Scientific_mpi.c                           |    6 +-
 Src/MPI/compile.py                                 |    4 +-
 Src/Scientific_affinitypropagation.c               |  637 --
 Src/Scientific_interpolation.c                     |  489 -
 Src/Scientific_numerics_package_id.c               |  180 -
 Src/Scientific_numerics_package_id.pyx             |   12 -
 Src/Scientific_vector.c                            | 2443 -----
 Tests/vector_tests.py                              |    4 +-
 debian/changelog                                   |   63 +
 debian/control                                     |   11 +-
 debian/gbp.conf                                    |    1 +
 debian/mpich2python.preinst                        |   11 +
 debian/openmpipython.preinst                       |   11 +
 ...h => 0001-debian-deal-with-mpi-compilers.patch} |   15 +-
 .../0001-replace-PyObject_NEW-Pyobject_new.patch   |   54 -
 ...eature-forwarded-numpy-arrayobject-header.patch |   24 -
 debian/patches/series                              |    4 +-
 debian/python-netcdf.install                       |    2 +-
 debian/rules                                       |   23 +-
 debian/source/local-options                        |    1 -
 setup.py                                           |   77 +-
 57 files changed, 21847 insertions(+), 4271 deletions(-)
 delete mode 100644 Include/Scientific/numeric.pxi
 delete mode 100644 Scientific/BSP/RemoteObjects.py
 create mode 100644 Scientific/_affinitypropagation.c
 rename Src/Scientific_affinitypropagation.pyx => Scientific/_affinitypropagation.pyx (55%)
 create mode 100644 Scientific/_interpolation.c
 rename Src/Scientific_interpolation.pyx => Scientific/_interpolation.pyx (71%)
 rename Src/Scientific_netcdf.c => Scientific/_netcdf.c (99%)
 create mode 100644 Scientific/_vector.c
 rename Src/Scientific_vector.pyx => Scientific/_vector.pyx (95%)
 delete mode 100644 Src/Scientific_affinitypropagation.c
 delete mode 100644 Src/Scientific_interpolation.c
 delete mode 100644 Src/Scientific_numerics_package_id.c
 delete mode 100644 Src/Scientific_numerics_package_id.pyx
 delete mode 100644 Src/Scientific_vector.c
 create mode 100644 debian/mpich2python.preinst
 create mode 100644 debian/openmpipython.preinst
 rename debian/patches/{0002-debian-deal-with-mpi-compilers.patch => 0001-debian-deal-with-mpi-compilers.patch} (76%)
 delete mode 100644 debian/patches/0001-replace-PyObject_NEW-Pyobject_new.patch
 delete mode 100644 debian/patches/0003-feature-forwarded-numpy-arrayobject-header.patch
 delete mode 100644 debian/source/local-options

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-scientific.git



More information about the debian-science-commits mailing list