|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/array-base-count-same-value/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-06-29) |
| 8 | + |
| 9 | +<section class="features"> |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- [`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) |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="commits"> |
| 20 | + |
| 21 | +### Commits |
| 22 | + |
| 23 | +<details> |
| 24 | + |
| 25 | +- [`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)_ |
| 26 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 27 | +- [`e3eff9b`](https://github.com/stdlib-js/stdlib/commit/e3eff9b1c12541182496f56e816fc7c55911a00e) - **docs:** add same value example _(by Athan Reines)_ |
| 28 | +- [`e925974`](https://github.com/stdlib-js/stdlib/commit/e925974ed3e52377717bc040df8dade910cf75d8) - **docs:** add notes concerning algorithm _(by Athan Reines)_ |
| 29 | +- [`9d7da34`](https://github.com/stdlib-js/stdlib/commit/9d7da343b78966f102f433340f56d135cde00298) - **test:** add test case to ensure full test coverage _(by Athan Reines)_ |
| 30 | +- [`215a6ec`](https://github.com/stdlib-js/stdlib/commit/215a6ec65bec3039e0ba0cd78e5a55be4b5f35c2) - **docs:** clean-up examples and descriptions _(by Athan Reines)_ |
| 31 | + |
| 32 | +</details> |
| 33 | + |
| 34 | +</section> |
| 35 | + |
| 36 | +<!-- /.commits --> |
| 37 | + |
| 38 | +<section class="contributors"> |
| 39 | + |
| 40 | +### Contributors |
| 41 | + |
| 42 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 43 | + |
| 44 | +- Athan Reines |
| 45 | +- Jaysukh Makvana |
| 46 | + |
| 47 | +</section> |
| 48 | + |
| 49 | +<!-- /.contributors --> |
| 50 | + |
| 51 | +</section> |
| 52 | + |
| 53 | +<!-- /.release --> |
| 54 | + |
| 55 | +<section class="release" id="v0.1.1"> |
| 56 | + |
| 57 | +## 0.1.1 (2024-02-25) |
| 58 | + |
| 59 | +<section class="features"> |
| 60 | + |
| 61 | +### Features |
| 62 | + |
| 63 | +- [`634044b`](https://github.com/stdlib-js/stdlib/commit/634044b1b369b08b2748c3f6f457c2b1259ccfa3) - add `array/base/count-same-value` [(#1339)](https://github.com/stdlib-js/stdlib/pull/1339) |
| 64 | + |
| 65 | +</section> |
| 66 | + |
| 67 | +<!-- /.features --> |
| 68 | + |
| 69 | +<section class="issues"> |
| 70 | + |
| 71 | +### Closed Issues |
| 72 | + |
| 73 | +This release closes the following issue: |
| 74 | + |
| 75 | +[#1325](https://github.com/stdlib-js/stdlib/issues/1325) |
| 76 | + |
| 77 | +</section> |
| 78 | + |
| 79 | +<!-- /.issues --> |
| 80 | + |
| 81 | +<section class="commits"> |
| 82 | + |
| 83 | +### Commits |
| 84 | + |
| 85 | +<details> |
| 86 | + |
| 87 | +- [`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)_ |
| 88 | + |
| 89 | +</details> |
| 90 | + |
| 91 | +</section> |
| 92 | + |
| 93 | +<!-- /.commits --> |
| 94 | + |
| 95 | +<section class="contributors"> |
| 96 | + |
| 97 | +### Contributors |
| 98 | + |
| 99 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 100 | + |
| 101 | +- Athan Reines |
| 102 | +- Karthik Prakash |
| 103 | + |
| 104 | +</section> |
| 105 | + |
| 106 | +<!-- /.contributors --> |
| 107 | + |
| 108 | +</section> |
| 109 | + |
| 110 | +<!-- /.release --> |
| 111 | + |
0 commit comments