Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Vector.linspace #235

Closed
kMutagene opened this issue Sep 26, 2022 · 1 comment · Fixed by #251
Closed

[Feature Request] Vector.linspace #235

kMutagene opened this issue Sep 26, 2022 · 1 comment · Fixed by #251
Assignees

Comments

@kMutagene
Copy link
Member

Is your feature request related to a problem? Please describe.
numpy.linspace (https://numpy.org/doc/stable/reference/generated/numpy.linspace.html) - a function creating a evenly spaced vector in a specified range - is used in every python tutorial/blogpost ever. Adding this simple function would reduce boilerplate code needed to translate such samples

Describe the solution you'd like
a function Vector.linspace

Describe alternatives you've considered
meh

@bvenn
Copy link
Member

bvenn commented Mar 7, 2023

WIP

@bvenn bvenn self-assigned this Mar 7, 2023
bvenn added a commit that referenced this issue Mar 7, 2023
add linspace tests
#235
@bvenn bvenn mentioned this issue Mar 7, 2023
2 tasks
@bvenn bvenn closed this as completed in #251 Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants