From 6f2c56c72fe5b6e47d368dff8ae46fd1bae0ab07 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 19 May 2026 14:07:17 +0000 Subject: [PATCH] docs: add Git note for commit 9330de700a97e4c3cdd6c0e4558f26e1e757178f Signed-off-by: Philipp Burckhardt --- .../9330de700a97e4c3cdd6c0e4558f26e1e757178f.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/git-notes/9330de700a97e4c3cdd6c0e4558f26e1e757178f.txt diff --git a/docs/git-notes/9330de700a97e4c3cdd6c0e4558f26e1e757178f.txt b/docs/git-notes/9330de700a97e4c3cdd6c0e4558f26e1e757178f.txt new file mode 100644 index 000000000000..fc464fd1c9f3 --- /dev/null +++ b/docs/git-notes/9330de700a97e4c3cdd6c0e4558f26e1e757178f.txt @@ -0,0 +1,11 @@ +--- +type: amend-message +--- +bench: refactor to use string interpolation in `ndarray/base` + +PR-URL: https://github.com/stdlib-js/stdlib/pull/11430 +Co-authored-by: Athan Reines +Reviewed-by: Athan Reines +Signed-off-by: Athan Reines +Ref: https://github.com/stdlib-js/metr-issue-tracker/issues/403 +Ref: https://github.com/stdlib-js/stdlib/issues/8647