feat: add C implementation for stats/base/ndarray/smean#10090
feat: add C implementation for stats/base/ndarray/smean#10090AtharvaPatange wants to merge 2 commits intostdlib-js:developfrom
stats/base/ndarray/smean#10090Conversation
- Add main.c with stdlib_stats_smean function - Add addon.c for Node.js native binding - Add smean.h header file - Add benchmark C implementation - Add binding.gyp and build configuration - Add manifest.json with dependencies Fixes #<issue-number>
|
👋 Hi there! 👋 And thank you for opening your first pull request! We will review it shortly. 🏃 💨 Getting Started
Next Steps
Running Tests LocallyYou can use # Run tests for all packages in the math namespace:
make test TESTS_FILTER=".*/@stdlib/math/.*"
# Run benchmarks for a specific package:
make benchmark BENCHMARKS_FILTER=".*/@stdlib/math/base/special/sin/.*"If you haven't heard back from us within two weeks, please ping us by tagging the "reviewers" team in a comment on this PR. If you have any further questions while waiting for a response, please join our Zulip community to chat with project maintainers and other community members. We appreciate your contribution! Documentation Links |
There was a problem hiding this comment.
@AtharvaPatange There seems to be missing implementation for examples/c/example.c.
Also noticed changes in README.md, package.json, lib/main.js as well as lib/native.js. Refer https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/ndarray/smax
Resolves None.
Description
This pull request:
stats/base/ndarray/smeanRelated Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers