-
-
Notifications
You must be signed in to change notification settings - Fork 813
[RFC]: Add/Update package for BooleanArray
support (tracking issue)
#2304
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
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 Jun 6, 2024
@Jaysukh-409 Looks like we also need to update various packages in |
The list should also include:
|
This was referenced Jun 10, 2024
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 11, 2024
PR-URL: stdlib-js#2353 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 11, 2024
PR-URL: stdlib-js#2354 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
This was referenced Jun 12, 2024
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2309 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2308 Ref: stdlib-js#2304 Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2306 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2353 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2354 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
aman-095
pushed a commit
to aman-095/stdlib
that referenced
this issue
Jun 13, 2024
PR-URL: stdlib-js#2357 Ref: stdlib-js#2304 Reviewed-by: Athan Reines <kgryte@gmail.com>
This was referenced Jun 28, 2024
This was referenced Jul 1, 2024
1 task
1 task
This was referenced Jul 10, 2024
kgryte
added a commit
that referenced
this issue
Jul 13, 2024
This commit changes the return value when provided a boolean primitive. Previously, the function returned "generic", and now the function returns "bool". BREAKING CHANGE: return "bool" when provided a boolean To migrate, users explicitly handle "bool" return values. If "generic" is still desired, users should consolidate accordingly. PR-URL: #2556 Ref: #2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
1 task
This was referenced Jul 15, 2024
As all tasks in this tracking issue are now completed, I'll go ahead and close. Thanks, @Jaysukh-409! |
gunjjoshi
pushed a commit
to gunjjoshi/stdlib
that referenced
this issue
Aug 21, 2024
PR-URL: stdlib-js#2611 Ref: stdlib-js#2304 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
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 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/assert/is-booleanarray
@stdlib/strided/base/reinterpret-boolean
@stdlib/array/base/assert/is-booleanarray
@stdlib/assert/is-same-booleanarray
Packages need to updated:
@stdlib/array/dtypes
@stdlib/array/dtype
@stdlib/array/bool
- add methods ofBooleanArray
andrepl.txt
@stdlib/array/min-dtype
@stdlib/array/ctors
@stdlib/array/convert
@stdlib/array/convert-same
- update tests and benchmarks@stdlib/array/defaults
@stdlib/array/docs/types
@stdlib/array/empty
@stdlib/array/empty-like
@stdlib/array/filled
@stdlib/array/filled-by
@stdlib/array/from-scalar
- add tests@stdlib/array/full
@stdlib/array/full-like
@stdlib/array/mostly-safe-casts
@stdlib/array/next-dtype
@stdlib/array/pool
@stdlib/array/promotion-rules
@stdlib/array/safe-casts
@stdlib/array/same-kind-casts
@stdlib/array/reviver
@stdlib/array/to-json
@stdlib/array/typed-ctors
@stdlib/array/typed-dtypes
@stdlib/array/typed
@stdlib/array/base/any
@stdlib/array/base/assert/has-same-values
@stdlib/array/base/count-falsy
@stdlib/array/base/count-truthy
@stdlib/array/base/count-same-value
@stdlib/array/base/count-same-value-zero
@stdlib/array/base/cuany
@stdlib/array/base/cuevery
@stdlib/array/base/every
@stdlib/array/base/mskfilter
@stdlib/array/base/mskreject
@stdlib/array/base/none
@stdlib/array/base/take
Related Issues
None
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: