Skip to content

Commit 0003499

Browse files
committed
chore: add Git notes
--- 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: 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent dd2e77a commit 0003499

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
type: amend-message
3+
---
4+
refactor!: update `blas/ext/base/dapx` to follow current project conventions
5+
6+
BREAKING CHANGE:
7+
8+
- `c_dapx()` renamed to `stdlib_strided_dapx()`
9+
- `c_dapx_ndarray()` renamed to `stdlib_strided_dapx_ndarray()`
10+
11+
All downstream usage of the old `c_dapx*` symbols must be updated to use the new symbols.
12+
13+
PR-URL: https://github.com/stdlib-js/stdlib/pull/4737
14+
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
type: amend-message
3+
---
4+
docs: update namespace TypeScript declaration comments
5+
6+
PR-URL: https://github.com/stdlib-js/stdlib/pull/4487
7+
8+
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
9+
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
10+
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
type: amend-message
3+
---
4+
docs: update namespace TypeScript declaration comments
5+
6+
PR-URL: https://github.com/stdlib-js/stdlib/pull/4518
7+
8+
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
9+
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
10+
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>

0 commit comments

Comments
 (0)