[pyoperators] 03/04: Merge tag 'upstream/0.13'

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 commit to branch master
in repository pyoperators.

commit ed5cb155591b5e673e237baf9c7a753fe9f735da
Merge: 336d78a 06451ce
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Oct 15 22:57:04 2014 +0100

    Merge tag 'upstream/0.13'
    
    Upstream version 0.13

 .gitignore                                  |  11 +
 LICENCE_FR                                  | 519 ++++++++++++++++++++++++++++
 LICENSE                                     | 515 +++++++++++++++++++++++++++
 MANIFEST.in                                 |   3 +
 PKG-INFO                                    | 121 -------
 README.rst                                  |   2 +
 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 +-
 38 files changed, 1882 insertions(+), 507 deletions(-)

-- 
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