[scikit-image] Python 3, revisited
Juan Nunez-Iglesias
jni.soma at gmail.com
Tue Jul 11 22:45:06 EDT 2017
Yes Matthew, that is exactly my issue with that line (and many other linear algebra-heavy parts of skimage).
On 11 Jul 2017, 6:43 PM +1000, Matthew Brett <matthew.brett at gmail.com>, wrote:
> Hi,
>
> Certainly no need to duck, from my point view - but for this:
>
> On Tue, Jul 11, 2017 at 3:07 AM, Juan Nunez-Iglesias
> > Beautiful linalg syntax ruined by using Python 2.7
> > https://github.com/scikit-image/scikit-image/pull/2394#discussion_r94191032
>
> - do you mean differences like:
>
> D1 = np.vstack([x.dot(x), x.dot(y), y.dot(y)]).T
>
> compared to:
>
> D1 = np.vstack([x @ x, x @ y, y @ y]).T
>
> ?
>
> Cheers,
>
> Matthew
> _______________________________________________
> scikit-image mailing list
> scikit-image at python.org
> https://mail.python.org/mailman/listinfo/scikit-image
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170712/e6dd1f09/attachment.html>
More information about the scikit-image
mailing list