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.
- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the `blas/*` namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.
- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the `blas/*` namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.
68
+
69
+
</section>
70
+
71
+
<!-- /.breaking-changes -->
72
+
17
73
<sectionclass="contributors">
18
74
19
75
### Contributors
20
76
21
-
A total of 3 people contributed to this release. Thank you to the following contributors:
77
+
A total of 4 people contributed to this release. Thank you to the following contributors:
22
78
79
+
- Athan Reines
23
80
- Jenish Thapa
24
81
- Philipp Burckhardt
25
82
- Tirtadwipa Manunggal
@@ -34,6 +91,11 @@ A total of 3 people contributed to this release. Thank you to the following cont
34
91
35
92
<details>
36
93
94
+
-[`b87254d`](https://github.com/stdlib-js/stdlib/commit/b87254d4535a3b90bf3d0068750ed6e9ca5dbc85) - **docs:** fix parameter descriptions in Weibull distribution packages _(by Philipp Burckhardt)_
95
+
-[`32deb11`](https://github.com/stdlib-js/stdlib/commit/32deb11c6a2453748d8db9554b6bb3fdb73a077f) - **docs:** update related packages sections [(#3976)](https://github.com/stdlib-js/stdlib/pull/3976)_(by stdlib-bot)_
0 commit comments