[pyoperators] branch master updated (736d685 -> 2f5d9e2)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Oct 15 22:43:32 UTC 2014


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

ghisvail-guest pushed a change to branch master
in repository pyoperators.

      from  736d685   d/control: bump standards to 3.9.6
       new  336d78a   d/watch: use github upstream repo
       new  06451ce   Imported Upstream version 0.13
       new  ed5cb15   Merge tag 'upstream/0.13'
       new  2f5d9e2   d/changelog: update upstream version

The 4 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:
 .gitignore                                  |  11 +
 LICENCE_FR                                  | 519 ++++++++++++++++++++++++++++
 LICENSE                                     | 515 +++++++++++++++++++++++++++
 MANIFEST.in                                 |   3 +
 PKG-INFO                                    | 121 -------
 README.rst                                  |   2 +
 debian/changelog                            |   2 +-
 debian/watch                                |   4 +-
 hooks.py                                    | 411 ++++++++++++++--------
 pyoperators/{__init__.py => __init__.py.in} |   7 +-
 pyoperators/config.py                       |  36 +-
 pyoperators/core.py                         | 129 ++++---
 pyoperators/fft.py                          |   4 +-
 pyoperators/flags.py                        |  15 +-
 pyoperators/iterative/algorithms.py         |   2 +-
 pyoperators/iterative/cg.py                 |  11 +-
 pyoperators/iterative/core.py               |  18 +-
 pyoperators/linear.py                       |  56 +--
 pyoperators/memory.py                       |  32 +-
 pyoperators/nonlinear.py                    |   4 +-
 pyoperators/norms.py                        |  41 ---
 pyoperators/operators_pywt.py               |   8 +-
 pyoperators/rules.py                        |   9 +-
 pyoperators/utils/__init__.py               |   2 +-
 pyoperators/utils/cythonutils.pyx           | 132 +++++++
 pyoperators/utils/fake_MPI.py               |   9 +-
 pyoperators/utils/misc.py                   |  33 +-
 pyoperators/utils/mpi.py                    |   5 +-
 pyoperators/utils/testing.py                |   4 +-
 setup.py                                    |  22 +-
 test/__init__.py                            |   0
 test/common.py                              | 168 +++++++++
 test/test_broadcastingoperators.py          |   4 +-
 test/test_core.py                           |  23 +-
 test/test_delete.py                         |   5 +-
 test/test_linear.py                         |   6 +-
 test/test_memory.py                         |   3 +-
 test/test_nbytes.py                         |   5 +-
 test/test_proxy.py                          |   4 +-
 test/test_utils.py                          |  10 +-
 40 files changed, 1885 insertions(+), 510 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 LICENCE_FR
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.in
 delete mode 100644 PKG-INFO
 rename pyoperators/{__init__.py => __init__.py.in} (94%)
 delete mode 100644 pyoperators/norms.py
 create mode 100644 pyoperators/utils/cythonutils.pyx
 create mode 100644 test/__init__.py
 create mode 100644 test/common.py

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



More information about the debian-science-commits mailing list