matthew yeomans wrote:
> Is it possible to compile numpy with py2exe?
>
> Matthew Yeomans
>
If you mean to generate a Windows executable containing py2exe, the
answer is yes. The process isn't what is usually thought of as
compilation as it just packages the Python interpreter, your applicatio
Anne Archibald wrote:
> On 06/02/2008, Robert Kern <[EMAIL PROTECTED]> wrote:
>
>>> I guess the all function doesn't know about generators?
>> Yup. It works on arrays and things it can turn into arrays by calling the C
>> API
>> equivalent of numpy.asarray(). There's a ton of magic and special ca
On 06/02/2008, Robert Kern <[EMAIL PROTECTED]> wrote:
> > I guess the all function doesn't know about generators?
>
> Yup. It works on arrays and things it can turn into arrays by calling the C
> API
> equivalent of numpy.asarray(). There's a ton of magic and special cases in
> asarray() in order
Neal Becker wrote:
> One thing missing from random is a mechanism to share a single underlying
> rng with other code that is not part of numpy.random.
>
> For example, I have code that generates distributions that expect a mersenne
> twister (the shared, underlying rng) to be passed in as a constr
Pearu Peterson cens.ioc.ee> writes:
> > This works fine on Windows and Mac; the problem only seems to
> > happen on Linux:
>
> Can you import flib module directly? That is, what happens if you
> execute
> cd .../PyMC
> PYTHONPATH=. python -c 'import flib'
It gives a "no module named flib" er
Dan Goodman wrote:
> Hi all,
>
> I think this is a bug (I'm running Numpy 1.0.3.1):
>
from numpy import *
def f(x): return False
>
all(f(x) for x in range(10))
> True
>
> I guess the all function doesn't know about generators?
Yup. It works on arrays and things it can turn into
On Wed, February 6, 2008 8:35 pm, Chris wrote:
> Hello,
>
> I'm trying to build a package on Linux (Ubuntu) that contains a fortran
> module, built using f2py. However, despite the module building and
> installing without error, python cannot seem to see it (see log below).
> This works fine on Win
Hello,
I'm trying to build a package on Linux (Ubuntu) that contains a fortran
module, built using f2py. However, despite the module building and
installing without error, python cannot seem to see it (see log below).
This works fine on Windows and Mac; the problem only seems to
happen on Linux:
Is it possible to compile numpy with py2exe?
Matthew Yeomans
On 2/6/08, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Send Numpy-discussion mailing list submissions to
>numpy-discussion@scipy.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>http://projects.s
Dan Goodman wrote:
> Hi all,
>
> I think this is a bug (I'm running Numpy 1.0.3.1):
>
from numpy import *
def f(x): return False
>
all(f(x) for x in range(10))
> True
>
> I guess the all function doesn't know about generators?
>
That's likely the problem. However, as of Python
On Wed, Feb 06, 2008 at 03:23:43AM -0600, Kent-Andre Mardal wrote:
> No problem, it is now under BSD. OK?
Perfect. Thank you.
Glen
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
One thing missing from random is a mechanism to share a single underlying
rng with other code that is not part of numpy.random.
For example, I have code that generates distributions that expect a mersenne
twister (the shared, underlying rng) to be passed in as a constructor
argument.
numpy.random
Hi,
I have finished a second alpha of the BLAS/LAPACK superpack for windows:
http://www.ar.media.kyoto-u.ac.jp/members/david/archives/blas-lapack-superpack.exe
(~ 9 Mb).
Changes from first alpha
- Both SSE3 and SSE2 are supported.
- custom installation possible: you can choose to i
How does Instant compare to scipy.weave !?
-Sebastian Haase
On Feb 5, 2008 11:26 PM, Glen W. Mabey <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 05, 2008 at 12:16:02PM -0600, Kent-Andre Mardal wrote:
> > We have created a small Python module Instant (www.fenics.org/instant) on
> > top
> > of SWIG,
Hi all,
I think this is a bug (I'm running Numpy 1.0.3.1):
>>> from numpy import *
>>> def f(x): return False
>>> all(f(x) for x in range(10))
True
I guess the all function doesn't know about generators?
Dan
___
Numpy-discussion mailing list
Numpy-d
15 matches
Mail list logo