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 17, 2024
1 parent cd37d3e commit 8ea7e00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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-15)
## Unreleased (2024-09-17)

<section class="packages">

Expand Down Expand Up @@ -162,9 +162,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 All @@ -176,6 +177,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<details>

- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
- [`1b3cf97`](https://github.com/stdlib-js/stdlib/commit/1b3cf97bd73b4f48b413f68fe5f4377489cd44c8) - **feat:** add `strided2object` to namespace _(by Athan Reines)_
- [`6f6df5d`](https://github.com/stdlib-js/stdlib/commit/6f6df5d539a8035cb3af7b1ceec0ead1ee943bee) - **feat:** add `strided/base/strided2object` _(by Athan Reines)_
- [`6485a76`](https://github.com/stdlib-js/stdlib/commit/6485a7699b2176a95159769a6e461a09185f7721) - **docs:** update examples _(by Athan Reines)_
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
Adarsh Palaskar <adarshpalaskar99@gmail.com>
Aditya Sapra <adityaework@gmail.com>
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
Expand Down Expand Up @@ -39,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie <joris.labie1@gmail.com>
Justin Dennison <justin1dennison@gmail.com>
Kaif Mohd <mdkaifprofession@gmail.com>
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
Khaldon <kahmd1444@gmail.com>
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion base/dtype-resolve-enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var resolve = require( '@stdlib/strided/base/dtype-resolve-enum' );

#### resolve( dtype )

Return the enumeration constant associated with a strided array data type value.
Returns the enumeration constant associated with a strided array data type value.

```javascript
var str2enum = require( '@stdlib/strided/base/dtype-str2enum' );
Expand Down
2 changes: 1 addition & 1 deletion base/dtype-str2enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var str2enum = require( '@stdlib/strided/base/dtype-str2enum' );

#### str2enum( dtype )

Return the enumeration constant associated with a strided array data type `string`.
Returns the enumeration constant associated with a strided array data type `string`.

```javascript
var v = str2enum( 'float64' );
Expand Down

0 comments on commit 8ea7e00

Please sign in to comment.