-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add docs for LinRange. Change linspace deprecation to suggest LinRange? #27537
Comments
The first item is a dup of #26919 |
This is a little more awkward than ideal to provide a non-breaking stepping stone. In 1.0 we can make Note that |
What’s the difference between |
They're just two different implementations of a range — they compute their values differently. Refreshing my memory: Compare the values produced by |
Ok, so I think my suggestion is correct then: I think a user currently using |
|
At the moment
linspace
suggests usingrange
. It is a bit more natural to useLinRange
as a replacement.However,
LinRange
does not have any documentation.The text was updated successfully, but these errors were encountered: