File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2024-06-21 )
7+ ## Unreleased (2024-07-17 )
88
99<section class =" features " >
1010
2222
2323<details >
2424
25+ - [ ` 8d4c46b ` ] ( https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f ) - ** refactor:** update paths _ (by Athan Reines)_
26+ - [ ` 18b3c79 ` ] ( https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96 ) - ** refactor:** update paths _ (by Athan Reines)_
2527- [ ` 201ce11 ` ] ( https://github.com/stdlib-js/stdlib/commit/201ce11a0985502cfc82891fda3fe3b2d656afef ) - ** feat:** add ` array/mskput ` _ (by Athan Reines)_
2628
2729</details >
Original file line number Diff line number Diff line change 6565 "@stdlib/assert-is-array" : " ^0.2.1" ,
6666 "@stdlib/assert-is-complex64" : " ^0.2.1" ,
6767 "@stdlib/complex-float32" : " ^0.2.1" ,
68- "@stdlib/complex-imagf " : " ^0.2.1 " ,
69- "@stdlib/complex-realf " : " ^0.2.1 " ,
68+ "@stdlib/complex-float32-imag " : " github:stdlib-js/complex-float32-imag#main " ,
69+ "@stdlib/complex-float32-real " : " github:stdlib-js/complex-float32-real#main " ,
7070 "@stdlib/math-base-special-pow" : " ^0.2.1" ,
7171 "@stdlib/random-array-discrete-uniform" : " ^0.2.1" ,
7272 "@stdlib/random-base-bernoulli" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ var zeros = require( '@stdlib/array-zeros' );
2828var toAccessorArray = require ( '@stdlib/array-base-to-accessor-array' ) ;
2929var isAccessorArray = require ( '@stdlib/assert-is-accessor-array' ) ;
3030var Complex64 = require ( '@stdlib/complex-float32' ) ;
31- var realf = require ( '@stdlib/complex-realf ' ) ;
32- var imagf = require ( '@stdlib/complex-imagf ' ) ;
31+ var realf = require ( '@stdlib/complex-float32-real ' ) ;
32+ var imagf = require ( '@stdlib/complex-float32-imag ' ) ;
3333var isComplex64 = require ( '@stdlib/assert-is-complex64' ) ;
3434var mskput = require ( './../lib' ) ;
3535
You can’t perform that action at this time.
0 commit comments