Skip to content

Commit 44f6521

Browse files
committed
Auto-generated commit
1 parent 1fc30de commit 44f6521

File tree

7 files changed

+144
-12
lines changed

7 files changed

+144
-12
lines changed

.gitattributes

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,27 @@
4040
*.mov binary
4141

4242
# Override what is considered "vendored" by GitHub's linguist:
43-
/deps/** linguist-vendored=false
44-
/lib/node_modules/** linguist-vendored=false linguist-generated=false
45-
test/fixtures/** linguist-vendored=false
46-
tools/** linguist-vendored=false
43+
/lib/node_modules/** -linguist-vendored -linguist-generated
4744

48-
# Override what is considered "documentation" by GitHub's linguist:
49-
examples/** linguist-documentation=false
45+
# Configure directories which should *not* be included in GitHub language statistics:
46+
/deps/** linguist-vendored
47+
/dist/** linguist-generated
48+
/workshops/** linguist-vendored
49+
50+
benchmark/** linguist-vendored
51+
docs/* linguist-documentation
52+
etc/** linguist-vendored
53+
examples/** linguist-documentation
54+
scripts/** linguist-vendored
55+
test/** linguist-vendored
56+
tools/** linguist-vendored
57+
58+
# Configure files which should *not* be included in GitHub language statistics:
59+
Makefile linguist-vendored
60+
*.mk linguist-vendored
61+
*.jl linguist-vendored
62+
*.py linguist-vendored
63+
*.R linguist-vendored
64+
65+
# Configure files which should be included in GitHub language statistics:
66+
docs/types/*.d.ts -linguist-documentation

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

CHANGELOG.md

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,106 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-base-count-if/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-17)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
39+
<section class="release" id="v0.1.0">
40+
41+
## 0.1.0 (2024-04-13)
42+
43+
<section class="features">
44+
45+
### Features
46+
47+
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - add `array/base/count-if` [(##1372)](#1372)
48+
49+
</section>
50+
51+
<!-- /.features -->
52+
53+
<section class="bug-fixes">
54+
55+
### Bug Fixes
56+
57+
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - address handling of complex arrays, refactor tests, and clean-up
58+
59+
</section>
60+
61+
<!-- /.bug-fixes -->
62+
63+
<section class="issues">
64+
65+
### Closed Issues
66+
67+
This release closes the following issue:
68+
69+
[##1324](#1324)
70+
71+
</section>
72+
73+
<!-- /.issues -->
74+
75+
<section class="commits">
76+
77+
### Commits
78+
79+
<details>
80+
81+
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - **fix:** address handling of complex arrays, refactor tests, and clean-up _(by Athan Reines)_
82+
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - **feat:** add `array/base/count-if` [(##1372)](#1372) _(by Utkarsh, Philipp Burckhardt)_
83+
84+
</details>
85+
86+
</section>
87+
88+
<!-- /.commits -->
89+
90+
<section class="contributors">
91+
92+
### Contributors
93+
94+
A total of 3 people contributed to this release. Thank you to the following contributors:
95+
96+
- Athan Reines
97+
- Philipp Burckhardt
98+
- Utkarsh
99+
100+
</section>
101+
102+
<!-- /.contributors -->
103+
104+
</section>
105+
106+
<!-- /.release -->
107+

CONTRIBUTORS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Adarsh Palaskar <adarshpalaskar99@gmail.com>
66
Aditya Sapra <adityaework@gmail.com>
77
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
8+
Aleksandr <112382387+alextes90@users.noreply.github.com>
89
Ali Salesi <ali_sal1381@yahoo.com>
910
Aman Bhansali <bhansali.1@iitj.ac.in>
1011
Amit Jimiwal <amitjimiwal45@gmail.com>
@@ -18,13 +19,15 @@ Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
1819
Christopher Dambamuromo <chridam@gmail.com>
1920
Dan Rose <danoftheroses@gmail.com>
2021
Daniel Killenberger <daniel.killenberger@gmail.com>
22+
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2123
Dominik Moritz <domoritz@gmail.com>
2224
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2325
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2426
Frank Kovacs <fran70kk@gmail.com>
2527
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2628
Gunj Joshi <gunjjoshi8372@gmail.com>
2729
Harshita Kalani <harshitakalani02@gmail.com>
30+
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
2831
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
2932
James Gelok <jdgelok@gmail.com>
3033
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -60,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6063
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6164
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6265
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6367
Robert Gislason <gztown2216@yahoo.com>
6468
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6569
Rutam <138517416+performant23@users.noreply.github.com>
@@ -69,8 +73,11 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
6973
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7074
Shivam <11shivam00@gmail.com>
7175
Shraddheya Shendre <shendreshraddheya@gmail.com>
76+
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7277
Shubham Mishra <shubh622005@gmail.com>
73-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
78+
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
80+
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
7481
Spandan Barve <contact@marsian.dev>
7582
Stephannie Jiménez Gacha <steff456@hotmail.com>
7683
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -79,8 +86,10 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
7986
Utkarsh <http://utkarsh11105@gmail.com>
8087
Utkarsh Raj <rajutkarsh2505@gmail.com>
8188
Varad Gupta <varadgupta21@gmail.com>
89+
Xiaochuan Ye <tap91624@gmail.com>
8290
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
8391
naveen <stupiddint@gmail.com>
8492
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
8593
orimiles5 <97595296+orimiles5@users.noreply.github.com>
94+
rainn <88160429+AmCodesLame@users.noreply.github.com>
8695
rei2hu <reimu@reimu.ws>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
212212
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-if.svg
213213
[npm-url]: https://npmjs.org/package/@stdlib/array-base-count-if
214214

215-
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=v0.1.0
216-
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:v0.1.0
215+
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=main
216+
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:main
217217

218218
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-if/main.svg
219219
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-if?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/array-int32": "^0.2.1",
4848
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
4949
"@stdlib/assert-is-positive-integer": "^0.2.1",
50-
"@stdlib/complex-imag": "^0.2.1",
50+
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
5151
"@stdlib/complex-real": "^0.2.1",
5252
"@stdlib/math-base-special-pow": "^0.2.1",
5353
"@stdlib/random-array-bernoulli": "^0.2.1",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var Complex128Array = require( '@stdlib/array-complex128' );
2525
var Int32Array = require( '@stdlib/array-int32' );
2626
var toAccessorArray = require( '@stdlib/array-base-to-accessor-array' );
2727
var real = require( '@stdlib/complex-real' );
28-
var imag = require( '@stdlib/complex-imag' );
28+
var imag = require( '@stdlib/complex-float64-imag' );
2929
var countIf = require( './../lib' );
3030

3131

0 commit comments

Comments
 (0)