Skip to content

Commit 7768ebf

Browse files
committed
Release v0.3.1
1 parent ae94db9 commit 7768ebf

File tree

4 files changed

+305
-274
lines changed

4 files changed

+305
-274
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.3.1">
6+
7+
## 0.3.1 (2026-02-08)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`928d410`](https://github.com/stdlib-js/stdlib/commit/928d41013a8327b8727232d4b44b2879a9687e05) - **bench:** refactor to use dynamic memory allocation in `blas/ext/base/dcusumkbn` [(#10085)](https://github.com/stdlib-js/stdlib/pull/10085) _(by Loay Ahmed)_
16+
- [`63ff72c`](https://github.com/stdlib-js/stdlib/commit/63ff72c16348d71085f70d8cb8d413921a0ce551) - **bench:** refactor to use dynamic memory allocation in `blas/base/ext/dcusumors` [(#10086)](https://github.com/stdlib-js/stdlib/pull/10086) _(by AyushiJain18270)_
17+
- [`2b2ae6a`](https://github.com/stdlib-js/stdlib/commit/2b2ae6abbdb5752c90e0164c74d7669607e65895) - **docs:** improve doctests for ndarray instances in `ndarray/dcusumpw` [(#10005)](https://github.com/stdlib-js/stdlib/pull/10005) _(by Bhargav Dabhade)_
18+
19+
</details>
20+
21+
</section>
22+
23+
<!-- /.commits -->
24+
25+
<section class="contributors">
26+
27+
### Contributors
28+
29+
A total of 3 people contributed to this release. Thank you to the following contributors:
30+
31+
- AyushiJain18270
32+
- Bhargav Dabhade
33+
- Loay Ahmed
34+
35+
</section>
36+
37+
<!-- /.contributors -->
38+
39+
</section>
40+
41+
<!-- /.release -->
42+
543
<section class="release" id="v0.3.0">
644

745
## 0.3.0 (2026-01-31)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
295295
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base.svg
296296
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base
297297

298-
[test-image]: https://github.com/stdlib-js/blas-ext-base/actions/workflows/test.yml/badge.svg?branch=v0.3.0
299-
[test-url]: https://github.com/stdlib-js/blas-ext-base/actions/workflows/test.yml?query=branch:v0.3.0
298+
[test-image]: https://github.com/stdlib-js/blas-ext-base/actions/workflows/test.yml/badge.svg?branch=v0.3.1
299+
[test-url]: https://github.com/stdlib-js/blas-ext-base/actions/workflows/test.yml?query=branch:v0.3.1
300300

301301
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base/main.svg
302302
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base?branch=main

0 commit comments

Comments
 (0)