![](https://secure.gravatar.com/avatar/9a09e6a20ec4e90d3480724b470dcdad.jpg?s=120&d=mm&r=g)
I created an extension to numpy called numpy_list that allows to create numpy array from predefined lists for now it supports arithmetic and geometric progressions You can see info there https://github.com/alessionuovo/mionumpy/tree/list_operations/numpy_extensio... Thanks Alexei
![](https://secure.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd.jpg?s=120&d=mm&r=g)
On 25/04/2024 23:16, Alexei Lisitsa wrote:
Waiting for answer
What kind of answer would you like? I took a look at numpy_list[0] and if it serves your needs, that is great, but I don't think such ndarray generation routines should be added to NumPy until they become more commonly known, used, and "voted" popular. I would suggest you - add some examples to the README[1] to demonstrate its utility. I found I had to drill down to the code[1] to see what it actually does. - make it a stand-alone package and not part of NumPy's code base Matti [0] https://github.com/alessionuovo/mionumpy/tree/list_operations/numpy_extensio... [1] https://github.com/alessionuovo/mionumpy/blob/list_operations/numpy_extensio...
![](https://secure.gravatar.com/avatar/9a09e6a20ec4e90d3480724b470dcdad.jpg?s=120&d=mm&r=g)
Ok, thanks package stand alone I did but how I advertise it? Maybe you as expert can say some thing that is needed , something to develop I want some new experience чт, 25 апр. 2024 г., 23:30 Matti Picus <matti.picus@gmail.com>:
On 25/04/2024 23:16, Alexei Lisitsa wrote:
Waiting for answer
What kind of answer would you like? I took a look at numpy_list[0] and if it serves your needs, that is great, but I don't think such ndarray generation routines should be added to NumPy until they become more commonly known, used, and "voted" popular. I would suggest you
- add some examples to the README[1] to demonstrate its utility. I found I had to drill down to the code[1] to see what it actually does.
- make it a stand-alone package and not part of NumPy's code base
Matti
[0]
https://github.com/alessionuovo/mionumpy/tree/list_operations/numpy_extensio...
[1]
https://github.com/alessionuovo/mionumpy/blob/list_operations/numpy_extensio...
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-leave@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: alex123494@gmail.com
![](https://secure.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd.jpg?s=120&d=mm&r=g)
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 wrote:
Ok, thanks package stand alone I did but how I advertise it? Maybe you as expert can say some thing that is needed , something to develop I want some new experience
participants (2)
-
Alexei Lisitsa
-
Matti Picus