Skip to content

Commit 5820e21

Browse files
committed
Auto-generated commit
1 parent 884856b commit 5820e21

File tree

160 files changed

+21095
-164
lines changed

Some content is hidden

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

160 files changed

+21095
-164
lines changed

CHANGELOG.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
### Features
1212

13+
- [`4e85371`](https://github.com/stdlib-js/stdlib/commit/4e853712ccdbcce3faf40291446fee3f9cfb3d7f) - add `ndarray/count-if`
14+
- [`4049106`](https://github.com/stdlib-js/stdlib/commit/40491061117827e6d9ce80b60c73fd3cc0859bb6) - add `countFalsy` to namespace
15+
- [`ef3824d`](https://github.com/stdlib-js/stdlib/commit/ef3824dbdf18a2c7b3b5b27fa1fa395f7bf5928c) - add `ndarray/count-falsy`
16+
- [`dd4efd1`](https://github.com/stdlib-js/stdlib/commit/dd4efd1b69de5ef91139000a1dfd70f35a75ed74) - add `countTruthy` to namespace
17+
- [`328b07e`](https://github.com/stdlib-js/stdlib/commit/328b07ed9a9ceb43694b093e9befd2e76bae6cfd) - add `ndarray/count-truthy`
18+
- [`ee2b159`](https://github.com/stdlib-js/stdlib/commit/ee2b159ed8a4f1396f8ca0b66f39d6d69326ac9a) - add `countIf` to namespace
19+
- [`e1f67f1`](https://github.com/stdlib-js/stdlib/commit/e1f67f1a48d2b596ea19b2dd8433d67a122cc0fc) - add `ndarray/base/count-if`
1320
- [`fe062d3`](https://github.com/stdlib-js/stdlib/commit/fe062d37148ed8c6f474fafb36904f01b5903156) - add `countFalsy` to namespace
1421
- [`6df26cb`](https://github.com/stdlib-js/stdlib/commit/6df26cb20720cc4d566f5667debe8c60cf706f8f) - add `ndarray/base/count-falsy`
1522
- [`737ae65`](https://github.com/stdlib-js/stdlib/commit/737ae657cece40efaf246fdc2a33e84bfa314fe3) - add `unaryReduceSubarrayBy` to namespace
@@ -402,9 +409,9 @@
402409

403410
### Closed Issues
404411

405-
A total of 16 issues were closed in this release:
412+
A total of 17 issues were closed in this release:
406413

407-
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5788](https://github.com/stdlib-js/stdlib/issues/5788), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473), [#6521](https://github.com/stdlib-js/stdlib/issues/6521), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6663](https://github.com/stdlib-js/stdlib/issues/6663), [#6776](https://github.com/stdlib-js/stdlib/issues/6776), [#6933](https://github.com/stdlib-js/stdlib/issues/6933), [#7114](https://github.com/stdlib-js/stdlib/issues/7114)
414+
[#5526](https://github.com/stdlib-js/stdlib/issues/5526), [#5788](https://github.com/stdlib-js/stdlib/issues/5788), [#5960](https://github.com/stdlib-js/stdlib/issues/5960), [#6053](https://github.com/stdlib-js/stdlib/issues/6053), [#6236](https://github.com/stdlib-js/stdlib/issues/6236), [#6456](https://github.com/stdlib-js/stdlib/issues/6456), [#6457](https://github.com/stdlib-js/stdlib/issues/6457), [#6473](https://github.com/stdlib-js/stdlib/issues/6473), [#6521](https://github.com/stdlib-js/stdlib/issues/6521), [#6574](https://github.com/stdlib-js/stdlib/issues/6574), [#6589](https://github.com/stdlib-js/stdlib/issues/6589), [#6604](https://github.com/stdlib-js/stdlib/issues/6604), [#6663](https://github.com/stdlib-js/stdlib/issues/6663), [#6776](https://github.com/stdlib-js/stdlib/issues/6776), [#6933](https://github.com/stdlib-js/stdlib/issues/6933), [#7114](https://github.com/stdlib-js/stdlib/issues/7114), [#7135](https://github.com/stdlib-js/stdlib/issues/7135)
408415

409416
</section>
410417

@@ -416,6 +423,25 @@ A total of 16 issues were closed in this release:
416423

417424
<details>
418425

426+
- [`be08665`](https://github.com/stdlib-js/stdlib/commit/be08665312b7e55f04365176a4f6ea75aad8c70d) - **style:** enable lint rule _(by Athan Reines)_
427+
- [`d9244bc`](https://github.com/stdlib-js/stdlib/commit/d9244bc1788da997f3c7029291dc19ba1116f0cc) - **docs:** update examples _(by Athan Reines)_
428+
- [`f425761`](https://github.com/stdlib-js/stdlib/commit/f425761ec069b02489419f9982cc3f6f83799c53) - **docs:** update comment _(by Athan Reines)_
429+
- [`07508fb`](https://github.com/stdlib-js/stdlib/commit/07508fb8b65cdc3b48410eb7e49381e8664eaf7d) - **docs:** update comment _(by Athan Reines)_
430+
- [`590e26e`](https://github.com/stdlib-js/stdlib/commit/590e26e8ac570a5053220ac3dcc44c22b85c3d1b) - **docs:** update examples _(by Athan Reines)_
431+
- [`fcd6519`](https://github.com/stdlib-js/stdlib/commit/fcd6519615725f27183826568c4364b9ef47d073) - **docs:** update examples _(by Athan Reines)_
432+
- [`c2369c2`](https://github.com/stdlib-js/stdlib/commit/c2369c2800eb0d8a3aaf6dd05ce6d31dc154398e) - **docs:** update examples _(by Athan Reines)_
433+
- [`a1a33a8`](https://github.com/stdlib-js/stdlib/commit/a1a33a86b1276e0dab105dfea158f7bc1e36c756) - **docs:** update examples _(by Athan Reines)_
434+
- [`b2f3ce6`](https://github.com/stdlib-js/stdlib/commit/b2f3ce632558927b4a7b7c1931dd7e838462e8d6) - **docs:** update examples _(by Athan Reines)_
435+
- [`4e85371`](https://github.com/stdlib-js/stdlib/commit/4e853712ccdbcce3faf40291446fee3f9cfb3d7f) - **feat:** add `ndarray/count-if` _(by Athan Reines)_
436+
- [`02934dd`](https://github.com/stdlib-js/stdlib/commit/02934ddb2c30d40c07f4a8de4c7ef8e83b8c6757) - **docs:** update comment _(by Athan Reines)_
437+
- [`b98ce6e`](https://github.com/stdlib-js/stdlib/commit/b98ce6ed7551ce3232474ea17a31693528a56bca) - **docs:** fix note _(by Athan Reines)_
438+
- [`4049106`](https://github.com/stdlib-js/stdlib/commit/40491061117827e6d9ce80b60c73fd3cc0859bb6) - **feat:** add `countFalsy` to namespace _(by Athan Reines)_
439+
- [`ef3824d`](https://github.com/stdlib-js/stdlib/commit/ef3824dbdf18a2c7b3b5b27fa1fa395f7bf5928c) - **feat:** add `ndarray/count-falsy` _(by Athan Reines)_
440+
- [`dd4efd1`](https://github.com/stdlib-js/stdlib/commit/dd4efd1b69de5ef91139000a1dfd70f35a75ed74) - **feat:** add `countTruthy` to namespace _(by Athan Reines)_
441+
- [`328b07e`](https://github.com/stdlib-js/stdlib/commit/328b07ed9a9ceb43694b093e9befd2e76bae6cfd) - **feat:** add `ndarray/count-truthy` _(by Athan Reines)_
442+
- [`ee2b159`](https://github.com/stdlib-js/stdlib/commit/ee2b159ed8a4f1396f8ca0b66f39d6d69326ac9a) - **feat:** add `countIf` to namespace _(by Athan Reines)_
443+
- [`e1f67f1`](https://github.com/stdlib-js/stdlib/commit/e1f67f1a48d2b596ea19b2dd8433d67a122cc0fc) - **feat:** add `ndarray/base/count-if` _(by Athan Reines)_
444+
- [`a5f516c`](https://github.com/stdlib-js/stdlib/commit/a5f516c96d479568dca5099e24fe709977d3ec5b) - **chore:** fix EditorConfig lint errors [(#7137)](https://github.com/stdlib-js/stdlib/pull/7137) _(by Karan Vasudevamurthy)_
419445
- [`7615f51`](https://github.com/stdlib-js/stdlib/commit/7615f51e363ddd06950c778d49abc2c60308fa61) - **docs:** update namespace table of contents [(#7139)](https://github.com/stdlib-js/stdlib/pull/7139) _(by stdlib-bot)_
420446
- [`385ab25`](https://github.com/stdlib-js/stdlib/commit/385ab256cd1a74c103ed333727946183f9bf723c) - **chore:** fix EditorConfig lint errors [(#7118)](https://github.com/stdlib-js/stdlib/pull/7118) _(by Tushar Bhardwaj, Athan Reines, stdlib-bot)_
421447
- [`fe062d3`](https://github.com/stdlib-js/stdlib/commit/fe062d37148ed8c6f474fafb36904f01b5903156) - **feat:** add `countFalsy` to namespace _(by Athan Reines)_
@@ -1136,12 +1162,13 @@ A total of 16 issues were closed in this release:
11361162

11371163
### Contributors
11381164

1139-
A total of 16 people contributed to this release. Thank you to the following contributors:
1165+
A total of 17 people contributed to this release. Thank you to the following contributors:
11401166

11411167
- Athan Reines
11421168
- Bhavishy Agrawal
11431169
- Dipjyoti Das
11441170
- Gururaj Gurram
1171+
- Karan Vasudevamurthy
11451172
- Kaushikgtm
11461173
- MANI
11471174
- Muhammad Haris

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
172172
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
173173
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
174174
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
175+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
175176
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
177+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
176178
Utkarsh <http://utkarsh11105@gmail.com>
177179
Utkarsh Raj <rajutkarsh2505@gmail.com>
178180
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>

base/count-falsy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var x = {
6767
'order': 'row-major'
6868
};
6969

70-
// Test elements:
70+
// Perform operation:
7171
var out = countFalsy( [ x ] );
7272
// returns 1
7373
```
@@ -2197,7 +2197,7 @@ int main( void ) {
21972197
// Define an array containing the ndarrays:
21982198
struct ndarray *arrays[] = { x, y };
21992199

2200-
// Test elements:
2200+
// Perform operation:
22012201
int8_t status = stdlib_ndarray_count_falsy_b_i( arrays );
22022202
if ( status != 0 ) {
22032203
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/b_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int main( void ) {
9292
// Define an array containing the ndarrays:
9393
struct ndarray *arrays[] = { x, y };
9494

95-
// Test elements:
95+
// Perform operation:
9696
int8_t status = stdlib_ndarray_count_falsy_b_i( arrays, NULL );
9797
if ( status != 0 ) {
9898
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/c_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ int main( void ) {
105105
// Define an array containing the ndarrays:
106106
struct ndarray *arrays[] = { x, y };
107107

108-
// Test elements:
108+
// Perform operation:
109109
int8_t status = stdlib_ndarray_count_falsy_c_i( arrays, NULL );
110110
if ( status != 0 ) {
111111
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/d_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int main( void ) {
9595
// Define an array containing the ndarrays:
9696
struct ndarray *arrays[] = { x, y };
9797

98-
// Test elements:
98+
// Perform operation:
9999
int8_t status = stdlib_ndarray_count_falsy_d_i( arrays, NULL );
100100
if ( status != 0 ) {
101101
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/f_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int main( void ) {
9595
// Define an array containing the ndarrays:
9696
struct ndarray *arrays[] = { x, y };
9797

98-
// Test elements:
98+
// Perform operation:
9999
int8_t status = stdlib_ndarray_count_falsy_f_i( arrays, NULL );
100100
if ( status != 0 ) {
101101
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/i_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int main( void ) {
9595
// Define an array containing the ndarrays:
9696
struct ndarray *arrays[] = { x, y };
9797

98-
// Test elements:
98+
// Perform operation:
9999
int8_t status = stdlib_ndarray_count_falsy_i_i( arrays, NULL );
100100
if ( status != 0 ) {
101101
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/s_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int main( void ) {
9595
// Define an array containing the ndarrays:
9696
struct ndarray *arrays[] = { x, y };
9797

98-
// Test elements:
98+
// Perform operation:
9999
int8_t status = stdlib_ndarray_count_falsy_s_i( arrays, NULL );
100100
if ( status != 0 ) {
101101
fprintf( stderr, "Error during computation.\n" );

base/count-falsy/examples/c/u_i/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int main( void ) {
9595
// Define an array containing the ndarrays:
9696
struct ndarray *arrays[] = { x, y };
9797

98-
// Test elements:
98+
// Perform operation:
9999
int8_t status = stdlib_ndarray_count_falsy_u_i( arrays, NULL );
100100
if ( status != 0 ) {
101101
fprintf( stderr, "Error during computation.\n" );

0 commit comments

Comments
 (0)