Skip to content

Commit 9a413e8

Browse files
committed
Auto-generated commit
1 parent 8ff4d59 commit 9a413e8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`3938b26`](https://github.com/stdlib-js/stdlib/commit/3938b265e603116448c89fcaa58df70e79d40f59) - **refactor:** update paths _(by Gururaj Gurram)_
1516
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1617

1718
</details>
@@ -24,8 +25,9 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

30+
- Gururaj Gurram
2931
- Philipp Burckhardt
3032

3133
</section>

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var uniform = require( '@stdlib/random-base-uniform' ).factory;
2525
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2626
var pow = require( '@stdlib/math-base-special-pow' );
2727
var floor = require( '@stdlib/math-base-special-floor' );
28-
var identity = require( '@stdlib/math-base-special-identity' );
28+
var identity = require( '@stdlib/number-float64-base-identity' );
2929
var filled2dBy = require( '@stdlib/array-base-filled2d-by' );
3030
var zeros2d = require( '@stdlib/array-base-zeros2d' );
3131
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)