Skip to content

Commit 1706178

Browse files
committed
Auto-generated commit
1 parent 65958f1 commit 1706178

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 (2025-03-17)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3938b26`](https://github.com/stdlib-js/stdlib/commit/3938b265e603116448c89fcaa58df70e79d40f59) - **refactor:** update paths _(by Gururaj Gurram)_
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+
- Gururaj Gurram
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var bernoulli = require( '@stdlib/random-base-bernoulli' ).factory;
2626
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2727
var pow = require( '@stdlib/math-base-special-pow' );
2828
var floor = require( '@stdlib/math-base-special-floor' );
29-
var identity = require( '@stdlib/math-base-special-identity' );
29+
var identity = require( '@stdlib/number-float64-base-identity' );
3030
var filled2dBy = require( '@stdlib/array-base-filled2d-by' );
3131
var zeros2d = require( '@stdlib/array-base-zeros2d' );
3232
var numel = require( '@stdlib/ndarray-base-numel' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@stdlib/math-base-assert-is-nan": "^0.2.2",
4646
"@stdlib/math-base-special-abs": "^0.2.2",
4747
"@stdlib/math-base-special-floor": "^0.2.3",
48-
"@stdlib/math-base-special-identity": "^0.2.2",
4948
"@stdlib/math-base-special-pow": "^0.3.0",
5049
"@stdlib/ndarray-base-numel": "^0.2.2",
50+
"@stdlib/number-float64-base-identity": "github:stdlib-js/number-float64-base-identity#main",
5151
"@stdlib/random-base-bernoulli": "^0.2.1",
5252
"@stdlib/random-base-discrete-uniform": "^0.2.1",
5353
"@stdlib/random-base-uniform": "^0.2.1",

0 commit comments

Comments
 (0)