File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<section class =" release " id =" unreleased " >
6
6
7
- ## Unreleased (2024-07-07 )
7
+ ## Unreleased (2024-07-17 )
8
8
9
9
<section class =" commits " >
10
10
11
11
### Commits
12
12
13
13
<details >
14
14
15
+ - [ ` 8d4c46b ` ] ( https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f ) - ** refactor:** update paths _ (by Athan Reines)_
16
+ - [ ` 18b3c79 ` ] ( https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96 ) - ** refactor:** update paths _ (by Athan Reines)_
15
17
- [ ` a78f7d1 ` ] ( https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910 ) - ** style:** add missing spaces _ (by Philipp Burckhardt)_
16
18
17
19
</details >
24
26
25
27
### Contributors
26
28
27
- A total of 1 person contributed to this release. Thank you to this contributor :
29
+ A total of 2 people contributed to this release. Thank you to the following contributors :
28
30
31
+ - Athan Reines
29
32
- Philipp Burckhardt
30
33
31
34
</section >
Original file line number Diff line number Diff line change 60
60
"@stdlib/assert-is-method" : " ^0.2.1" ,
61
61
"@stdlib/assert-is-same-complex128array" : " ^0.2.1" ,
62
62
"@stdlib/assert-is-same-complex64array" : " ^0.2.1" ,
63
- "@stdlib/complex-imagf " : " ^0.2.1 " ,
64
- "@stdlib/complex-realf " : " ^0.2.1 " ,
63
+ "@stdlib/complex-float32-imag " : " github:stdlib-js/complex-float32-imag#main " ,
64
+ "@stdlib/complex-float32-real " : " github:stdlib-js/complex-float32-real#main " ,
65
65
"@stdlib/math-base-special-pow" : " ^0.2.1" ,
66
66
"@stdlib/random-array-discrete-uniform" : " ^0.2.1" ,
67
67
"@stdlib/random-base-discrete-uniform" : " ^0.2.1" ,
Original file line number Diff line number Diff line change 23
23
var tape = require ( 'tape' ) ;
24
24
var Complex64Array = require ( '@stdlib/array-complex64' ) ;
25
25
var toAccessorArray = require ( '@stdlib/array-base-to-accessor-array' ) ;
26
- var realf = require ( '@stdlib/complex-realf ' ) ;
27
- var imagf = require ( '@stdlib/complex-imagf ' ) ;
26
+ var realf = require ( '@stdlib/complex-float32-real ' ) ;
27
+ var imagf = require ( '@stdlib/complex-float32-imag ' ) ;
28
28
var isComplex64 = require ( '@stdlib/assert-is-complex64' ) ;
29
29
var takeMap = require ( './../lib' ) ;
30
30
You can’t perform that action at this time.
0 commit comments