-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
[RFC]: Add/Update package of strided namespace for BooleanArray support (tracking issue) #2500
Closed
19 tasks done
Labels
Tracking Issue
Tracking issue.
Comments
👋 Hi there! 👋 And thank you for opening your first issue! We will get back to you shortly. 🏃 💨 |
This was referenced Jul 4, 2024
kgryte
added a commit
that referenced
this issue
Jul 4, 2024
PR-URL: #2508 Ref: #2500 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
kgryte
added a commit
that referenced
this issue
Jul 4, 2024
PR-URL: #2507 Ref: #2500 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
kgryte
added a commit
that referenced
this issue
Jul 4, 2024
PR-URL: #2505 Ref: #2500 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 task
kgryte
added a commit
that referenced
this issue
Jul 5, 2024
PR-URL: #2513 Ref: #2500 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
This was referenced Jul 6, 2024
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2524 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2521 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2522 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
…tch` PR-URL: #2523 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2519 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2520 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
This was referenced Jul 6, 2024
kgryte
added a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2525 Ref: #2500 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
kgryte
pushed a commit
that referenced
this issue
Jul 6, 2024
PR-URL: #2526 Ref: #2500 Reviewed-by: Athan Reines <[email protected]>
All tasks have now been completed. Closing... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This RFC proposes add or update all packages of strided namespace that needs to be changed in order to add BooleanArray support to Stdlib. The purpose of this issue is to serve as a tracking issue for update or add packages.
Packages need to added:
@stdlib/strided/base/reinterpret-boolean
Prerequisites of
ndarray
namespace:@stdlib/ndarray/base/dtype-char
@stdlib/ndarray/base/dtype-desc
@stdlib/ndarray/base/dtype2c
@stdlib/ndarray/base/char2dtype
@stdlib/ndarray/safe-casts
@stdlib/ndarray/promotion-rules
Packages need to updated:
@stdlib/strided/dtypes
@stdlib/strided/base/nullary
@stdlib/strided/base/nullary-addon-dispatch
@stdlib/strided/base/unary
@stdlib/strided/base/unary-addon-dispatch
@stdlib/strided/base/mskunary
@stdlib/strided/base/mskunary-addon-dispatch
@stdlib/strided/base/binary
@stdlib/strided/base/binary-addon-dispatch
Related Issues
None
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: