
Hi,
I am improving the setup.py script to check for various SfePy dependencies (stealing ideas from NiPy :)), and for that I need to know what versions you have, or which are the oldest versions that still work with the 2011.1 or the Git master. So if you have a minute, fill in the versions below, please.
numpy = scipy = pyparsing = pytables = matplotlib = mayavi = sympy = ipython = umfpack = umfpack scikit =
Thanks, r.

archlinux - so everything is generally the latest :)
numpy 1.5.1-2 scipy 0.9.0-1 pyparsing 1.5.5-2 pytables 2.2.1-2 matplotlib 1.0.1-2 mayavi 3.4.1-2 sympy 0.6.7-2 ipython 0.10.2-1 umfpack 5.5.0-1 umfpack scikit = svn-2194
andre
On Mon, May 23, 2011 at 11:58 AM, Robert Cimrman <cimr...@ntc.zcu.cz>wrote:
Hi,
I am improving the setup.py script to check for various SfePy dependencies (stealing ideas from NiPy :)), and for that I need to know what versions you have, or which are the oldest versions that still work with the 2011.1 or the Git master. So if you have a minute, fill in the versions below, please.
numpy = scipy = pyparsing = pytables = matplotlib = mayavi = sympy = ipython = umfpack = umfpack scikit =
Thanks, r.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
-- Andre

Debian sid 32-bit (specifically aptosid) for me. Unfortunately, this might not help with finding the oldest versions that still work, but here is the info anyway:
numpy = 1.5.1-2+b1 scipy = 0.9.0+dfsg1-1+b2 pyparsing = 1.5.2-2 pytables = 2.1.2-3.1+b2 matplotlib = 1.0.1-2 mayavi = 3.4.1-1 sympy = 0.6.7-1.1 ipython = 0.10.2-1 umfpack = 5.4.0 umfpack scikit = svn-2194
HTH, Logan
On Mon, May 23, 2011 at 12:58 PM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Hi,
I am improving the setup.py script to check for various SfePy dependencies (stealing ideas from NiPy :)), and for that I need to know what versions you have, or which are the oldest versions that still work with the 2011.1 or the Git master. So if you have a minute, fill in the versions below, please.
numpy = scipy = pyparsing = pytables = matplotlib = mayavi = sympy = ipython = umfpack = umfpack scikit =
Thanks, r.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.

On Mon, 2011-05-23 at 18:58 +0200, Robert Cimrman wrote:
Hi,
I am improving the setup.py script to check for various SfePy dependencies (stealing ideas from NiPy :)), and for that I need to know what versions you have, or which are the oldest versions that still work with the 2011.1 or the Git master. So if you have a minute, fill in the versions below, please.
ubuntu maverick
numpy =1:1.3.0-3build1 scipy =0.7.2-2ubuntu1 pyparsing =1.5.2-2 pytables =2.1.2-3build1 matplotlib =1.0.0-1ubuntu2 mayavi =3.3.2-1 sympy =0.6.7-1.1 ipython =0.10-2ubuntu1 umfpack =1:3.4.0-2ubuntu1 libumfpack5.4.0 umfpack scikit = ?
aptitude search scikit
p python-scikits-learn - Python modules
for machine learning and data mining
p python-scikits-learn-doc - documentation
and examples for scikit-learn
p python-scikits-learn-lib - low-level
implementations and bindings for scikits-learn
v python2.6-scikits-learn
v python2.6-scikits-learn-lib
-osman

Thanks, guys!
I do not care really if the version check checks really for the oldest possible versions, and your data gave me an insight what people actually have. So I will use the oldest for each package you gave me.
r.

On 05/24/11 11:12, Robert Cimrman wrote:
Thanks, guys!
I do not care really if the version check checks really for the oldest possible versions, and your data gave me an insight what people actually have. So I will use the oldest for each package you gave me.
So it's at [1], as usual, if want to try it. Now I am working towards removing the Makefiles to have only one way of building SfePy. I have already improved
python setup.py clean
to remove files generated by the in-place build.
participants (4)
-
Andre Smit
-
Logan Sorenson
-
osman
-
Robert Cimrman