stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

build: add scaffolding to generate `math/special/*` packages

Open gunjjoshi opened this issue 3 months ago • 4 comments

Resolves None.

Description

What is the purpose of this pull request?

This pull request:

  • adds scaffold templates and scripts for generating packages in math/special/*.

Related Issues

Does this pull request have any related issues?

None.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

gunjjoshi avatar Sep 24 '25 16:09 gunjjoshi

Getting some CI failures which might be arising from @stdlib/ndarray/base/unary, specifically from here: https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/ndarray/base/unary/src/c_d_as_z_d.c . Maybe, it must have stdlib_complex128_t instead of stdlib_complex64_t?

gunjjoshi avatar Sep 30 '25 18:09 gunjjoshi

@gunjjoshi Yes, I'll try and take a look at ndarray/base/unary tonight.

kgryte avatar Oct 03 '25 18:10 kgryte

/stdlib merge

kgryte avatar Nov 05 '25 05:11 kgryte

Coverage Report

Package Statements Branches Functions Lines
math/special/acosd $\color{green}349/349$
$\color{green}+0.00%$
$\color{green}7/7$
$\color{green}+0.00%$
$\color{green}0/0$
$\color{green}+0.00%$
$\color{green}349/349$
$\color{green}+0.00%$

The above coverage report was generated for the changes in this PR.

stdlib-bot avatar Nov 05 '25 05:11 stdlib-bot