You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`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)
-[`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)
22
8
23
9
<sectionclass="commits">
24
10
25
11
### Commits
26
12
27
13
<details>
28
14
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)_
-[`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)_
34
16
35
17
</details>
36
18
@@ -42,12 +24,9 @@
42
24
43
25
### Contributors
44
26
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:
46
28
47
-
- Aman Bhansali
48
29
- Athan Reines
49
-
- Jaysukh Makvana
50
-
- Philipp Burckhardt
51
30
52
31
</section>
53
32
@@ -61,138 +40,177 @@ A total of 4 people contributed to this release. Thank you to the following cont
61
40
62
41
## 0.3.2 (2024-02-21)
63
42
64
-
<sectionclass="features">
43
+
No changes reported for this release.
65
44
66
-
### Features
45
+
</section>
46
+
47
+
<!-- /.release -->
67
48
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
-[`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
-[`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
+
<sectionclass="release"id="v0.3.1">
50
+
51
+
## 0.3.1 (2024-02-05)
52
+
53
+
No changes reported for this release.
85
54
86
55
</section>
87
56
88
-
<!-- /.features-->
57
+
<!-- /.release-->
89
58
90
-
<sectionclass="bug-fixes">
59
+
<sectionclass="release"id="v0.3.0">
91
60
92
-
### Bug Fixes
61
+
##0.3.0 (2024-02-05)
93
62
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.
98
64
99
65
</section>
100
66
101
-
<!-- /.bug-fixes -->
67
+
<!-- /.release -->
68
+
69
+
<sectionclass="release"id="v0.2.0">
102
70
103
-
<sectionclass="breaking-changes">
71
+
## 0.2.0 (2023-11-08)
104
72
105
-
### BREAKING CHANGES
73
+
No changes reported for this release.
106
74
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>
109
76
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 -->
114
78
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
+
<sectionclass="release"id="v0.1.0">
117
80
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)
120
82
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.
123
84
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>
127
86
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 -->
130
88
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
+
<sectionclass="release"id="v0.0.14">
135
90
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)
138
92
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.
142
94
143
95
</section>
144
96
145
-
<!-- /.breaking-changes-->
97
+
<!-- /.release-->
146
98
147
-
<sectionclass="commits">
99
+
<sectionclass="release"id="v0.0.13">
148
100
149
-
### Commits
101
+
##0.0.13 (2021-08-22)
150
102
151
-
<details>
103
+
No changes reported for this release.
152
104
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)_
-[`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)_
-[`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)_
-[`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>
177
106
178
-
</details>
107
+
<!-- /.release -->
108
+
109
+
<sectionclass="release"id="v0.0.12">
110
+
111
+
## 0.0.12 (2021-07-06)
112
+
113
+
No changes reported for this release.
179
114
180
115
</section>
181
116
182
-
<!-- /.commits-->
117
+
<!-- /.release-->
183
118
184
-
<sectionclass="contributors">
119
+
<sectionclass="release"id="v0.0.11">
185
120
186
-
### Contributors
121
+
##0.0.11 (2021-06-27)
187
122
188
-
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments