File tree 7 files changed +10
-7
lines changed
7 files changed +10
-7
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-09-21 )
7
+ ## Unreleased (2024-09-24 )
8
8
9
9
<section class =" bug-fixes " >
10
10
22
22
23
23
<details >
24
24
25
+ - [ ` 8f72b43 ` ] ( https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02 ) - ** style:** add missing spaces around parentheses _ (by Philipp Burckhardt)_
25
26
- [ ` 988ba2c ` ] ( https://github.com/stdlib-js/stdlib/commit/988ba2c59bc5112d3c4e468245a69ce4ebe92109 ) - ** docs:** fix example _ (by Athan Reines)_
26
27
- [ ` 91ad072 ` ] ( https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499 ) - ** fix:** add missing property _ (by Athan Reines)_
27
28
35
36
36
37
### Contributors
37
38
38
- A total of 1 person contributed to this release. Thank you to this contributor :
39
+ A total of 2 people contributed to this release. Thank you to the following contributors :
39
40
40
41
- Athan Reines
42
+ - Philipp Burckhardt
41
43
42
44
</section >
43
45
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ Xiaochuan Ye <tap91624@gmail.com>
99
99
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
100
100
naveen <stupiddint@gmail.com>
101
101
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
102
+ olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
102
103
orimiles5 <97595296+orimiles5@users.noreply.github.com>
103
104
rainn <88160429+AmCodesLame@users.noreply.github.com>
104
105
rei2hu <reimu@reimu.ws>
Original file line number Diff line number Diff line change 22
22
23
23
var bench = require ( '@stdlib/bench-harness' ) ;
24
24
var Complex64 = require ( '@stdlib/complex-float32-ctor' ) ;
25
- var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
25
+ var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
26
26
var pkg = require ( './../package.json' ) . name ;
27
27
var Complex64Array = require ( './../lib' ) ;
28
28
Original file line number Diff line number Diff line change 23
23
var bench = require ( '@stdlib/bench-harness' ) ;
24
24
var pow = require ( '@stdlib/math-base-special-pow' ) ;
25
25
var Complex64 = require ( '@stdlib/complex-float32-ctor' ) ;
26
- var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
26
+ var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
27
27
var pkg = require ( './../package.json' ) . name ;
28
28
var Complex64Array = require ( './../lib' ) ;
29
29
Original file line number Diff line number Diff line change 22
22
23
23
var bench = require ( '@stdlib/bench-harness' ) ;
24
24
var Complex64 = require ( '@stdlib/complex-float32-ctor' ) ;
25
- var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
25
+ var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
26
26
var pkg = require ( './../package.json' ) . name ;
27
27
var Complex64Array = require ( './../lib' ) ;
28
28
Original file line number Diff line number Diff line change 23
23
var bench = require ( '@stdlib/bench-harness' ) ;
24
24
var pow = require ( '@stdlib/math-base-special-pow' ) ;
25
25
var Complex64 = require ( '@stdlib/complex-float32-ctor' ) ;
26
- var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
26
+ var isInteger = require ( '@stdlib/assert-is-integer' ) . isPrimitive ;
27
27
var pkg = require ( './../package.json' ) . name ;
28
28
var Complex64Array = require ( './../lib' ) ;
29
29
Original file line number Diff line number Diff line change 23
23
var bench = require ( '@stdlib/bench-harness' ) ;
24
24
var pow = require ( '@stdlib/math-base-special-pow' ) ;
25
25
var Complex64 = require ( '@stdlib/complex-float32-ctor' ) ;
26
- var isComplex64Array = require ( '@stdlib/assert-is-complex64array' ) ;
26
+ var isComplex64Array = require ( '@stdlib/assert-is-complex64array' ) ;
27
27
var pkg = require ( './../package.json' ) . name ;
28
28
var Complex64Array = require ( './../lib' ) ;
29
29
You can’t perform that action at this time.
0 commit comments