<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 10, 2018 at 5:41 PM Terry Reedy <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 6/10/2018 10:44 AM, Stephan Houben wrote:<br>
<br>
> I would suggest that compatibility with a major Python library such as <br>
> SciPy is more important than compatibility<br>
> with other programming languages.<br>
> <br>
> I would go even further and argue that scipy.special.sindg and its <br>
> friends cosdg and tandg<br>
> can serve as the reference implementation for this proposal.<br>
<br>
Or we could decide that we don't need to duplicate scipy.<br>
<br></blockquote><div><br></div><div>Copying scipy's and numpy's interface makes vectorizing code a lot simpler.  tensorflow also initially made the mistake of varying from numpy's interface only to then deprecate the variations and adopt the standard.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-- <br>
Terry Jan Reedy<br>
<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
<br>
-- <br>
<br>
--- <br>
You received this message because you are subscribed to a topic in the Google Groups "python-ideas" group.<br>
To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/python-ideas/-NauPA0ZckE/unsubscribe" rel="noreferrer" target="_blank">https://groups.google.com/d/topic/python-ideas/-NauPA0ZckE/unsubscribe</a>.<br>
To unsubscribe from this group and all its topics, send an email to <a href="mailto:python-ideas%2Bunsubscribe@googlegroups.com" target="_blank">python-ideas+unsubscribe@googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" rel="noreferrer" target="_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div></div>