[Numpy-discussion] [ANN] Stochastic programming and optimization addon for FuncDesigner

2012-07-07 Thread Dmitrey
hi all, you may be interested in stochastic programming and optimization with free Python module FuncDesigner. We have wrote Stochastic addon for FuncDesigner, but (at least for several years) it will be commercional (currently it's free for some small-scaled problems only and for

[Numpy-discussion] frexp/ldexp docstrings

2012-07-07 Thread Ralf Gommers
Hi, The ldexp/frexp docstrings, now in add_newdocs.py, aren't picked up. It looks like they're in the wrong place, but moving them to code_generators/ufunc_docstrings.py and editing generate_umath.py also doesn't work. They seem to be a special case, see umathmodule.c. What should be done here,

Re: [Numpy-discussion] Buildbot status

2012-07-07 Thread Stéfan van der Walt
On Thu, Jul 5, 2012 at 4:36 PM, Ondřej Čertík ondrej.cer...@gmail.com wrote: So feel free to go ahead with what you think is the best and I will join you in a few days. I propose that we following a simple migration path for now: move the current buildbot onto the EC2 instance, redirect

Re: [Numpy-discussion] Buildbot status

2012-07-07 Thread Ondřej Čertík
On Sat, Jul 7, 2012 at 2:01 PM, Stéfan van der Walt ste...@sun.ac.za wrote: On Thu, Jul 5, 2012 at 4:36 PM, Ondřej Čertík ondrej.cer...@gmail.com wrote: So feel free to go ahead with what you think is the best and I will join you in a few days. I propose that we following a simple migration

[Numpy-discussion] Debug print while runnin tests

2012-07-07 Thread Charles R Harris
There are a bunch of these: -- Dump of NumPy ndarray at address 0x5598430 ndim : 0 shape : dtype : dtype('int64') data : 0x5595c60 strides: base : (nil) flags : NPY_C_CONTIGUOUS NPY_F_CONTIGUOUS NPY_ALIGNED

[Numpy-discussion] Bento build fails

2012-07-07 Thread Charles R Harris
/usr/bin/ld: numpy/core/libnpymath.a(halffloat.c.12.o): relocation R_X86_64_PC32 against symbol `npy_set_floatstatus_invalid' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status