Hi,
I am pleased to announce the release 0.0.4 for Bento. This release is
a significant milestone, as it is able to build both numpy and scipy
on some platforms (Linux and mac os x).
The main features are:
- New hooks to modify, override compilation options on a per
extension basis.
- Rec
On Sun, Oct 10, 2010 at 2:59 AM, Vincent Davis wrote:
> Did you get any responses on this? I can install 10.5 and help out
> with some testing. I have a macbookpro that does not turn of (Hardware
> issue) but it is good for testing. I could setup remote access on this
> if of interest to you.
>
Y
On Sat, Oct 9, 2010 at 9:01 PM, Charles R Harris
wrote:
>
>
> On Sat, Oct 9, 2010 at 8:36 PM, wrote:
>
>> On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris
>> wrote:
>> >
>> >
>> > On Sat, Oct 9, 2010 at 7:47 PM, wrote:
>> >>
>> >> I'm trying to see whether I can do this without reading the ful
On Fri, Oct 8, 2010 at 6:46 PM, Ralf Gommers wrote:
>
>
> On Fri, Oct 8, 2010 at 1:09 AM, Jonathan March wrote:
>
>> On Wed, Oct 6, 2010 at 6:17 PM, wrote:
>> > On Wed, Oct 6, 2010 at 7:08 PM, Jonathan March
>> wrote:
>> >> It appears that the numpy testing decorators for skipping and for
>> >>
On Sat, Oct 9, 2010 at 8:36 PM, wrote:
> On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris
> wrote:
> >
> >
> > On Sat, Oct 9, 2010 at 7:47 PM, wrote:
> >>
> >> I'm trying to see whether I can do this without reading the full manual.
> >>
> >> Is it intended that fromroots normalizes the highes
On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris
wrote:
>
>
> On Sat, Oct 9, 2010 at 7:47 PM, wrote:
>>
>> I'm trying to see whether I can do this without reading the full manual.
>>
>> Is it intended that fromroots normalizes the highest order term
>> instead of the lowest?
>>
>>
>> >>> import
On Sat, Oct 9, 2010 at 8:05 PM, Charles R Harris
wrote:
>
>
> On Sat, Oct 9, 2010 at 8:01 PM, Charles R Harris <
> charlesr.har...@gmail.com> wrote:
>
>>
>>
>> On Sat, Oct 9, 2010 at 7:47 PM, wrote:
>>
>>> I'm trying to see whether I can do this without reading the full manual.
>>>
>>> Is it inte
On Sat, Oct 9, 2010 at 8:01 PM, Charles R Harris
wrote:
>
>
> On Sat, Oct 9, 2010 at 7:47 PM, wrote:
>
>> I'm trying to see whether I can do this without reading the full manual.
>>
>> Is it intended that fromroots normalizes the highest order term
>> instead of the lowest?
>>
>>
>> >>> import nu
On Sat, Oct 9, 2010 at 7:47 PM, wrote:
> I'm trying to see whether I can do this without reading the full manual.
>
> Is it intended that fromroots normalizes the highest order term
> instead of the lowest?
>
>
> >>> import numpy.polynomial as poly
>
> >>> p = poly.Polynomial([1, -1.88494037, 0.
I'm trying to see whether I can do this without reading the full manual.
Is it intended that fromroots normalizes the highest order term
instead of the lowest?
>>> import numpy.polynomial as poly
>>> p = poly.Polynomial([1, -1.88494037, 0.0178126 ])
>>> p
Polynomial([ 1., -1.88494037,
Did you get any responses on this? I can install 10.5 and help out
with some testing. I have a macbookpro that does not turn of (Hardware
issue) but it is good for testing. I could setup remote access on this
if of interest to you.
Is there anything like the Python devs build bot for automated ins
On Sat, Oct 9, 2010 at 8:18 PM, Ioan Ferencik wrote:
> I would like to compile some Fortran code using python, build a
> shared library, and link to it using python. But I get a message
> saying the compiler does not recognise the extension of my file.
>
> this is my command:
>
> gcc -fPIC -c -s
I would like to compile some Fortran code using python, build a
shared library, and link to it using python. But I get a message
saying the compiler does not recognise the extension of my file.
this is my command:
gcc -fPIC -c -shared -fno-underscoring test.f95 -o ./lib/libctest.so.1.0
wha
On Fri, Oct 8, 2010 at 9:05 PM, Fernando Perez wrote:
> Hi,
>
> On Fri, Oct 8, 2010 at 8:20 PM, Joshua Holbrook
> wrote:
>>
>> What mechanism are you using for gh-pages, if I may ask? I would be
>> interested in this for future projects.
>
> the default github implementation relies on a 'hidden'
14 matches
Mail list logo