-
-
Notifications
You must be signed in to change notification settings - Fork 621
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/mskbinary4d
#3196
Conversation
Signed-off-by: Athan <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
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.
This is looking good. Thanks for working on this. Once the initial nitpicks have been resolved, I'll do a closer final review.
lib/node_modules/@stdlib/array/base/mskbinary4d/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/mskbinary4d/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/array/base/mskbinary4d/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
One thing that needs to be resolved before further review is the failing unit tests. |
@AbhijitRaut04 One last thing, you'll want to make sure you are branching off of
Do work. Open a PR. Get it merged. Then, to work on a new feature, repeat the above.
where
|
@kgryte I have now discarded the commits of develop branch which i have raised. Will it work ? |
My comment was intended to apply to all future PRs. For the current PR, you should leave the Git history, as is. The current diff is fine. |
|
Likely because you have messed up your local |
Ok I will wait to for it. I have raised pr's for issues #3180 #3179 #1942 and #2106 please take a look to it. I am ready to contribute. |
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte I have applied the changes suggested. I kindly request you to review this PR. |
array/base/mskbinary4d
array/base/mskbinary4d
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.
LGTM. Thanks, @AbhijitRaut04!
PR-URL: stdlib-js#3196 Closes: stdlib-js#3179 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
Resolves #3179 .
Description
This pull request:
Related Issues
This pull request:
array/base/mskbinary4d
#3179Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers