<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Yes Matthew, that is exactly my issue with that line (and many other linear algebra-heavy parts of skimage).</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 11 Jul 2017, 6:43 PM +1000, Matthew Brett <matthew.brett@gmail.com>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">Hi,<br />
<br />
Certainly no need to duck, from my point view - but for this:<br />
<br />
On Tue, Jul 11, 2017 at 3:07 AM, Juan Nunez-Iglesias<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">Beautiful linalg syntax ruined by using Python 2.7<br />
https://github.com/scikit-image/scikit-image/pull/2394#discussion_r94191032<br /></blockquote>
<br />
- do you mean differences like:<br />
<br />
D1 = np.vstack([x.dot(x), x.dot(y), y.dot(y)]).T<br />
<br />
compared to:<br />
<br />
D1 = np.vstack([x @ x, x @ y, y @ y]).T<br />
<br />
?<br />
<br />
Cheers,<br />
<br />
Matthew<br />
_______________________________________________<br />
scikit-image mailing list<br />
scikit-image@python.org<br />
https://mail.python.org/mailman/listinfo/scikit-image<br /></blockquote>
</div>
</body>
</html>