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 Aug 1, 2024
1 parent ad7a01b commit 64ceb7c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 74 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T06:06:37.148Z
81 changes: 13 additions & 68 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,17 @@

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

## 0.2.0 (2024-07-29)

<section class="features">
<section class="release" id="unreleased">

### Features

- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473)

</section>

<!-- /.features -->
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
- [`fd396b3`](https://github.com/stdlib-js/stdlib/commit/fd396b360cbca9c4c000d3f33eed5dfc18de6d6b) - **feat:** add boolean dtype support to `array/base/count-same-value` [(#2473)](https://github.com/stdlib-js/stdlib/pull/2473) _(by Jaysukh Makvana, Athan Reines)_
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
- [`e3eff9b`](https://github.com/stdlib-js/stdlib/commit/e3eff9b1c12541182496f56e816fc7c55911a00e) - **docs:** add same value example _(by Athan Reines)_
- [`e925974`](https://github.com/stdlib-js/stdlib/commit/e925974ed3e52377717bc040df8dade910cf75d8) - **docs:** add notes concerning algorithm _(by Athan Reines)_
- [`9d7da34`](https://github.com/stdlib-js/stdlib/commit/9d7da343b78966f102f433340f56d135cde00298) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
- [`215a6ec`](https://github.com/stdlib-js/stdlib/commit/215a6ec65bec3039e0ba0cd78e5a55be4b5f35c2) - **docs:** clean-up examples and descriptions _(by Athan Reines)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

Expand All @@ -41,10 +24,9 @@

### Contributors

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

- Athan Reines
- Jaysukh Makvana

</section>

Expand All @@ -54,68 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont

<!-- /.release -->

<section class="release" id="v0.1.1">
<section class="release" id="v0.2.0">

## 0.1.1 (2024-02-25)
## 0.2.0 (2024-07-29)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.1.0">

## 0.1.0 (2024-02-24)

<section class="features">

### Features

- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339)

</section>

<!-- /.features -->

<section class="issues">

### Closed Issues

This release closes the following issue:

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

</section>

<!-- /.issues -->

<section class="commits">

### Commits

<details>
<section class="release" id="v0.1.1">

- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - **feat:** add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339) _(by Karthik Prakash, Athan Reines)_
## 0.1.1 (2024-02-25)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:
<!-- /.release -->

- Athan Reines
- Karthik Prakash
<section class="release" id="v0.1.0">

</section>
## 0.1.0 (2024-02-24)

<!-- /.contributors -->
No changes reported for this release.

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-same-value.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-base-count-same-value

[test-image]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-same-value/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-same-value?branch=main
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
"@stdlib/array-base-assert-is-booleanarray": "^0.0.2",
"@stdlib/array-base-assert-is-complex-typed-array": "^0.1.2",
"@stdlib/array-base-resolve-getter": "^0.2.1",
"@stdlib/array-base-resolve-getter": "^0.2.2",
"@stdlib/assert-is-boolean": "^0.2.2",
"@stdlib/assert-is-complex-like": "^0.2.2",
"@stdlib/assert-is-same-value": "^0.2.2",
Expand All @@ -52,9 +52,9 @@
},
"devDependencies": {
"@stdlib/array-base-ones": "^0.2.2",
"@stdlib/array-base-to-accessor-array": "^0.2.1",
"@stdlib/array-bool": "^0.0.1",
"@stdlib/array-complex128": "^0.2.1",
"@stdlib/array-base-to-accessor-array": "^0.2.2",
"@stdlib/array-bool": "^0.1.0",
"@stdlib/array-complex128": "^0.3.0",
"@stdlib/array-float32": "^0.2.2",
"@stdlib/array-int32": "^0.2.2",
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
Expand Down

0 comments on commit 64ceb7c

Please sign in to comment.