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
Copy file name to clipboardExpand all lines: .editorconfig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ indent_style = tab
121
121
[*.{md,md.txt}]
122
122
indent_style = space
123
123
indent_size = 4
124
-
trim_trailing_whitespace = false
124
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
-[`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
25
+
-[`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - **feat:**add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588)_(by Jaysukh Makvana, Athan Reines)_
16
26
17
27
</details>
18
28
@@ -24,9 +34,10 @@
24
34
25
35
### Contributors
26
36
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
37
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
38
29
39
- Athan Reines
40
+
- Jaysukh Makvana
30
41
31
42
</section>
32
43
@@ -36,31 +47,63 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
47
37
48
<!-- /.release -->
38
49
39
-
<sectionclass="release"id="v0.3.0">
50
+
<sectionclass="release"id="v0.2.1">
40
51
41
-
## 0.3.0 (2024-07-29)
52
+
## 0.2.1 (2024-02-25)
42
53
43
54
No changes reported for this release.
44
55
45
56
</section>
46
57
47
58
<!-- /.release -->
48
59
49
-
<sectionclass="release"id="v0.2.1">
60
+
<sectionclass="release"id="v0.2.0">
50
61
51
-
## 0.2.1 (2024-02-25)
62
+
## 0.2.0 (2024-02-15)
52
63
53
-
No changes reported for this release.
64
+
<sectionclass="features">
65
+
66
+
### Features
67
+
68
+
-[`4ea3975`](https://github.com/stdlib-js/stdlib/commit/4ea39750d4b9d772deb1b4ee374275e3ee995599) - document support for `normalize` index mode
54
69
55
70
</section>
56
71
57
-
<!-- /.release-->
72
+
<!-- /.features-->
58
73
59
-
<sectionclass="release"id="v0.2.0">
74
+
<sectionclass="commits">
60
75
61
-
##0.2.0 (2024-02-15)
76
+
### Commits
62
77
63
-
No changes reported for this release.
78
+
<details>
79
+
80
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
81
+
-[`4ea3975`](https://github.com/stdlib-js/stdlib/commit/4ea39750d4b9d772deb1b4ee374275e3ee995599) - **feat:** document support for `normalize` index mode _(by Athan Reines)_
82
+
-[`5497c40`](https://github.com/stdlib-js/stdlib/commit/5497c40ce46dfa7c4de64d15526ba794446487e2) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
-[`71d561c`](https://github.com/stdlib-js/stdlib/commit/71d561cc2b942a92983a38c8bde009d35255c5d1) - **refactor:** use accessor utilities _(by Athan Reines)_
88
+
89
+
</details>
90
+
91
+
</section>
92
+
93
+
<!-- /.commits -->
94
+
95
+
<sectionclass="contributors">
96
+
97
+
### Contributors
98
+
99
+
A total of 2 people contributed to this release. Thank you to the following contributors:
100
+
101
+
- Athan Reines
102
+
- Philipp Burckhardt
103
+
104
+
</section>
105
+
106
+
<!-- /.contributors -->
64
107
65
108
</section>
66
109
@@ -70,7 +113,56 @@ No changes reported for this release.
70
113
71
114
## 0.1.0 (2023-09-24)
72
115
73
-
No changes reported for this release.
116
+
<sectionclass="features">
117
+
118
+
### Features
119
+
120
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
121
+
-[`e618407`](https://github.com/stdlib-js/stdlib/commit/e618407f673288e8aa303b5db6bd316c6f130762) - add support for additional ndarray constructor options
122
+
123
+
</section>
124
+
125
+
<!-- /.features -->
126
+
127
+
<sectionclass="breaking-changes">
128
+
129
+
### BREAKING CHANGES
130
+
131
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
132
+
133
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
134
+
135
+
</section>
136
+
137
+
<!-- /.breaking-changes -->
138
+
139
+
<sectionclass="commits">
140
+
141
+
### Commits
142
+
143
+
<details>
144
+
145
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
146
+
-[`e618407`](https://github.com/stdlib-js/stdlib/commit/e618407f673288e8aa303b5db6bd316c6f130762) - **feat:** add support for additional ndarray constructor options _(by Athan Reines)_
147
+
148
+
</details>
149
+
150
+
</section>
151
+
152
+
<!-- /.commits -->
153
+
154
+
<sectionclass="contributors">
155
+
156
+
### Contributors
157
+
158
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments