-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: stdlib-js/stdlib
base: develop@{1day}
head repository: stdlib-js/stdlib
compare: develop
- 8 commits
- 93 files changed
- 7 contributors
Commits on Jan 1, 2026
-
docs: replace manual
forloop in examplesPR-URL: #9479 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Harsh <149176984+hrshya@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for edccce1 - Browse repository at this point
Copy the full SHA edccce1View commit details -
docs: replace manual
forloop in examplesPR-URL: #9444 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Harsh <149176984+hrshya@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 88af63a - Browse repository at this point
Copy the full SHA 88af63aView commit details
Commits on Jan 2, 2026
-
feat!: move optional argument to options object in
ndarray/concatThis commit moves an optional `dim` argument to an options object. The motivation for doing this is to allow future API expansion with additional options (e.g., a `dtype` option to specify the output value dtype, etc). BREAKING CHANGE: move `dim` argument to options object To migrate, users should replace any usage of an optional `dim` argument with an options object with a `dim` property (e.g., `{'dim': -1}`). PR-URL: #9480 Closes: stdlib-js/metr-issue-tracker#144 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>1Configuration menu - View commit details
-
Copy full SHA for a7cbc8d - Browse repository at this point
Copy the full SHA a7cbc8dView commit details -
chore: add structured meta data
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---1Configuration menu - View commit details
-
Copy full SHA for 3ae6e96 - Browse repository at this point
Copy the full SHA 3ae6e96View commit details -
build: add ESLint rule to enforce no empty lines between module-level…
… require statements PR-URL: #9488 Closes: stdlib-js/metr-issue-tracker#132 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <noreply@stdlib.io>
Configuration menu - View commit details
-
Copy full SHA for c6c2de6 - Browse repository at this point
Copy the full SHA c6c2de6View commit details -
bench: refactor to use dynamic memory allocation in `math/strided/spe…
1Configuration menu - View commit details
-
Copy full SHA for 8289a03 - Browse repository at this point
Copy the full SHA 8289a03View commit details -
feat: add
stats/base/ndarray/nanmidrangePR-URL: #9418 Reviewed-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <noreply@stdlib.io>
1Configuration menu - View commit details
-
Copy full SHA for 81f1cc5 - Browse repository at this point
Copy the full SHA 81f1cc5View commit details -
chore: disable lint rule when linting Markdown files
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---Configuration menu - View commit details
-
Copy full SHA for 69758c0 - Browse repository at this point
Copy the full SHA 69758c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop@{1day}...develop