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 22
33> Package changelog.
44
5+ <section class =" release " id =" unreleased " >
6+
7+ ## Unreleased (2024-12-15)
8+
9+ <section class =" commits " >
10+
11+ ### Commits
12+
13+ <details >
14+
15+ - [ ` 40308a8 ` ] ( https://github.com/stdlib-js/stdlib/commit/40308a8953dd480537d4c4359cc6e09f679e3ec1 ) - ** build:** update configurations _ (by Athan Reines)_
16+
17+ </details >
18+
19+ </section >
20+
21+ <!-- /.commits -->
22+
23+ <section class =" contributors " >
24+
25+ ### Contributors
26+
27+ A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+ - Athan Reines
30+
31+ </section >
32+
33+ <!-- /.contributors -->
34+
35+ </section >
36+
37+ <!-- /.release -->
38+
539<section class =" release " id =" v0.1.0 " >
640
741## 0.1.0 (2024-07-28)
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
112112Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
113113Varad Gupta <varadgupta21@gmail.com>
114114Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
115+ Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
115116Xiaochuan Ye <tap91624@gmail.com>
116117Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
117118Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
Original file line number Diff line number Diff line change 11{
22 "options" : {
3- "task" : " build"
3+ "task" : " build" ,
4+ "wasm" : false
45 },
56 "fields" : [
67 {
2728 "confs" : [
2829 {
2930 "task" : " build" ,
31+ "wasm" : false ,
3032 "src" : [
3133 " ./src/main.c"
3234 ],
4345 },
4446 {
4547 "task" : " benchmark" ,
48+ "wasm" : false ,
4649 "src" : [
4750 " ./src/main.c"
4851 ],
5861 },
5962 {
6063 "task" : " examples" ,
64+ "wasm" : false ,
65+ "src" : [
66+ " ./src/main.c"
67+ ],
68+ "include" : [
69+ " ./include"
70+ ],
71+ "libraries" : [],
72+ "libpath" : [],
73+ "dependencies" : [
74+ " @stdlib/complex-float32-ctor" ,
75+ " @stdlib/complex-float32-reim"
76+ ]
77+ },
78+ {
79+ "task" : " build" ,
80+ "wasm" : true ,
6181 "src" : [
6282 " ./src/main.c"
6383 ],
You can’t perform that action at this time.
0 commit comments