-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat: Add linear_spaces
#20941
base: main
Are you sure you want to change the base?
feat: Add linear_spaces
#20941
Conversation
22feaf1
to
f1da686
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20941 +/- ##
==========================================
+ Coverage 79.20% 79.29% +0.08%
==========================================
Files 1583 1583
Lines 225109 225858 +749
Branches 2581 2587 +6
==========================================
+ Hits 178303 179091 +788
+ Misses 46216 46177 -39
Partials 590 590 ☔ View full report in Codecov by Sentry. |
3a61c92
to
f9feac6
Compare
f9feac6
to
eeb70dc
Compare
@coastalwhite I've added the Side note: to determine if the input |
Closes #20922.
Examples
Using
as_array=True
returns apl.Array
, but can only be used with a constantnum_samples
(integer or literal integer):Temporals work as well, and we can define the interval with
left
,right
,none
, orboth
(default):