You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,52 @@
2
2
3
3
> Package changelog.
4
4
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2026-03-07)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`7564e0f`](https://github.com/stdlib-js/stdlib/commit/7564e0f86e6a9a4c28affc29b1ef524f1cb43314) - add C implementation for `stats/base/ndarray/smidrange`[(#10057)](https://github.com/stdlib-js/stdlib/pull/10057)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`7564e0f`](https://github.com/stdlib-js/stdlib/commit/7564e0f86e6a9a4c28affc29b1ef524f1cb43314) - **feat:** add C implementation for `stats/base/ndarray/smidrange`[(#10057)](https://github.com/stdlib-js/stdlib/pull/10057)_(by Samarth Kolarkar, Philipp Burckhardt, Sachin Pangal)_
26
+
27
+
</details>
28
+
29
+
</section>
30
+
31
+
<!-- /.commits -->
32
+
33
+
<sectionclass="contributors">
34
+
35
+
### Contributors
36
+
37
+
A total of 3 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+149-2Lines changed: 149 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,153 @@ console.log( v );
130
130
131
131
<!-- /.examples -->
132
132
133
+
<!-- C interface documentation. -->
134
+
135
+
* * *
136
+
137
+
<sectionclass="c">
138
+
139
+
## C APIs
140
+
141
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
142
+
143
+
<sectionclass="intro">
144
+
145
+
</section>
146
+
147
+
<!-- /.intro -->
148
+
149
+
<!-- C usage documentation. -->
150
+
151
+
<sectionclass="usage">
152
+
153
+
### Usage
154
+
155
+
```c
156
+
#include"stdlib/stats/base/ndarray/smidrange.h"
157
+
```
158
+
159
+
#### stdlib_stats_smidrange( arrays )
160
+
161
+
Computes the [mid-range][mid-range] of a one-dimensional single-precision floating-point ndarray.
0 commit comments