Skip to content

Commit 56bb4ac

Browse files
committed
Auto-generated commit
1 parent 9e75c32 commit 56bb4ac

3 files changed

Lines changed: 47 additions & 14 deletions

File tree

CHANGELOG.md

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

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-02-16)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`f38e8a7`](https://github.com/stdlib-js/stdlib/commit/f38e8a7b433e0e9888eb57c83f4374073089ad85) - **docs:** clean-up parameters in Julia fixtures scripts _(by Philipp Burckhardt)_
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+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.3.1">
640

741
## 0.3.1 (2026-02-01)

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/math-base-napi-binary": "^0.3.2",
44-
"@stdlib/utils-library-manifest": "^0.2.3"
43+
"@stdlib/math-base-napi-binary": "^0.3.3",
44+
"@stdlib/utils-library-manifest": "^0.2.4"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-float64": "^0.2.2",
48-
"@stdlib/console-log-each-map": "^0.1.0",
49-
"@stdlib/constants-float64-eps": "^0.2.2",
50-
"@stdlib/constants-float64-ninf": "^0.2.2",
51-
"@stdlib/constants-float64-pinf": "^0.2.2",
52-
"@stdlib/math-base-assert-is-nan": "^0.2.2",
53-
"@stdlib/math-base-special-abs": "^0.2.2",
54-
"@stdlib/random-array-uniform": "^0.2.1",
55-
"@stdlib/random-base-uniform": "^0.2.2",
56-
"@stdlib/utils-try-require": "^0.2.2",
47+
"@stdlib/array-float64": "^0.2.3",
48+
"@stdlib/console-log-each-map": "^0.1.1",
49+
"@stdlib/constants-float64-eps": "^0.2.3",
50+
"@stdlib/constants-float64-ninf": "^0.2.3",
51+
"@stdlib/constants-float64-pinf": "^0.2.3",
52+
"@stdlib/math-base-assert-is-nan": "^0.2.3",
53+
"@stdlib/math-base-special-abs": "^0.2.3",
54+
"@stdlib/random-array-uniform": "^0.2.2",
55+
"@stdlib/random-base-uniform": "^0.2.3",
56+
"@stdlib/utils-try-require": "^0.2.3",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",
5959
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
60-
"@stdlib/bench-harness": "^0.2.2"
60+
"@stdlib/bench-harness": "^0.2.3"
6161
},
6262
"engines": {
6363
"node": ">=0.10.0",

test/fixtures/julia/runner.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Generate fixture data and write to file.
2626
2727
# Arguments
2828
29-
* `x`: input value
3029
* `alpha`: shape parameter
3130
* `beta`: rate parameter
3231
* `name::AbstractString`: output filename

0 commit comments

Comments
 (0)