File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var bernoulli = require( '@stdlib/random-base-bernoulli' ).factory;
2626var isnan = require ( '@stdlib/math-base-assert-is-nan' ) ;
2727var pow = require ( '@stdlib/math-base-special-pow' ) ;
2828var 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' ) ;
3030var filled2dBy = require ( '@stdlib/array-base-filled2d-by' ) ;
3131var zeros2d = require ( '@stdlib/array-base-zeros2d' ) ;
3232var numel = require ( '@stdlib/ndarray-base-numel' ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments