On 7/25/06, Sven Schreiber <[EMAIL PROTECTED]> wrote:
> Travis Oliphant schrieb:
> > Sven Schreiber wrote:
> >>
> > The change was trying to fix up some cases but did break this one.  The
> > problem is that figuring out whether or not to transpose the result is a
> > bit tricky.  I've obviously still got it wrong.

Is there some test case that demonstrates the problem it was intended
to fix?  Or can you remember off the top of your head?  I tried as
many things as I could think of but nothing I tried gave the wrong
answer with the fix of removing the 'not' on line 140.

> p.s.: Is there going to be a new beta soon? Or is there a quick fix to
> this slicing problem in the meantime? Thanks.

Sven, if you were happy with the behavior under numpy 0.9.8 then all
you have to do is just cut and paste its matrix.__getitem__ method
into your current site-packages/numpy/core/defmatrix.py.

--bill

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to