-
-
Notifications
You must be signed in to change notification settings - Fork 907
feat: add array/base/cuany-by
#2818
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 array/base/cuany-by
#2818
Conversation
@stdlib/array/base/cuany-by
@kgryte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks much for your PR!
Left a bunch of small comments, but overall this looks pretty close to landing.
lib/node_modules/@stdlib/array/base/cuany-by/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/test/test.assign.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/test/test.assign.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/test/test.assign.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/test/test.assign.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/test/test.assign.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: yaswanth <[email protected]>
ready for review of requested changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the comments!
Will apply a few more changes; @kgryte can have a final look and land the new package.
lib/node_modules/@stdlib/array/base/cuany-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/cuany-by/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
@stdlib/array/base/cuany-by
array/base/cuany-by
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @yaswanthkosuru! PR should land shortly.
Resolves #2323.
Description
add
@stdlib/array/base/cuany-by
This pull request:
Other
Checklist
@stdlib-js/reviewers