[med-svn] [pymia] 01/07: Imported Upstream version 0.1.7

Gert Wollny gert-guest at moszumanska.debian.org
Mon Jan 19 13:17:19 UTC 2015


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

gert-guest pushed a commit to branch master
in repository pymia.

commit 5e563f8322874f167ec998d0f3c4dc16282ce4b8
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Fri Jan 16 16:11:16 2015 +0100

    Imported Upstream version 0.1.7
---
 ChangeLog | 6 ++++++
 PKG-INFO  | 2 +-
 setup.py  | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 83203fe..8ac829e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
 
+Version 0.1.7
+=============
+
+  * Change module name to pymia to avoid conflicts with
+    the nipype interface module
+
 Version 0.1.6
 =============
 
diff --git a/PKG-INFO b/PKG-INFO
index 76ba745..faa6a1f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymia
-Version: 0.1.6
+Version: 0.1.7
 Summary: Functions for mediacal image analysis 
 Home-page: http://mia.sourceforge.net/
 Author: Gert Wollny
diff --git a/setup.py b/setup.py
index 29f443c..2d454a7 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ print(depvars)
 depvars['include_dirs'].append(numpy.get_include())
 
 
-extension = Extension('mia', 
+extension = Extension('pymia', 
                       ['src/mia_python.cc'], 
                       extra_compile_args = ['-std=c++11'], 
                       depends = ["numpy"], 
@@ -56,7 +56,7 @@ extension = Extension('mia',
 
             
 setup(name='pymia',
-      version='0.1.6',
+      version='0.1.7',
       description='Functions for mediacal image analysis ',
       long_description='This package provides a module for gray scale image processing and a tool for basic image segmentation' , 
       author='Gert Wollny',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git



More information about the debian-med-commit mailing list