Re: [Numpy-discussion] when numpy in Linux apt will be updated? It's still 1.3.0 with many bugs

2011-03-24 Thread Mic J
> Thanks for all those instructions, however, personally I don't need them, I > have sucseeded with my own manipulations and even if I wouldn't I always can > build numpy/scipy from sources. > I mere care for quality and easibility of numpy installation for ordinary > non-skilled users. They may ju

Re: [Numpy-discussion] when numpy in Linux apt will be updated? It's still 1.3.0 with many bugs

2011-03-24 Thread Mic J
Isnt [K]Ubuntu updated each 6 month? 2011/3/24 Dmitrey : > hi, > when numpy in Linux apt will be updated? It's still 1.3.0 with many bugs There will always be bugs, but numpy 1.3 is a stable release, unless there is a bug that affects what your doing right now? If you find a bug that prevents y

[Numpy-discussion] problem with array/ndarray/list parameter to function

2011-03-10 Thread Mic J
Hi i have a problem with passing a parameter to a function xtickvals = np.arange(0, total_project_days+5, 5) its for setting ticks on an axis, the x-axis Ex1: This works xticks = pylab.setp(ax2, xticklabels=['0','10','20','30','40','50','60','70','80','90','100']) Ex2: This doesnt work xtickl