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 1, 2024
1 parent 1389a34 commit 42f476a
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T06:04:20.853Z
2024-09-01T06:32:09.708Z
182 changes: 168 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

> Package changelog.
<section class="release" id="unreleased">
<section class="release" id="v0.3.0">

## 0.3.0 (2024-07-29)

<section class="features">

### Features

## Unreleased (2024-08-01)
- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459)

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - **feat:** add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459) _(by Jaysukh Makvana, Athan Reines)_

</details>

Expand All @@ -24,9 +34,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
- Jaysukh Makvana

</section>

Expand All @@ -36,21 +47,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<!-- /.release -->

<section class="release" id="v0.3.0">
<section class="release" id="v0.2.1">

## 0.3.0 (2024-07-29)
## 0.2.1 (2024-02-25)

No changes reported for this release.
<section class="features">

### Features

- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)

</section>

<!-- /.release -->
<!-- /.features -->

<section class="release" id="v0.2.1">
<section class="commits">

## 0.2.1 (2024-02-25)
### Commits

<details>

- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

No changes reported for this release.
- Athan Reines
- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

Expand All @@ -60,7 +96,32 @@ No changes reported for this release.

## 0.2.0 (2024-02-14)

No changes reported for this release.
<section class="commits">

### Commits

<details>

- [`08c7ef3`](https://github.com/stdlib-js/stdlib/commit/08c7ef333d7eabd7c3f48db578f6eac3c839789f) - **refactor:** query default dtype _(by Athan Reines)_
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

Expand All @@ -70,7 +131,53 @@ No changes reported for this release.

## 0.1.0 (2023-09-24)

No changes reported for this release.
<section class="features">

### Features

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version

</section>

<!-- /.features -->

<section class="breaking-changes">

### BREAKING CHANGES

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1

- To migrate, users should upgrade their TypeScript version to at least version 4.1.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

Expand All @@ -80,7 +187,54 @@ No changes reported for this release.

## 0.0.1 (2023-07-31)

No changes reported for this release.
<section class="features">

### Features

- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983)

</section>

<!-- /.features -->

<section class="issues">

### Closed Issues

This release closes the following issue:

[#982](https://github.com/stdlib-js/stdlib/issues/982)

</section>

<!-- /.issues -->

<section class="commits">

### Commits

<details>

- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - **feat:** add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983) _(by Stephannie Jiménez Gacha, Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Athan Reines
- Stephannie Jiménez Gacha

</section>

<!-- /.contributors -->

</section>

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
Matt Cochrane <matthew.cochrane.eng@gmail.com>
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
Milan Raj <rajsite@users.noreply.github.com>
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
Momtchil Momtchev <momtchil@momtchev.com>
Muhammad Haris <harriskhan047@outlook.com>
Naresh Jagadeesan <naresh.naresh000@gmail.com>
Expand All @@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Ryan Seal <splrk@users.noreply.github.com>
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
Shivam <11shivam00@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@stdlib/buffer-alloc-unsafe": "^0.2.2",
"@stdlib/ndarray-base-bytes-per-element": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/types": "^0.3.2",
"@stdlib/types": "^0.4.1",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 42f476a

Please sign in to comment.