On Mon, Mar 14, 2011 at 8:24 PM, Ralf Gommers
wrote:
> On Mon, Mar 14, 2011 at 9:11 PM, John Salvatier
> wrote:
> > If they return a tuple of indexes I think 'mulitiindex' sounds quite
> good.
> > That is exactly what a multiindex is
> > (http://en.wikipedia.org/wiki/Multi-index_notation).
> >
>
On Tue, Mar 15, 2011 at 8:12 AM, Mag Gam wrote:
> Trying to compile Numpy with Intel's MKL. I have exported the proper
> paths for BLAS and LAPACK and I think the build script found it.
> However, I am having a lot of trouble with ATLAS. What library file
> should I use for it?
That's not very sp
On Mon, Mar 14, 2011 at 9:11 PM, John Salvatier
wrote:
> If they return a tuple of indexes I think 'mulitiindex' sounds quite good.
> That is exactly what a multiindex is
> (http://en.wikipedia.org/wiki/Multi-index_notation).
>
> On Mon, Mar 14, 2011 at 1:14 AM, Mark Wiebe wrote:
>>
>> On Sun, Ma
On Tue, Mar 15, 2011 at 5:41 AM, Charles R Harris
wrote:
>
>
> On Sun, Mar 13, 2011 at 5:01 AM, Ralf Gommers
> wrote:
>>
>> On Sun, Mar 13, 2011 at 1:57 PM, David Warde-Farley
>> wrote:
>> >
>> > On 2011-03-12, at 9:32 PM, Charles R Harris wrote:
>> >
>> >> I'd like to change the polynomial pack
The new iteration functionality will be providing this in the near future
(along with many other things). See
https://github.com/numpy/numpy/blob/master/doc/neps/new-iterator-ufunc.rst
On Mon, Mar 14, 2011 at 6:30 PM, Jonathan Taylor <
jonathan.tay...@utoronto.ca> wrote:
> Please excuse the doubl
Please excuse the double post as I suspect people who may have
thoughts on the inclusion of such functionality in numpy were not
following the discussion due to the old subject. I am perfectly happy
keeping this functionality locally but some of my colleagues have also
indicated that they have res
(Sending upstream from http://trac.sagemath.org/sage_trac/ticket/10928)
sage: import numpy
sage: m = numpy.matrix(numpy.arange(6)).reshape(3,2)
sage: m[:,int(0)]
matrix([[0],
[2],
[4]])
sage: m[:,0]
matrix([[0, 2, 4]])
That is, Python ints produce a column but Sage Integers produc
Trying to compile Numpy with Intel's MKL. I have exported the proper
paths for BLAS and LAPACK and I think the build script found it.
However, I am having a lot of trouble with ATLAS. What library file
should I use for it?
tia
___
NumPy-Discussion mailin
Hi Ralf
On Mon, Mar 14, 2011 at 10:28 AM, Ralf Gommers
wrote:
> Hi, can someone with permissions on the doc server give Hao Xiong edit rights?
You now have admin status. I've also set Hao up as an editor.
Regards
Stéfan
___
NumPy-Discussion mailing l
On Mon, Mar 14, 2011 at 8:04 PM, Nadav Horesh wrote:
> After the following corrections, it works on both 2.7 and 3.1 python
> versions. My limited test included:
> python2.7: imread and imshow usng pil, freeimage and qt
> python3.1 imread via freeimage and imshow via qt
Thanks, I tried to fix th
Hi,
Intel Fortran is an excellent Fortran compiler. Why is Fortran still better
than C and C++?
- some rules are different, like arrays passed to functions are ALWAYS
supposed to be independent in Fortran, whereas in C, you have to add a
restrict keyword
- due to the last fact, Fortran is a langua
On Mon, Mar 14, 2011 at 9:24 PM, Ondrej Certik wrote:
> Hi Sturla,
>
> On Tue, Mar 8, 2011 at 6:25 AM, Sturla Molden wrote:
>> Den 08.03.2011 05:05, skrev Dan Halbert:
>>> Thanks, that's a good suggestion. I have not written Fortran since 1971,
>>> but it's come a long way. I was a little worried
On Sun, Mar 13, 2011 at 5:01 AM, Ralf Gommers
wrote:
> On Sun, Mar 13, 2011 at 1:57 PM, David Warde-Farley
> wrote:
> >
> > On 2011-03-12, at 9:32 PM, Charles R Harris wrote:
> >
> >> I'd like to change the polynomial package to only import the Classes,
> leaving the large number of implementatio
On Mon, Mar 14, 2011 at 1:44 PM, Ondrej Certik wrote:
> Hi Pearu!
>
> On Sat, Mar 12, 2011 at 2:30 AM, Pearu Peterson
> wrote:
>>
>>
>> On Fri, Mar 11, 2011 at 3:58 AM, Ondrej Certik wrote:
>>>
>>> Hi,
>>>
>>> I spent about an hour googling and didn't figure this out. Here is my
>>> setup.py:
>>
Hi Pearu!
On Sat, Mar 12, 2011 at 2:30 AM, Pearu Peterson
wrote:
>
>
> On Fri, Mar 11, 2011 at 3:58 AM, Ondrej Certik wrote:
>>
>> Hi,
>>
>> I spent about an hour googling and didn't figure this out. Here is my
>> setup.py:
>>
>> setup(
>> name = "libqsnake",
>> cmdclass = {'build_ext': bu
Hi Sturla,
On Tue, Mar 8, 2011 at 6:25 AM, Sturla Molden wrote:
> Den 08.03.2011 05:05, skrev Dan Halbert:
>> Thanks, that's a good suggestion. I have not written Fortran since 1971,
>> but it's come a long way. I was a little worried about the row-major vs
>> column-major issue, but perhaps that
On 3/12/2011 9:56 PM, Nadav Horesh wrote:
> This lead to another error probably due to line 68 in map.h. As much as I
> could trace it, ob_type is a member of PyObject, not of PyTypeObject. I have
> no clue how to resolve this.
I just tried PIL-1.1.7-py3 on an Ubuntu 64 bit system: after one
After the following corrections, it works on both 2.7 and 3.1 python versions.
My limited test included:
python2.7: imread and imshow usng pil, freeimage and qt
python3.1 imread via freeimage and imshow via qt
Thank you very much,
Nadav
(The file _build.patch is a patch for _build.py)
Hi Dan,
I am just catching up with the mailing list after falling behind getting a
release. I am the PM for Enthought's part of refactoring NumPy. The first
phase of the refactoring project is done except for some clean up and the
new version of NumPy is quite stable. (25 regression failures ag
Hi Douglas, simply recompiling the affected modules "fixes" this issue
for me, but unfortunately for me I am having trouble recompiling some
old 3rd party compiled libraries. What are the chances all module
owners/maintainers will go back and recompile their Python 2.3/2.4
modules - not very hi
On Mon, Mar 14, 2011 at 9:55 AM, Nadav Horesh wrote:
> The instillation is OK. The problem is that on my wok PC I do not have PIL
> installed. So:
Thanks, you are right of course: no plugin should be required upon
import. I now put the "use_plugin" statement inside a try: except:
block.
Cheers
Frank Conradie qfin.net> writes:
>
> Hi
>
> I know Numeric 24.2 is really old and probably unsupported by now, but I
> thought it might be of interest that Service Pack 1 for Windows 7 has
> "broken" Numeric 24.2.
[pruned]
>
> Thanks!
> Frank Conradie
>
Yes, I have had the exact same error
If they return a tuple of indexes I think 'mulitiindex' sounds quite good.
That is exactly what a multiindex is (
http://en.wikipedia.org/wiki/Multi-index_notation).
On Mon, Mar 14, 2011 at 1:14 AM, Mark Wiebe wrote:
> On Sun, Mar 13, 2011 at 11:59 PM, Ralf Gommers <
> ralf.gomm...@googlemail.co
On Sat, Mar 12, 2011 at 10:50 AM, Hao Xiong wrote:
> Hi Ralf,
>
> I am happy to edit it, although I will have to do it later as I won't
> have much free time recently.
>
> I have registered as haoxiong on docs.scipy.org and would like
> to request edit rights to the pinv page.
Hi, can someone wit
On Sun, Mar 13, 2011 at 11:59 PM, Ralf Gommers
wrote:
> On Mon, Mar 14, 2011 at 2:22 PM, Mark Wiebe wrote:
> > On Sun, Mar 13, 2011 at 7:47 PM, Charles R Harris
> > wrote:
> >>
> >> On Sun, Mar 13, 2011 at 8:23 PM, Mark Wiebe wrote:
> >>>
> >>> On Sun, Mar 13, 2011 at 1:22 AM, Ralf Gommers
> >>
The instillation is OK. The problem is that on my wok PC I do not have PIL
installed. So:
In [6]: import scikits.image.io as io
---
ImportError Traceback (most recent call last)
/home/nadav/ in ()
26 matches
Mail list logo