File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-05-26)
7+ ## Unreleased (2025-05-31)
8+
9+ <section class =" issues " >
10+
11+ ### Closed Issues
12+
13+ This release closes the following issue:
14+
15+ [ #7135 ] ( https://github.com/stdlib-js/stdlib/issues/7135 )
16+
17+ </section >
18+
19+ <!-- /.issues -->
820
921<section class =" commits " >
1022
1123### Commits
1224
1325<details >
1426
27+ - [ ` a5f516c ` ] ( https://github.com/stdlib-js/stdlib/commit/a5f516c96d479568dca5099e24fe709977d3ec5b ) - ** chore:** fix EditorConfig lint errors [ (#7137 )] ( https://github.com/stdlib-js/stdlib/pull/7137 ) _ (by Karan Vasudevamurthy)_
1528- [ ` 62364f6 ` ] ( https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36 ) - ** style:** fix C comment alignment _ (by Philipp Burckhardt)_
1629- [ ` 2777e4b ` ] ( https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2 ) - ** bench:** resolve lint errors in benchmarks _ (by Athan Reines)_
1730
2538
2639### Contributors
2740
28- A total of 2 people contributed to this release. Thank you to the following contributors:
41+ A total of 3 people contributed to this release. Thank you to the following contributors:
2942
3043- Athan Reines
44+ - Karan Vasudevamurthy
3145- Philipp Burckhardt
3246
3347</section >
Original file line number Diff line number Diff line change 11{
2- "options" : {
3- "task" : " build"
4- },
5- "fields" : [
6- {
7- "field" : " src" ,
8- "resolve" : true ,
9- "relative" : true
10- },
11- {
12- "field" : " include" ,
13- "resolve" : true ,
14- "relative" : true
15- },
16- {
17- "field" : " libraries" ,
18- "resolve" : false ,
19- "relative" : false
20- },
21- {
22- "field" : " libpath" ,
23- "resolve" : true ,
24- "relative" : false
25- }
26- ],
27- "confs" : [
28- {
29- "task" : " build" ,
30- "src" : [
31- " ./src/dtrunc.c"
32- ],
33- "include" : [
34- " ./include"
35- ],
36- "libraries" : [],
37- "libpath" : [],
38- "dependencies" : [
39- " @stdlib/math-base-special-trunc" ,
40- " @stdlib/strided-base-dmap" ,
41- " @stdlib/strided-napi-dmap"
42- ]
43- },
44- {
45- "task" : " examples" ,
46- "src" : [
47- " ./src/dtrunc.c"
48- ],
49- "include" : [
50- " ./include"
51- ],
52- "libraries" : [],
53- "libpath" : [],
54- "dependencies" : [
55- " @stdlib/math-base-special-trunc" ,
56- " @stdlib/strided-base-dmap"
57- ]
58- },
59- {
60- "task" : " benchmark" ,
61- "src" : [
62- " ./src/dtrunc.c"
63- ],
64- "include" : [
65- " ./include"
66- ],
67- "libraries" : [],
68- "libpath" : [],
69- "dependencies" : [
70- " @stdlib/math-base-special-trunc" ,
71- " @stdlib/strided-base-dmap"
72- ]
73- }
74- ]
2+ "options" : {
3+ "task" : " build"
4+ },
5+ "fields" : [
6+ {
7+ "field" : " src" ,
8+ "resolve" : true ,
9+ "relative" : true
10+ },
11+ {
12+ "field" : " include" ,
13+ "resolve" : true ,
14+ "relative" : true
15+ },
16+ {
17+ "field" : " libraries" ,
18+ "resolve" : false ,
19+ "relative" : false
20+ },
21+ {
22+ "field" : " libpath" ,
23+ "resolve" : true ,
24+ "relative" : false
25+ }
26+ ],
27+ "confs" : [
28+ {
29+ "task" : " build" ,
30+ "src" : [
31+ " ./src/dtrunc.c"
32+ ],
33+ "include" : [
34+ " ./include"
35+ ],
36+ "libraries" : [],
37+ "libpath" : [],
38+ "dependencies" : [
39+ " @stdlib/math-base-special-trunc" ,
40+ " @stdlib/strided-base-dmap" ,
41+ " @stdlib/strided-napi-dmap"
42+ ]
43+ },
44+ {
45+ "task" : " examples" ,
46+ "src" : [
47+ " ./src/dtrunc.c"
48+ ],
49+ "include" : [
50+ " ./include"
51+ ],
52+ "libraries" : [],
53+ "libpath" : [],
54+ "dependencies" : [
55+ " @stdlib/math-base-special-trunc" ,
56+ " @stdlib/strided-base-dmap"
57+ ]
58+ },
59+ {
60+ "task" : " benchmark" ,
61+ "src" : [
62+ " ./src/dtrunc.c"
63+ ],
64+ "include" : [
65+ " ./include"
66+ ],
67+ "libraries" : [],
68+ "libpath" : [],
69+ "dependencies" : [
70+ " @stdlib/math-base-special-trunc" ,
71+ " @stdlib/strided-base-dmap"
72+ ]
73+ }
74+ ]
7575}
You can’t perform that action at this time.
0 commit comments