Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 24, 2024
1 parent cbe4ddf commit 9b7fcc1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-21)
## Unreleased (2024-09-24)

<section class="bug-fixes">

Expand All @@ -22,6 +22,7 @@

<details>

- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_
- [`2faaf21`](https://github.com/stdlib-js/stdlib/commit/2faaf217eab865f9e40abbb0bf21b374595853e9) - **docs:** fix example _(by Athan Reines)_
- [`8d3352e`](https://github.com/stdlib-js/stdlib/commit/8d3352e666353624f97e95ee0805b7d641fc775a) - **fix:** add missing property _(by Athan Reines)_

Expand All @@ -35,9 +36,10 @@

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt

</section>

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Xiaochuan Ye <tap91624@gmail.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
naveen <stupiddint@gmail.com>
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
rei2hu <reimu@reimu.ws>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.index_of.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

var bench = require( '@stdlib/bench-harness' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive;
var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive;
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.index_of.length.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var bench = require( '@stdlib/bench-harness' );
var pow = require( '@stdlib/math-base-special-pow' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive;
var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive;
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.last_index_of.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

var bench = require( '@stdlib/bench-harness' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive;
var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive;
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.last_index_of.length.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var bench = require( '@stdlib/bench-harness' );
var pow = require( '@stdlib/math-base-special-pow' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive;
var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive;
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.reduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

var bench = require( '@stdlib/bench-harness' );
var cadd = require( '@stdlib/complex-float64-base-add' );
var isComplexLike = require('@stdlib/assert-is-complex-like' );
var isComplexLike = require( '@stdlib/assert-is-complex-like' );
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.reduce.length.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var bench = require( '@stdlib/bench-harness' );
var pow = require( '@stdlib/math-base-special-pow' );
var cadd = require( '@stdlib/complex-float64-base-add' );
var isComplexLike = require('@stdlib/assert-is-complex-like' );
var isComplexLike = require( '@stdlib/assert-is-complex-like' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.reduce_right.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

var bench = require( '@stdlib/bench-harness' );
var cadd = require( '@stdlib/complex-float64-base-add' );
var isComplexLike = require('@stdlib/assert-is-complex-like' );
var isComplexLike = require( '@stdlib/assert-is-complex-like' );
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.reduce_right.length.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var bench = require( '@stdlib/bench-harness' );
var pow = require( '@stdlib/math-base-special-pow' );
var cadd = require( '@stdlib/complex-float64-base-add' );
var isComplexLike = require('@stdlib/assert-is-complex-like' );
var isComplexLike = require( '@stdlib/assert-is-complex-like' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );
Expand Down
2 changes: 1 addition & 1 deletion benchmark/benchmark.with.length.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var bench = require( '@stdlib/bench-harness' );
var pow = require( '@stdlib/math-base-special-pow' );
var Complex128 = require( '@stdlib/complex-float64-ctor' );
var isComplex128Array = require('@stdlib/assert-is-complex128array' );
var isComplex128Array = require( '@stdlib/assert-is-complex128array' );
var pkg = require( './../package.json' ).name;
var Complex128Array = require( './../lib' );

Expand Down

0 comments on commit 9b7fcc1

Please sign in to comment.