Skip to content

Commit 03a9527

Browse files
committed
Auto-generated commit
1 parent 9f64921 commit 03a9527

34 files changed

+228
-112
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: 124 additions & 6 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-13)
7+
## Unreleased (2024-08-01)
88

99
<section class="features">
1010

@@ -32,6 +32,10 @@
3232

3333
<details>
3434

35+
- [`dab89ca`](https://github.com/stdlib-js/stdlib/commit/dab89ca7cb89b404eef61ae48cfb84afec543222) - **style:** remove backticks _(by Athan Reines)_
36+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
37+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
38+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
3539
- [`a360f04`](https://github.com/stdlib-js/stdlib/commit/a360f048dde8429a3ffcc60d36abe9ad33038c73) - **feat:** add boolean dtype support to `ndarray/base/unary` [(#2587)](https://github.com/stdlib-js/stdlib/pull/2587) _(by Jaysukh Makvana)_
3640
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
3741
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
@@ -46,10 +50,11 @@
4650

4751
### Contributors
4852

49-
A total of 2 people contributed to this release. Thank you to the following contributors:
53+
A total of 3 people contributed to this release. Thank you to the following contributors:
5054

5155
- Athan Reines
5256
- Jaysukh Makvana
57+
- Philipp Burckhardt
5358

5459
</section>
5560

@@ -63,11 +68,68 @@ A total of 2 people contributed to this release. Thank you to the following cont
6368

6469
## 0.2.1 (2024-02-25)
6570

71+
No changes reported for this release.
72+
73+
</section>
74+
75+
<!-- /.release -->
76+
77+
<section class="release" id="v0.2.0">
78+
79+
## 0.2.0 (2024-02-15)
80+
6681
<section class="features">
6782

6883
### Features
6984

7085
- [`c28a16e`](https://github.com/stdlib-js/stdlib/commit/c28a16e50e84bc0fb8dd16b644f83b60248fe3b7) - add `ndarray/base/assign`
86+
87+
</section>
88+
89+
<!-- /.features -->
90+
91+
<section class="commits">
92+
93+
### Commits
94+
95+
<details>
96+
97+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
98+
- [`8c8e3d1`](https://github.com/stdlib-js/stdlib/commit/8c8e3d15f6698c81c75fc94fa10a7e2b9fb8b5d9) - **docs:** update links _(by Athan Reines)_
99+
- [`5ec7c84`](https://github.com/stdlib-js/stdlib/commit/5ec7c84218508cd2c188764951042c838167bc8f) - **chore:** add TODO _(by Athan Reines)_
100+
- [`c28a16e`](https://github.com/stdlib-js/stdlib/commit/c28a16e50e84bc0fb8dd16b644f83b60248fe3b7) - **feat:** add `ndarray/base/assign` _(by Athan Reines)_
101+
102+
</details>
103+
104+
</section>
105+
106+
<!-- /.commits -->
107+
108+
<section class="contributors">
109+
110+
### Contributors
111+
112+
A total of 2 people contributed to this release. Thank you to the following contributors:
113+
114+
- Athan Reines
115+
- Philipp Burckhardt
116+
117+
</section>
118+
119+
<!-- /.contributors -->
120+
121+
</section>
122+
123+
<!-- /.release -->
124+
125+
<section class="release" id="v0.1.0">
126+
127+
## 0.1.0 (2023-09-24)
128+
129+
<section class="features">
130+
131+
### Features
132+
71133
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
72134

73135
</section>
@@ -104,10 +166,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
104166

105167
<details>
106168

107-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
108-
- [`8c8e3d1`](https://github.com/stdlib-js/stdlib/commit/8c8e3d15f6698c81c75fc94fa10a7e2b9fb8b5d9) - **docs:** update links _(by Athan Reines)_
109-
- [`5ec7c84`](https://github.com/stdlib-js/stdlib/commit/5ec7c84218508cd2c188764951042c838167bc8f) - **chore:** add TODO _(by Athan Reines)_
110-
- [`c28a16e`](https://github.com/stdlib-js/stdlib/commit/c28a16e50e84bc0fb8dd16b644f83b60248fe3b7) - **feat:** add `ndarray/base/assign` _(by Athan Reines)_
111169
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
112170
- [`23b99ac`](https://github.com/stdlib-js/stdlib/commit/23b99acc256b4c9034347ed42ba21f202caedda8) - **fix:** resolve C lint errors _(by Athan Reines)_
113171
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
@@ -141,3 +199,63 @@ A total of 2 people contributed to this release. Thank you to the following cont
141199

142200
<!-- /.release -->
143201

202+
<section class="release" id="v0.0.6">
203+
204+
## 0.0.6 (2022-02-16)
205+
206+
No changes reported for this release.
207+
208+
</section>
209+
210+
<!-- /.release -->
211+
212+
<section class="release" id="v0.0.5">
213+
214+
## 0.0.5 (2021-08-23)
215+
216+
No changes reported for this release.
217+
218+
</section>
219+
220+
<!-- /.release -->
221+
222+
<section class="release" id="v0.0.4">
223+
224+
## 0.0.4 (2021-07-07)
225+
226+
No changes reported for this release.
227+
228+
</section>
229+
230+
<!-- /.release -->
231+
232+
<section class="release" id="v0.0.3">
233+
234+
## 0.0.3 (2021-06-27)
235+
236+
No changes reported for this release.
237+
238+
</section>
239+
240+
<!-- /.release -->
241+
242+
<section class="release" id="v0.0.2">
243+
244+
## 0.0.2 (2021-06-16)
245+
246+
No changes reported for this release.
247+
248+
</section>
249+
250+
<!-- /.release -->
251+
252+
<section class="release" id="v0.0.1">
253+
254+
## 0.0.1 (2021-06-15)
255+
256+
No changes reported for this release.
257+
258+
</section>
259+
260+
<!-- /.release -->
261+

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5151
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5252
NightKnight <Ahmedatwa866@yahoo.com>
5353
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5455
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5556
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5657
Philipp Burckhardt <pburckhardt@outlook.com>

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Applies a unary callback to elements in an input ndarray and assigns results
44
to elements in an output ndarray.
55

6-
Each provided "ndarray" should be an `object` with the following properties:
6+
Each provided "ndarray" should be an object with the following properties:
77

88
- dtype: data type.
99
- data: data buffer.

lib/0d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* @example
4747
* var Complex64Array = require( '@stdlib/array-complex64' );
4848
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
49-
* var realf = require( '@stdlib/complex-realf' );
50-
* var imagf = require( '@stdlib/complex-imagf' );
49+
* var realf = require( '@stdlib/complex-float32-real' );
50+
* var imagf = require( '@stdlib/complex-float32-imag' );
5151
*
5252
* function scale( z ) {
5353
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/10d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
* @example
4949
* var Complex64Array = require( '@stdlib/array-complex64' );
5050
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
51-
* var realf = require( '@stdlib/complex-realf' );
52-
* var imagf = require( '@stdlib/complex-imagf' );
51+
* var realf = require( '@stdlib/complex-float32-real' );
52+
* var imagf = require( '@stdlib/complex-float32-imag' );
5353
*
5454
* function scale( z ) {
5555
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/10d_blocked_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ var blockSize = require( '@stdlib/ndarray-base-unary-tiling-block-size' );
5353
* @example
5454
* var Complex64Array = require( '@stdlib/array-complex64' );
5555
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
56-
* var realf = require( '@stdlib/complex-realf' );
57-
* var imagf = require( '@stdlib/complex-imagf' );
56+
* var realf = require( '@stdlib/complex-float32-real' );
57+
* var imagf = require( '@stdlib/complex-float32-imag' );
5858
*
5959
* function scale( z ) {
6060
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/1d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* @example
4747
* var Complex64Array = require( '@stdlib/array-complex64' );
4848
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
49-
* var realf = require( '@stdlib/complex-realf' );
50-
* var imagf = require( '@stdlib/complex-imagf' );
49+
* var realf = require( '@stdlib/complex-float32-real' );
50+
* var imagf = require( '@stdlib/complex-float32-imag' );
5151
*
5252
* function scale( z ) {
5353
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/2d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* @example
4747
* var Complex64Array = require( '@stdlib/array-complex64' );
4848
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
49-
* var realf = require( '@stdlib/complex-realf' );
50-
* var imagf = require( '@stdlib/complex-imagf' );
49+
* var realf = require( '@stdlib/complex-float32-real' );
50+
* var imagf = require( '@stdlib/complex-float32-imag' );
5151
*
5252
* function scale( z ) {
5353
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/2d_blocked_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ var blockSize = require( '@stdlib/ndarray-base-unary-tiling-block-size' );
5151
* @example
5252
* var Complex64Array = require( '@stdlib/array-complex64' );
5353
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
54-
* var realf = require( '@stdlib/complex-realf' );
55-
* var imagf = require( '@stdlib/complex-imagf' );
54+
* var realf = require( '@stdlib/complex-float32-real' );
55+
* var imagf = require( '@stdlib/complex-float32-imag' );
5656
*
5757
* function scale( z ) {
5858
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/3d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* @example
4747
* var Complex64Array = require( '@stdlib/array-complex64' );
4848
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
49-
* var realf = require( '@stdlib/complex-realf' );
50-
* var imagf = require( '@stdlib/complex-imagf' );
49+
* var realf = require( '@stdlib/complex-float32-real' );
50+
* var imagf = require( '@stdlib/complex-float32-imag' );
5151
*
5252
* function scale( z ) {
5353
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/3d_blocked_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ var blockSize = require( '@stdlib/ndarray-base-unary-tiling-block-size' );
5353
* @example
5454
* var Complex64Array = require( '@stdlib/array-complex64' );
5555
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
56-
* var realf = require( '@stdlib/complex-realf' );
57-
* var imagf = require( '@stdlib/complex-imagf' );
56+
* var realf = require( '@stdlib/complex-float32-real' );
57+
* var imagf = require( '@stdlib/complex-float32-imag' );
5858
*
5959
* function scale( z ) {
6060
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/4d_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* @example
4747
* var Complex64Array = require( '@stdlib/array-complex64' );
4848
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
49-
* var realf = require( '@stdlib/complex-realf' );
50-
* var imagf = require( '@stdlib/complex-imagf' );
49+
* var realf = require( '@stdlib/complex-float32-real' );
50+
* var imagf = require( '@stdlib/complex-float32-imag' );
5151
*
5252
* function scale( z ) {
5353
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

lib/4d_blocked_accessors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ var blockSize = require( '@stdlib/ndarray-base-unary-tiling-block-size' );
5353
* @example
5454
* var Complex64Array = require( '@stdlib/array-complex64' );
5555
* var Complex64 = require( '@stdlib/complex-float32-ctor' );
56-
* var realf = require( '@stdlib/complex-realf' );
57-
* var imagf = require( '@stdlib/complex-imagf' );
56+
* var realf = require( '@stdlib/complex-float32-real' );
57+
* var imagf = require( '@stdlib/complex-float32-imag' );
5858
*
5959
* function scale( z ) {
6060
* return new Complex64( realf(z)*10.0, imagf(z)*10.0 );

0 commit comments

Comments
 (0)