On Fri, May 11, 2012 at 4:54 PM, Nathaniel Smith wrote:
> I
> have lying around my homedir that it would generally be a free speed
> win
Don't forget the case where the copy semantics may actually provide an
*improvement* in performance by allowing a potentially large array to
get deallocated if
On Wed, May 16, 2012 at 7:10 AM, Nathaniel Smith wrote:
> I tried checking this before, actually, but can't figure out how to
> build scipy against a copy of numpy that is installed in either a
> virtualenv or just on PYTHONPATH. (Basically, I just don't want to
> install some random development n
On Wed, May 16, 2012 at 7:01 PM, Fabrice Silva wrote:
> > maybe it's this
> >
> http://thread.gmane.org/gmane.comp.python.numeric.general/49785/focus=49787
> Thanks for your reply, Not sure it is the same trouble, I'll have a
> deeper look at that thread...
>
>
Both coverage=True and coverage=Fals
This Pull Request looks like a good idea to me as well.
-Travis
On May 16, 2012, at 3:10 PM, Ralf Gommers wrote:
>
>
> On Wed, May 16, 2012 at 3:55 PM, Nathaniel Smith wrote:
> On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
> > Hi,
> >
> > In fact, I would arg to never change
On Wed, May 16, 2012 at 9:57 PM, Julian Taylor <
jtaylor.deb...@googlemail.com> wrote:
> On 05/16/2012 09:01 PM, Ralf Gommers wrote:
> >
> >
> > On Tue, May 15, 2012 at 10:35 PM, Julian Taylor
> > mailto:jtaylor.deb...@googlemail.com>>
> > wrote:
> >
> > > Hi, if there's anyone wants to have a
On Wed, May 16, 2012 at 10:41 PM, Sandro Tosi wrote:
> Hello,
>
> On Wed, May 16, 2012 at 9:01 PM, Ralf Gommers
> wrote:
> >
> >
> > On Tue, May 15, 2012 at 10:35 PM, Julian Taylor
> > wrote:
> >>
> >> > Hi, if there's anyone wants to have a look at the above issue this
> >> > week,
> >> >that
Hello,
On Wed, May 16, 2012 at 9:01 PM, Ralf Gommers
wrote:
>
>
> On Tue, May 15, 2012 at 10:35 PM, Julian Taylor
> wrote:
>>
>> > Hi, if there's anyone wants to have a look at the above issue this
>> > week,
>> >that would be great.
>>
>> > If there's a patch by this weekend I can create a seco
On May 13, 2012, at 3:11 AM, Nathaniel Smith wrote:
> On Sun, May 13, 2012 at 3:28 AM, Travis Oliphant wrote:
>> Another approach would be to introduce a method:
>>
>> a.diag(copy=False)
>>
>> and leave a.diagonal() alone. Then, a.diagonal() could be deprecated over
>> 2-3 releases.
>
> This
On Wed, May 16, 2012 at 3:55 PM, Nathaniel Smith wrote:
> On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
> > Hi,
> >
> > In fact, I would arg to never change the current behavior, but add the
> > flag for people that want to use it.
> >
> > Why?
> >
> > 1) There is probably >10k script
On 05/16/2012 09:01 PM, Ralf Gommers wrote:
>
>
> On Tue, May 15, 2012 at 10:35 PM, Julian Taylor
> mailto:jtaylor.deb...@googlemail.com>>
> wrote:
>
> > Hi, if there's anyone wants to have a look at the above issue this
> > week,
> >that would be great.
>
> > If there's a patch
I recently had need of tracing numpy data allocation/deallocation. I
was unable to find a simple way to do so, and so ended up putting the
code below into ndarraytypes.h to allow me to trace allocations. A
key part is that this jumps back into python, so I can inspect the
stack and find out where
On Tue, May 15, 2012 at 10:35 PM, Julian Taylor <
jtaylor.deb...@googlemail.com> wrote:
> > Hi, if there's anyone wants to have a look at the above issue this
> > week,
> >that would be great.
>
> > If there's a patch by this weekend I can create a second RC, so we can
> > still have the final rel
On Wed, May 16, 2012 at 3:04 PM, Benjamin Root wrote:
>
>
> On Wed, May 16, 2012 at 9:55 AM, Nathaniel Smith wrote:
>>
>> On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
>> > Hi,
>> >
>> > In fact, I would arg to never change the current behavior, but add the
>> > flag for people that w
On Wed, May 16, 2012 at 4:50 PM, Robert Kern wrote:
> On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote:
>> On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote:
>>> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote:
>>>
I built some pristine python 2.7 installs from scratch (no vi
> maybe it's this
> http://thread.gmane.org/gmane.comp.python.numeric.general/49785/focus=49787
Thanks for your reply, Not sure it is the same trouble, I'll have a
deeper look at that thread...
> It helped in my case, and I don't have a problem running the tests
> with your mypackage (using my pat
On Wed, May 16, 2012 at 11:05 AM, Fabrice Silva wrote:
> Hi,
> I am getting into troubles when using numpy.testing with coverage. A
> minimal example package is atached to this email. Unpack and run:
>
> $ python -c "import mypackage; mypackage.test(verbose=10,coverage=False)"
> $ python -c "impor
On Wed, May 16, 2012 at 11:50 AM, Robert Kern wrote:
> On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote:
>> On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote:
>>> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote:
>>>
I built some pristine python 2.7 installs from scratch (no v
On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote:
> On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote:
>> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote:
>>
>>> I built some pristine python 2.7 installs from scratch (no virtualenv,
>>> no distro tweaks, etc.). Then I installed som
On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote:
> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote:
>
>> I built some pristine python 2.7 installs from scratch (no virtualenv,
>> no distro tweaks, etc.). Then I installed some version of numpy in
>> each, then tried building scipy. With
On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote:
> I built some pristine python 2.7 installs from scratch (no virtualenv,
> no distro tweaks, etc.). Then I installed some version of numpy in
> each, then tried building scipy. With numpy 1.6.1 (built from git),
> everything seems fine - it
On Wed, May 16, 2012 at 3:15 PM, Robert Kern wrote:
> On Wed, May 16, 2012 at 3:10 PM, Nathaniel Smith wrote:
>> On Wed, May 16, 2012 at 3:04 PM, Benjamin Root wrote:
>
>>> Just as a sanity check, do the scipy tests run without producing any such
>>> messages?
>>
>> I tried checking this before,
Hi,
I am getting into troubles when using numpy.testing with coverage. A
minimal example package is atached to this email. Unpack and run:
$ python -c "import mypackage; mypackage.test(verbose=10,coverage=False)"
$ python -c "import mypackage; mypackage.test(verbose=10,coverage=True)"
Some explan
On Wed, May 16, 2012 at 3:10 PM, Nathaniel Smith wrote:
> On Wed, May 16, 2012 at 3:04 PM, Benjamin Root wrote:
>> Just as a sanity check, do the scipy tests run without producing any such
>> messages?
>
> I tried checking this before, actually, but can't figure out how to
> build scipy against
On Wed, May 16, 2012 at 3:04 PM, Benjamin Root wrote:
>
>
> On Wed, May 16, 2012 at 9:55 AM, Nathaniel Smith wrote:
>>
>> On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
>> > Hi,
>> >
>> > In fact, I would arg to never change the current behavior, but add the
>> > flag for people that w
On Wed, May 16, 2012 at 9:55 AM, Nathaniel Smith wrote:
> On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
> > Hi,
> >
> > In fact, I would arg to never change the current behavior, but add the
> > flag for people that want to use it.
> >
> > Why?
> >
> > 1) There is probably >10k script
On Tue, May 15, 2012 at 5:03 AM, Travis Oliphant wrote:
> So, the behavior is actually quite predictable, it's just that in some common
> cases it doesn't do what you would expect --- especially if you think that
> [0,1] is "the same" as :2. When I wrote this code to begin with I should
> hav
On Tue, May 15, 2012 at 2:49 PM, Frédéric Bastien wrote:
> Hi,
>
> In fact, I would arg to never change the current behavior, but add the
> flag for people that want to use it.
>
> Why?
>
> 1) There is probably >10k script that use it that will need to be
> checked for correctness. There won't be
All,
I’ve been fairly quiet on the various missing/masked values proposals,
sorry about that. I figured I would take the opportunity of Travis O.’s
deadline of Wed. 16th to put some aspects of numpy.ma in a semi-historical,
semi-personal perspective. Apologies in advance if I misrepresent some
asp
28 matches
Mail list logo