Skip to content

Commit 437e1b2

Browse files
committed
Auto-generated commit
1 parent a38592f commit 437e1b2

File tree

228 files changed

+79084
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+79084
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Features
1212

13+
- [`fe062d3`](https://github.com/stdlib-js/stdlib/commit/fe062d37148ed8c6f474fafb36904f01b5903156) - add `countFalsy` to namespace
14+
- [`6df26cb`](https://github.com/stdlib-js/stdlib/commit/6df26cb20720cc4d566f5667debe8c60cf706f8f) - add `ndarray/base/count-falsy`
1315
- [`737ae65`](https://github.com/stdlib-js/stdlib/commit/737ae657cece40efaf246fdc2a33e84bfa314fe3) - add `unaryReduceSubarrayBy` to namespace
1416
- [`6c567f0`](https://github.com/stdlib-js/stdlib/commit/6c567f0b8ae1c0987f30b08dc032dd0af800793d) - add `countTruthy` to namespace
1517
- [`63796c4`](https://github.com/stdlib-js/stdlib/commit/63796c4bc3bc0d3cef746b97ea92e286abbc78c7) - add `ndarray/base/count-truthy`
@@ -414,7 +416,12 @@ A total of 15 issues were closed in this release:
414416

415417
<details>
416418

419+
- [`fe062d3`](https://github.com/stdlib-js/stdlib/commit/fe062d37148ed8c6f474fafb36904f01b5903156) - **feat:** add `countFalsy` to namespace _(by Athan Reines)_
420+
- [`6df26cb`](https://github.com/stdlib-js/stdlib/commit/6df26cb20720cc4d566f5667debe8c60cf706f8f) - **feat:** add `ndarray/base/count-falsy` _(by Athan Reines)_
417421
- [`d7ff4d9`](https://github.com/stdlib-js/stdlib/commit/d7ff4d95ef2cc594f26213c09c8930620f3ca8f0) - **docs:** update namespace table of contents [(#7116)](https://github.com/stdlib-js/stdlib/pull/7116) _(by stdlib-bot)_
422+
- [`4bbd8c3`](https://github.com/stdlib-js/stdlib/commit/4bbd8c3b489a7a170d00f1330051b526407f9194) - **docs:** update example _(by Athan Reines)_
423+
- [`cad5279`](https://github.com/stdlib-js/stdlib/commit/cad5279c2af21abc508e712ae31eb57a32a0e8bb) - **docs:** fix example _(by Athan Reines)_
424+
- [`e84dc6e`](https://github.com/stdlib-js/stdlib/commit/e84dc6e0b895e5b9247ffd8606e635d1f6867a20) - **style:** fix alignment _(by Athan Reines)_
418425
- [`737ae65`](https://github.com/stdlib-js/stdlib/commit/737ae657cece40efaf246fdc2a33e84bfa314fe3) - **feat:** add `unaryReduceSubarrayBy` to namespace _(by Athan Reines)_
419426
- [`6c567f0`](https://github.com/stdlib-js/stdlib/commit/6c567f0b8ae1c0987f30b08dc032dd0af800793d) - **feat:** add `countTruthy` to namespace _(by Athan Reines)_
420427
- [`63796c4`](https://github.com/stdlib-js/stdlib/commit/63796c4bc3bc0d3cef746b97ea92e286abbc78c7) - **feat:** add `ndarray/base/count-truthy` _(by Athan Reines)_

0 commit comments

Comments
 (0)