[Numpy-discussion] Re: Fastpathing lexsort for integers

2024-05-11 Thread Nathan
Sorry for not responding without prompting. A PR is indeed a better venue to ask questions about a proposed code change than a mailing list post. Adding a keyword argument to trigger a fast path seems like a bad python API to me, since most users won’t notice it. “kind” seems nicer in that it’s mo

[Numpy-discussion] Re: Fastpathing lexsort for integers

2024-05-11 Thread ml
Any feedback, even just on where to locate the Python code I wrote? Otherwise I will try to just open a PR and see how it goes. Thanks, Pietro ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discus

[Numpy-discussion] Re: New feature

2024-05-11 Thread Matti Picus
For a start you could share the link for the stand-alone package here, with a short description of what it does. Additional steps would be to write a blog post about it, write it up on reddit's python subreddit, give a talk about it at a conference. Matti On 25/04/2024 23:36, Alexei Lisitsa