Skip to content

Commit 949faaa

Browse files
committed
Auto-generated commit
1 parent d5e87f1 commit 949faaa

File tree

6 files changed

+142
-120
lines changed

6 files changed

+142
-120
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:34:48.363Z

.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 "[email protected]"
7979
git config --local user.name "stdlib-bot"
@@ -164,7 +164,7 @@ jobs:
164164
# Publish package to npm:
165165
- name: 'Publish package to npm'
166166
# Pin action to full length commit SHA
167-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
167+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
168168
with:
169169
token: ${{ secrets.NPM_TOKEN }}
170170
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: 133 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-13)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`4bdd095`](https://github.com/stdlib-js/stdlib/commit/4bdd09568cf3d39d09c82aa19b5f4e271cce4af3) - add `booleanndarray` and `boolndarray` type definitions
14-
- [`16e0808`](https://github.com/stdlib-js/stdlib/commit/16e0808004b7bd4f16eea7eced5229ee1120b577) - add boolean dtype support to `ndarray/dtypes` [(#2550)](https://github.com/stdlib-js/stdlib/pull/2550)
15-
- [`62744b5`](https://github.com/stdlib-js/stdlib/commit/62744b5bd1fc7a9502d527be5ff3239f0491e05c) - add `blas/base/ssymv` [(#2305)](https://github.com/stdlib-js/stdlib/pull/2305)
16-
- [`c8ed312`](https://github.com/stdlib-js/stdlib/commit/c8ed31299777aa990960a022e3f6ea161ac7ff76) - add boolean array types
17-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
18-
19-
</section>
20-
21-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
228

239
<section class="commits">
2410

2511
### Commits
2612

2713
<details>
2814

29-
- [`4bdd095`](https://github.com/stdlib-js/stdlib/commit/4bdd09568cf3d39d09c82aa19b5f4e271cce4af3) - **feat:** add `booleanndarray` and `boolndarray` type definitions _(by Athan Reines)_
30-
- [`16e0808`](https://github.com/stdlib-js/stdlib/commit/16e0808004b7bd4f16eea7eced5229ee1120b577) - **feat:** add boolean dtype support to `ndarray/dtypes` [(#2550)](https://github.com/stdlib-js/stdlib/pull/2550) _(by Jaysukh Makvana, Athan Reines)_
31-
- [`62744b5`](https://github.com/stdlib-js/stdlib/commit/62744b5bd1fc7a9502d527be5ff3239f0491e05c) - **feat:** add `blas/base/ssymv` [(#2305)](https://github.com/stdlib-js/stdlib/pull/2305) _(by Aman Bhansali, Athan Reines)_
32-
- [`c8ed312`](https://github.com/stdlib-js/stdlib/commit/c8ed31299777aa990960a022e3f6ea161ac7ff76) - **feat:** add boolean array types _(by Athan Reines)_
33-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3416

3517
</details>
3618

@@ -42,12 +24,9 @@
4224

4325
### Contributors
4426

45-
A total of 4 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
4628

47-
- Aman Bhansali
4829
- Athan Reines
49-
- Jaysukh Makvana
50-
- Philipp Burckhardt
5130

5231
</section>
5332

@@ -61,138 +40,177 @@ A total of 4 people contributed to this release. Thank you to the following cont
6140

6241
## 0.3.2 (2024-02-21)
6342

64-
<section class="features">
43+
No changes reported for this release.
6544

66-
### Features
45+
</section>
46+
47+
<!-- /.release -->
6748

68-
- [`68f8e27`](https://github.com/stdlib-js/stdlib/commit/68f8e278c133feec5dda214511f737a68dc3ad7e) - add array index type definitions
69-
- [`2688213`](https://github.com/stdlib-js/stdlib/commit/2688213b4b1fdc884f4f15b8ec8fe45f44d45e5e) - add \"typed\" to list of data type kinds
70-
- [`a37ebf5`](https://github.com/stdlib-js/stdlib/commit/a37ebf5627a53b5e52924f00ce15faf3f954884e) - extend data type kinds to include \"generic\" variations
71-
- [`2e68ac6`](https://github.com/stdlib-js/stdlib/commit/2e68ac699f5458f25ca2c62a07c4b23148d0575e) - add type definitions for data type \"kinds\"
72-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
73-
- [`43285ee`](https://github.com/stdlib-js/stdlib/commit/43285ee720a90e182524b20701935dee5af48886) - add interface describing ndarray flags
74-
- [`1fc9020`](https://github.com/stdlib-js/stdlib/commit/1fc9020622fa791746dc9e9457979cef355f3db6) - add support for `normalize` index mode
75-
- [`3af398c`](https://github.com/stdlib-js/stdlib/commit/3af398c171b2e6608b0a013dfdd8ca2ee943b23d) - add `MultiSlice` interface
76-
- [`775de05`](https://github.com/stdlib-js/stdlib/commit/775de0592650d6d50ee49f201a36832d0c959688) - add module for slice definitions
77-
- [`9ceabce`](https://github.com/stdlib-js/stdlib/commit/9ceabcefa3f213b90d5827baf5e480e10285797f) - add shape for zero-dimensional ndarray
78-
- [`21ec8a6`](https://github.com/stdlib-js/stdlib/commit/21ec8a6790cd4f5c8950f141b7a46685132a9eb6) - add types for shapes and strides corresponding to specific dimensionalities
79-
- [`bde4671`](https://github.com/stdlib-js/stdlib/commit/bde4671201dfa6b510f88bcb60d455f44c0842e1) - move `Collection` type defn to array type module
80-
- [`fa7e420`](https://github.com/stdlib-js/stdlib/commit/fa7e420dcfc39a1af4c43ea43cf6e0353786a519) - move complex number types to separate module
81-
- [`b0b5d31`](https://github.com/stdlib-js/stdlib/commit/b0b5d319f73a3804eb70ce1079be2bba3852df63) - add nested array types
82-
- [`edcd742`](https://github.com/stdlib-js/stdlib/commit/edcd74294f953cdba01e61a0b088942283c79d20) - convert `Collection` to generic
83-
- [`191e983`](https://github.com/stdlib-js/stdlib/commit/191e98381657335c8b6d55b5c199d558484239dd) - add `OutputPolicies` type definition
84-
- [`164ae5a`](https://github.com/stdlib-js/stdlib/commit/164ae5ad933fb7b0e0817efb6b65a0ec052c44bb) - convert `genericndarray` to a generic to allow better specificity
49+
<section class="release" id="v0.3.1">
50+
51+
## 0.3.1 (2024-02-05)
52+
53+
No changes reported for this release.
8554

8655
</section>
8756

88-
<!-- /.features -->
57+
<!-- /.release -->
8958

90-
<section class="bug-fixes">
59+
<section class="release" id="v0.3.0">
9160

92-
### Bug Fixes
61+
## 0.3.0 (2024-02-05)
9362

94-
- [`af32757`](https://github.com/stdlib-js/stdlib/commit/af32757a3fc6c17f6c15bb793f1b2845a8349b8d) - allow `dtype` to be `null`
95-
- [`8ea713a`](https://github.com/stdlib-js/stdlib/commit/8ea713aa09d3e68311eb1da7c6ffe99635a6e2b5) - allow `dtype` to be `null`
96-
- [`195184a`](https://github.com/stdlib-js/stdlib/commit/195184a6c145cd8896f46a1318215e92bcde741f) - include boolean and undefined in index signature to satisy TS
97-
- [`66c36f4`](https://github.com/stdlib-js/stdlib/commit/66c36f49864867c19a59bbdf7661b5d9b05d99f9) - rename `OutputPolicies` to `OutputPolicy` to make data type defs
63+
No changes reported for this release.
9864

9965
</section>
10066

101-
<!-- /.bug-fixes -->
67+
<!-- /.release -->
68+
69+
<section class="release" id="v0.2.0">
10270

103-
<section class="breaking-changes">
71+
## 0.2.0 (2023-11-08)
10472

105-
### BREAKING CHANGES
73+
No changes reported for this release.
10674

107-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
108-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
75+
</section>
10976

110-
- In order to migrate, users should update their implementations to
111-
use the latest naming conventions. The affected type definitions
112-
are aliases for individual data type strings, so their should be
113-
no behavioral changes.
77+
<!-- /.release -->
11478

115-
- [`bde4671`](https://github.com/stdlib-js/stdlib/commit/bde4671201dfa6b510f88bcb60d455f44c0842e1): move `Collection` type defn to array type module
116-
- [`bde4671`](https://github.com/stdlib-js/stdlib/commit/bde4671201dfa6b510f88bcb60d455f44c0842e1): move `Collection` type defn to array type module
79+
<section class="release" id="v0.1.0">
11780

118-
- To migrate, users should import `@stdlib/types/array` instead of
119-
`@stdlib/types/object` when using the `Collection` type definition.
81+
## 0.1.0 (2023-09-22)
12082

121-
- [`fa7e420`](https://github.com/stdlib-js/stdlib/commit/fa7e420dcfc39a1af4c43ea43cf6e0353786a519): move complex number types to separate module
122-
- [`fa7e420`](https://github.com/stdlib-js/stdlib/commit/fa7e420dcfc39a1af4c43ea43cf6e0353786a519): move complex number types to separate module
83+
No changes reported for this release.
12384

124-
- To migrate, users should import `@stdlib/types/complex` instead of
125-
`@stdlib/types/object` when wanting to use complex number type
126-
definitions.
85+
</section>
12786

128-
- [`edcd742`](https://github.com/stdlib-js/stdlib/commit/edcd74294f953cdba01e61a0b088942283c79d20): convert `Collection` to generic
129-
- [`edcd742`](https://github.com/stdlib-js/stdlib/commit/edcd74294f953cdba01e61a0b088942283c79d20): `Collection` is now a generic
87+
<!-- /.release -->
13088

131-
- To migrate, users should upgrade their TypeScript version and
132-
provide element type information when using the `Collection` type
133-
(e.g., `Collection<number>`). By default, the element type is `any`
134-
which is equivalent to previous behavior.
89+
<section class="release" id="v0.0.14">
13590

136-
- [`164ae5a`](https://github.com/stdlib-js/stdlib/commit/164ae5ad933fb7b0e0817efb6b65a0ec052c44bb): convert `genericndarray` to a generic to allow better specificity
137-
- [`164ae5a`](https://github.com/stdlib-js/stdlib/commit/164ae5ad933fb7b0e0817efb6b65a0ec052c44bb): convert type to a generic
91+
## 0.0.14 (2022-02-18)
13892

139-
- To migrate, users should update usage by providing an explicit type.
140-
Existing code should continue to work as is; however, for better
141-
specificity and type hints, providing a type is advised.
93+
No changes reported for this release.
14294

14395
</section>
14496

145-
<!-- /.breaking-changes -->
97+
<!-- /.release -->
14698

147-
<section class="commits">
99+
<section class="release" id="v0.0.13">
148100

149-
### Commits
101+
## 0.0.13 (2021-08-22)
150102

151-
<details>
103+
No changes reported for this release.
152104

153-
- [`af32757`](https://github.com/stdlib-js/stdlib/commit/af32757a3fc6c17f6c15bb793f1b2845a8349b8d) - **fix:** allow `dtype` to be `null` _(by Athan Reines)_
154-
- [`8ea713a`](https://github.com/stdlib-js/stdlib/commit/8ea713aa09d3e68311eb1da7c6ffe99635a6e2b5) - **fix:** allow `dtype` to be `null` _(by Athan Reines)_
155-
- [`68f8e27`](https://github.com/stdlib-js/stdlib/commit/68f8e278c133feec5dda214511f737a68dc3ad7e) - **feat:** add array index type definitions _(by Athan Reines)_
156-
- [`195184a`](https://github.com/stdlib-js/stdlib/commit/195184a6c145cd8896f46a1318215e92bcde741f) - **fix:** include boolean and undefined in index signature to satisy TS _(by Philipp Burckhardt)_
157-
- [`ffd9201`](https://github.com/stdlib-js/stdlib/commit/ffd9201e73c2a0d27108f5c64e4fde451924ae50) - **refactor:** inline union _(by Athan Reines)_
158-
- [`2688213`](https://github.com/stdlib-js/stdlib/commit/2688213b4b1fdc884f4f15b8ec8fe45f44d45e5e) - **feat:** add \"typed\" to list of data type kinds _(by Athan Reines)_
159-
- [`a37ebf5`](https://github.com/stdlib-js/stdlib/commit/a37ebf5627a53b5e52924f00ce15faf3f954884e) - **feat:** extend data type kinds to include \"generic\" variations _(by Athan Reines)_
160-
- [`2e68ac6`](https://github.com/stdlib-js/stdlib/commit/2e68ac699f5458f25ca2c62a07c4b23148d0575e) - **feat:** add type definitions for data type \"kinds\" _(by Athan Reines)_
161-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
162-
- [`f4a22f1`](https://github.com/stdlib-js/stdlib/commit/f4a22f17477b622a8dd500d831c57f8a01f7b820) - **docs:** fix description _(by Athan Reines)_
163-
- [`43285ee`](https://github.com/stdlib-js/stdlib/commit/43285ee720a90e182524b20701935dee5af48886) - **feat:** add interface describing ndarray flags _(by Athan Reines)_
164-
- [`1fc9020`](https://github.com/stdlib-js/stdlib/commit/1fc9020622fa791746dc9e9457979cef355f3db6) - **feat:** add support for `normalize` index mode _(by Athan Reines)_
165-
- [`d1ea078`](https://github.com/stdlib-js/stdlib/commit/d1ea078e4075bd1c77fb27f7977b17a436fe940c) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
166-
- [`3af398c`](https://github.com/stdlib-js/stdlib/commit/3af398c171b2e6608b0a013dfdd8ca2ee943b23d) - **feat:** add `MultiSlice` interface _(by Athan Reines)_
167-
- [`775de05`](https://github.com/stdlib-js/stdlib/commit/775de0592650d6d50ee49f201a36832d0c959688) - **feat:** add module for slice definitions _(by Athan Reines)_
168-
- [`9ceabce`](https://github.com/stdlib-js/stdlib/commit/9ceabcefa3f213b90d5827baf5e480e10285797f) - **feat:** add shape for zero-dimensional ndarray _(by Athan Reines)_
169-
- [`21ec8a6`](https://github.com/stdlib-js/stdlib/commit/21ec8a6790cd4f5c8950f141b7a46685132a9eb6) - **feat:** add types for shapes and strides corresponding to specific dimensionalities _(by Athan Reines)_
170-
- [`bde4671`](https://github.com/stdlib-js/stdlib/commit/bde4671201dfa6b510f88bcb60d455f44c0842e1) - **feat:** move `Collection` type defn to array type module _(by Athan Reines)_
171-
- [`fa7e420`](https://github.com/stdlib-js/stdlib/commit/fa7e420dcfc39a1af4c43ea43cf6e0353786a519) - **feat:** move complex number types to separate module _(by Athan Reines)_
172-
- [`b0b5d31`](https://github.com/stdlib-js/stdlib/commit/b0b5d319f73a3804eb70ce1079be2bba3852df63) - **feat:** add nested array types _(by Athan Reines)_
173-
- [`edcd742`](https://github.com/stdlib-js/stdlib/commit/edcd74294f953cdba01e61a0b088942283c79d20) - **feat:** convert `Collection` to generic _(by Athan Reines)_
174-
- [`66c36f4`](https://github.com/stdlib-js/stdlib/commit/66c36f49864867c19a59bbdf7661b5d9b05d99f9) - **fix:** rename `OutputPolicies` to `OutputPolicy` to make data type defs _(by Athan Reines)_
175-
- [`191e983`](https://github.com/stdlib-js/stdlib/commit/191e98381657335c8b6d55b5c199d558484239dd) - **feat:** add `OutputPolicies` type definition _(by Athan Reines)_
176-
- [`164ae5a`](https://github.com/stdlib-js/stdlib/commit/164ae5ad933fb7b0e0817efb6b65a0ec052c44bb) - **feat:** convert `genericndarray` to a generic to allow better specificity _(by Athan Reines)_
105+
</section>
177106

178-
</details>
107+
<!-- /.release -->
108+
109+
<section class="release" id="v0.0.12">
110+
111+
## 0.0.12 (2021-07-06)
112+
113+
No changes reported for this release.
179114

180115
</section>
181116

182-
<!-- /.commits -->
117+
<!-- /.release -->
183118

184-
<section class="contributors">
119+
<section class="release" id="v0.0.11">
185120

186-
### Contributors
121+
## 0.0.11 (2021-06-27)
187122

188-
A total of 2 people contributed to this release. Thank you to the following contributors:
123+
No changes reported for this release.
189124

190-
- Athan Reines
191-
- Philipp Burckhardt
125+
</section>
126+
127+
<!-- /.release -->
128+
129+
<section class="release" id="v0.0.10">
130+
131+
## 0.0.10 (2021-06-16)
132+
133+
No changes reported for this release.
192134

193135
</section>
194136

195-
<!-- /.contributors -->
137+
<!-- /.release -->
138+
139+
<section class="release" id="v0.0.9">
140+
141+
## 0.0.9 (2021-06-16)
142+
143+
No changes reported for this release.
144+
145+
</section>
146+
147+
<!-- /.release -->
148+
149+
<section class="release" id="v0.0.8">
150+
151+
## 0.0.8 (2021-06-15)
152+
153+
No changes reported for this release.
154+
155+
</section>
156+
157+
<!-- /.release -->
158+
159+
<section class="release" id="v0.0.7">
160+
161+
## 0.0.7 (2021-06-13)
162+
163+
No changes reported for this release.
164+
165+
</section>
166+
167+
<!-- /.release -->
168+
169+
<section class="release" id="v0.0.6">
170+
171+
## 0.0.6 (2021-06-13)
172+
173+
No changes reported for this release.
174+
175+
</section>
176+
177+
<!-- /.release -->
178+
179+
<section class="release" id="v0.0.5">
180+
181+
## 0.0.5 (2021-06-12)
182+
183+
No changes reported for this release.
184+
185+
</section>
186+
187+
<!-- /.release -->
188+
189+
<section class="release" id="v0.0.4">
190+
191+
## 0.0.4 (2021-06-12)
192+
193+
No changes reported for this release.
194+
195+
</section>
196+
197+
<!-- /.release -->
198+
199+
<section class="release" id="v0.0.3">
200+
201+
## 0.0.3 (2021-06-10)
202+
203+
No changes reported for this release.
204+
205+
</section>
206+
207+
<!-- /.release -->
208+
209+
<section class="release" id="v0.0.2">
210+
211+
## 0.0.2 (2021-06-10)
212+
213+
No changes reported for this release.
196214

197215
</section>
198216

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <[email protected]>
5151
Naresh Jagadeesan <[email protected]>
5252
NightKnight <[email protected]>
5353
Nithin Katta <[email protected]>
54+
Nourhan Hasan <[email protected]>
5455
Ognjen Jevremović <[email protected]>
5556
Oneday12323 <[email protected]>
5657
Philipp Burckhardt <[email protected]>

0 commit comments

Comments
 (0)