Skip to content

Commit 097ab00

Browse files
committed
Auto-generated commit
1 parent eae52da commit 097ab00

File tree

8 files changed

+148
-69
lines changed

8 files changed

+148
-69
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 75 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-01)
7+
## Unreleased (2024-09-28)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`975147f`](https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
2526
- [`37ca4b7`](https://github.com/stdlib-js/stdlib/commit/37ca4b7ca0d5a2d0553f4d3b0d763d81e38a1bc9) - **feat:** add boolean dtype support to `array/filled-by` [(#2487)](https://github.com/stdlib-js/stdlib/pull/2487) _(by Jaysukh Makvana, Athan Reines)_
2627
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
2728

@@ -35,10 +36,11 @@
3536

3637
### Contributors
3738

38-
A total of 2 people contributed to this release. Thank you to the following contributors:
39+
A total of 3 people contributed to this release. Thank you to the following contributors:
3940

4041
- Athan Reines
4142
- Jaysukh Makvana
43+
- Philipp Burckhardt
4244

4345
</section>
4446

@@ -52,6 +54,56 @@ A total of 2 people contributed to this release. Thank you to the following cont
5254

5355
## 0.2.1 (2024-02-25)
5456

57+
No changes reported for this release.
58+
59+
</section>
60+
61+
<!-- /.release -->
62+
63+
<section class="release" id="v0.2.0">
64+
65+
## 0.2.0 (2024-02-15)
66+
67+
<section class="commits">
68+
69+
### Commits
70+
71+
<details>
72+
73+
- [`9758584`](https://github.com/stdlib-js/stdlib/commit/975858483dc5155f126cc472ea9bc681166dfc91) - **refactor:** query default dtype _(by Athan Reines)_
74+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
75+
- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
76+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
77+
- [`3b59a50`](https://github.com/stdlib-js/stdlib/commit/3b59a503252cfe16765f84eab3bdb0ca06f6bb79) - **build:** remove vestiges of tslint directives _(by Philipp Burckhardt)_
78+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
79+
80+
</details>
81+
82+
</section>
83+
84+
<!-- /.commits -->
85+
86+
<section class="contributors">
87+
88+
### Contributors
89+
90+
A total of 2 people contributed to this release. Thank you to the following contributors:
91+
92+
- Athan Reines
93+
- Philipp Burckhardt
94+
95+
</section>
96+
97+
<!-- /.contributors -->
98+
99+
</section>
100+
101+
<!-- /.release -->
102+
103+
<section class="release" id="v0.1.0">
104+
105+
## 0.1.0 (2023-09-24)
106+
55107
<section class="features">
56108

57109
### Features
@@ -76,8 +128,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
76128

77129
### BREAKING CHANGES
78130

79-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
80-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
131+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
81132

82133
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
83134

@@ -91,12 +142,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
91142

92143
<details>
93144

94-
- [`9758584`](https://github.com/stdlib-js/stdlib/commit/975858483dc5155f126cc472ea9bc681166dfc91) - **refactor:** query default dtype _(by Athan Reines)_
95-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
96-
- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
97-
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
98-
- [`3b59a50`](https://github.com/stdlib-js/stdlib/commit/3b59a503252cfe16765f84eab3bdb0ca06f6bb79) - **build:** remove vestiges of tslint directives _(by Philipp Burckhardt)_
99-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
100145
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
101146
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
102147

@@ -123,3 +168,23 @@ A total of 2 people contributed to this release. Thank you to the following cont
123168

124169
<!-- /.release -->
125170

171+
<section class="release" id="v0.0.2">
172+
173+
## 0.0.2 (2022-02-16)
174+
175+
No changes reported for this release.
176+
177+
</section>
178+
179+
<!-- /.release -->
180+
181+
<section class="release" id="v0.0.1">
182+
183+
## 0.0.1 (2022-02-06)
184+
185+
No changes reported for this release.
186+
187+
</section>
188+
189+
<!-- /.release -->
190+

CONTRIBUTORS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <chridam@gmail.com>
2021
Dan Rose <danoftheroses@gmail.com>
2122
Daniel Killenberger <daniel.killenberger@gmail.com>
2223
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2325
Dominik Moritz <domoritz@gmail.com>
2426
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2527
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2628
Frank Kovacs <fran70kk@gmail.com>
2729
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2830
Gunj Joshi <gunjjoshi8372@gmail.com>
31+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2932
Harshita Kalani <harshitakalani02@gmail.com>
3033
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3134
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3235
James Gelok <jdgelok@gmail.com>
3336
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
37+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3438
Jithin KS <jithinks112@gmail.com>
3539
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3640
Joey Reed <joeyrreed@gmail.com>
3741
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3842
Joris Labie <joris.labie1@gmail.com>
3943
Justin Dennison <justin1dennison@gmail.com>
44+
Kaif Mohd <mdkaifprofession@gmail.com>
4045
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4146
Khaldon <kahmd1444@gmail.com>
4247
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -46,11 +51,13 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4651
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4752
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4853
Milan Raj <rajsite@users.noreply.github.com>
54+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4955
Momtchil Momtchev <momtchil@momtchev.com>
5056
Muhammad Haris <harriskhan047@outlook.com>
5157
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5258
NightKnight <Ahmedatwa866@yahoo.com>
5359
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
60+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5461
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5562
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5663
Philipp Burckhardt <pburckhardt@outlook.com>
@@ -69,6 +76,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6976
Rutam <138517416+performant23@users.noreply.github.com>
7077
Ryan Seal <splrk@users.noreply.github.com>
7178
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
79+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7280
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7381
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7482
Shivam <11shivam00@gmail.com>
@@ -83,13 +91,17 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8391
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8492
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8593
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
94+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8695
Utkarsh <http://utkarsh11105@gmail.com>
8796
Utkarsh Raj <rajutkarsh2505@gmail.com>
97+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
8898
Varad Gupta <varadgupta21@gmail.com>
8999
Xiaochuan Ye <tap91624@gmail.com>
90100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
91101
naveen <stupiddint@gmail.com>
92102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
93104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
94105
rainn <88160429+AmCodesLame@users.noreply.github.com>
95106
rei2hu <reimu@reimu.ws>
107+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ declare function filledarrayBy( array: Collection, dtype: DataType, clbk: Callba
151151
* var arr = filledarrayBy( it, constantFunction( 1.0 ) );
152152
* // returns <Float64Array>[ 1.0, 1.0, 1.0 ]
153153
*/
154-
declare function filledarrayBy( iterable: IterableIterator, callback: Callback, thisArg?: any ): ArrayOrTypedArray; // eslint-disable-line @typescript-eslint/unified-signatures
154+
declare function filledarrayBy( iterable: IterableIterator, clbk: Callback, thisArg?: any ): ArrayOrTypedArray; // eslint-disable-line @typescript-eslint/unified-signatures
155155

156156
/**
157157
* Creates a filled array from an iterable according to a callback function.
@@ -172,7 +172,7 @@ declare function filledarrayBy( iterable: IterableIterator, callback: Callback,
172172
* var arr = filledarrayBy( it, 'float64', constantFunction( 1.0 ) );
173173
* // returns <Float64Array>[ 1.0, 1.0, 1.0 ]
174174
*/
175-
declare function filledarrayBy( iterable: IterableIterator, dtype: DataType, callback: Callback, thisArg?: any ): ArrayOrTypedArray; // eslint-disable-line @typescript-eslint/unified-signatures
175+
declare function filledarrayBy( iterable: IterableIterator, dtype: DataType, clbk: Callback, thisArg?: any ): ArrayOrTypedArray; // eslint-disable-line @typescript-eslint/unified-signatures
176176

177177
/**
178178
* Returns a filled typed array view of an `ArrayBuffer` according to a provided callback function.

0 commit comments

Comments
 (0)