[Python-modules-commits] [pywavelets] branch master updated (e63f434 -> 69b1182)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue Mar 14 23:30:51 UTC 2017


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

eriol-guest pushed a change to branch master
in repository pywavelets.

      from  e63f434   s/UNRELEASED/unstable/
       new  0dab135   New upstream release
       new  9f7c303   record new upstream branch created by importing pywavelets_0.5.2.orig.tar.gz
       new  ea8e49c   Import pywavelets_0.5.2.orig.tar.gz
       new  5ca9e1f   Grab version from the source code instead of importing pywt to
       new  2d45499   Remove Google Analitics and Travis build badge.
       new  060c0e5   Don't rewrite git revision during build
       new  69b1182   merge patched into master

The 7 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:
 PKG-INFO                                           |    2 +-
 PyWavelets.egg-info/PKG-INFO                       |    2 +-
 PyWavelets.egg-info/SOURCES.txt                    |    3 +
 PyWavelets.egg-info/requires.txt                   |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    6 +
 debian/patches/01-get_version_from_source.patch    |    2 +-
 debian/patches/02-remove_privacy_offenders.patch   |    2 +-
 .../do_not_rewrite_git_revision_on_build.patch     |    4 +-
 demo/wp_scalogram.py                               |    3 +-
 doc/release/0.5.2-notes.rst                        |   52 +
 doc/source/release.0.5.2.rst                       |    1 +
 doc/source/releasenotes.rst                        |    1 +
 pywt/_extensions/_cwt.c                            |  384 ++---
 pywt/_extensions/_dwt.c                            |  384 ++---
 pywt/_extensions/_pywt.c                           |  384 ++---
 pywt/_extensions/_swt.c                            | 1749 +++++++++-----------
 pywt/_extensions/_swt.pyx                          |   43 +-
 pywt/_extensions/c/wt.template.c                   |   10 +-
 pywt/_multidim.py                                  |   14 +-
 pywt/_multilevel.py                                |   10 +-
 pywt/data/_readers.py                              |    4 +-
 pywt/tests/test_concurrent.py                      |  119 ++
 pywt/tests/test_deprecations.py                    |    5 -
 pywt/tests/test_multidim.py                        |   38 +-
 pywt/tests/test_multilevel.py                      |   17 +
 pywt/version.py                                    |    8 +-
 setup.py                                           |    8 +-
 util/readthedocs/requirements.txt                  |    2 +-
 29 files changed, 1664 insertions(+), 1609 deletions(-)
 create mode 100755 doc/release/0.5.2-notes.rst
 create mode 100755 doc/source/release.0.5.2.rst
 create mode 100755 pywt/tests/test_concurrent.py

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



More information about the Python-modules-commits mailing list