[pynfft] 04/07: Imported Upstream version 1.2.1

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Feb 13 21:14:05 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pynfft.

commit 97702811c24608bfbc21a521393ed6161b92c7ee
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date:   Thu Feb 13 20:50:24 2014 +0000

    Imported Upstream version 1.2.1
---
 PKG-INFO                    | 2 +-
 doc/source/conf.py          | 2 +-
 pyNFFT.egg-info/PKG-INFO    | 2 +-
 pyNFFT.egg-info/SOURCES.txt | 4 ++--
 pynfft/__init__.py          | 1 -
 setup.py                    | 2 +-
 tests/test_nfft.py          | 3 +--
 7 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 2985b06..a9d9f4f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyNFFT
-Version: 1.2
+Version: 1.2.1
 Summary: A pythonic wrapper around NFFT
 Home-page: https://github.com/ghisvail/pyNFFT.git
 Author: Ghislain Vaillant
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8000861..f57eb9e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -50,7 +50,7 @@ copyright = u'2013, Ghislain Vaillant'
 # The short X.Y version.
 version = '1.2'
 # The full version, including alpha/beta/rc tags.
-release = '1.2'
+release = '1.2.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/pyNFFT.egg-info/PKG-INFO b/pyNFFT.egg-info/PKG-INFO
index 2985b06..a9d9f4f 100644
--- a/pyNFFT.egg-info/PKG-INFO
+++ b/pyNFFT.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyNFFT
-Version: 1.2
+Version: 1.2.1
 Summary: A pythonic wrapper around NFFT
 Home-page: https://github.com/ghisvail/pyNFFT.git
 Author: Ghislain Vaillant
diff --git a/pyNFFT.egg-info/SOURCES.txt b/pyNFFT.egg-info/SOURCES.txt
index 64629ee..0d51361 100644
--- a/pyNFFT.egg-info/SOURCES.txt
+++ b/pyNFFT.egg-info/SOURCES.txt
@@ -5,8 +5,8 @@ README.rst
 requirements.txt
 setup.cfg
 setup.py
-/home/gv10-jessie/workspace/pyNFFT/pynfft/nfft.pyx
-/home/gv10-jessie/workspace/pyNFFT/pynfft/util.pyx
+/home/shared/workspace/pyNFFT/pynfft/nfft.pyx
+/home/shared/workspace/pyNFFT/pynfft/util.pyx
 doc/Makefile
 doc/source/api.rst
 doc/source/conf.py
diff --git a/pynfft/__init__.py b/pynfft/__init__.py
index 7711a72..bb307e4 100644
--- a/pynfft/__init__.py
+++ b/pynfft/__init__.py
@@ -17,4 +17,3 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 from .nfft import NFFT, Solver
-import util
diff --git a/setup.py b/setup.py
index 673b34b..66413fa 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ class TestCommand(Command):
         raise SystemExit(errno)
 
 
-version = '1.2'
+version = '1.2.1'
 release = True
 if not release:
     version += '-dev'
diff --git a/tests/test_nfft.py b/tests/test_nfft.py
index 327493a..f24c1fe 100644
--- a/tests/test_nfft.py
+++ b/tests/test_nfft.py
@@ -142,8 +142,7 @@ class Test_NFFT_errors(unittest.TestCase):
         f = numpy.empty(M, dtype=numpy.complex128)
         f_hat = numpy.empty(N, dtype=numpy.complex128)
         
-        failing_n = (-1, 1+numpy.iinfo(numpy.int32).max,
-                    (4, numpy.iinfo(numpy.int32).max / 2))
+        failing_n = (-1, 1+numpy.iinfo(numpy.int32).max)
         for some_n in failing_n:
             self.assertRaises(ValueError,
                               lambda: NFFT(f=f, f_hat=f_hat, n=(some_n,)))

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



More information about the debian-science-commits mailing list