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-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ indent_style = tab
86
86
[*.{f,f.txt}]
87
87
indent_style = space
88
88
indent_size = 2
89
-
insert_final_newline = false
90
89
91
90
# Set properties for shell files:
92
91
[*.{sh,sh.txt}]
@@ -121,7 +120,7 @@ indent_style = tab
121
120
[*.{md,md.txt}]
122
121
indent_style = space
123
122
indent_size = 4
124
-
trim_trailing_whitespace = false
123
+
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.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/empty) of the main repository where we’ll review and provide feedback.
4
4
5
-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5
+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
6
6
7
7
We look forward to receiving your contribution! :smiley:
-[`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>
6
16
7
-
## Unreleased (2024-08-01)
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,70 @@ 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
+
-[`9ed4346`](https://github.com/stdlib-js/stdlib/commit/9ed4346eb686d5c3d95467dfd8db4a6f5ef5fb6b) - 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="bug-fixes">
60
75
61
-
##0.2.0 (2024-02-15)
76
+
### Bug Fixes
62
77
63
-
No changes reported for this release.
78
+
-[`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - resolve type declaration typo by removing stray lint directive
79
+
80
+
</section>
81
+
82
+
<!-- /.bug-fixes -->
83
+
84
+
<sectionclass="commits">
85
+
86
+
### Commits
87
+
88
+
<details>
89
+
90
+
-[`9ed4346`](https://github.com/stdlib-js/stdlib/commit/9ed4346eb686d5c3d95467dfd8db4a6f5ef5fb6b) - **feat:** document support for `normalize` index mode _(by Athan Reines)_
91
+
-[`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - **fix:** resolve type declaration typo by removing stray lint directive _(by Philipp Burckhardt)_
A total of 2 people contributed to this release. Thank you to the following contributors:
107
+
108
+
- Athan Reines
109
+
- Philipp Burckhardt
110
+
111
+
</section>
112
+
113
+
<!-- /.contributors -->
64
114
65
115
</section>
66
116
@@ -70,7 +120,53 @@ No changes reported for this release.
70
120
71
121
## 0.1.0 (2023-09-24)
72
122
73
-
No changes reported for this release.
123
+
<sectionclass="features">
124
+
125
+
### Features
126
+
127
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
128
+
129
+
</section>
130
+
131
+
<!-- /.features -->
132
+
133
+
<sectionclass="breaking-changes">
134
+
135
+
### BREAKING CHANGES
136
+
137
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
138
+
139
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
140
+
141
+
</section>
142
+
143
+
<!-- /.breaking-changes -->
144
+
145
+
<sectionclass="commits">
146
+
147
+
### Commits
148
+
149
+
<details>
150
+
151
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
152
+
153
+
</details>
154
+
155
+
</section>
156
+
157
+
<!-- /.commits -->
158
+
159
+
<sectionclass="contributors">
160
+
161
+
### Contributors
162
+
163
+
A total of 1 person contributed to this release. Thank you to this contributor:
164
+
165
+
- Philipp Burckhardt
166
+
167
+
</section>
168
+
169
+
<!-- /.contributors -->
74
170
75
171
</section>
76
172
@@ -80,7 +176,56 @@ No changes reported for this release.
0 commit comments