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.
-[`7a87244`](https://github.com/stdlib-js/stdlib/commit/7a872442e344e03a69d987f0f7b89d1344d5547c) - add C implementation for `stats/base/dists/chisquare/entropy`[(#4007)](https://github.com/stdlib-js/stdlib/pull/4007)
-[`118284b`](https://github.com/stdlib-js/stdlib/commit/118284b97293f409c1769047675bed85ddf4dd20) - add C implementation for `stats/base/dists/chisquare/skewness`[(#4005)](https://github.com/stdlib-js/stdlib/pull/4005)
@@ -54,10 +122,11 @@ This release closes the following issue:
54
122
55
123
### Contributors
56
124
57
-
A total of 2 people contributed to this release. Thank you to the following contributors:
125
+
A total of 3 people contributed to this release. Thank you to the following contributors:
58
126
59
127
- Kohantika Nath
60
128
- Philipp Burckhardt
129
+
- Vivek maurya
61
130
62
131
</section>
63
132
@@ -69,6 +138,8 @@ A total of 2 people contributed to this release. Thank you to the following cont
69
138
70
139
<details>
71
140
141
+
-[`118284b`](https://github.com/stdlib-js/stdlib/commit/118284b97293f409c1769047675bed85ddf4dd20) - **feat:** add C implementation for `stats/base/dists/chisquare/skewness`[(#4005)](https://github.com/stdlib-js/stdlib/pull/4005)_(by Vivek maurya, Philipp Burckhardt)_
142
+
-[`7a87244`](https://github.com/stdlib-js/stdlib/commit/7a872442e344e03a69d987f0f7b89d1344d5547c) - **feat:** add C implementation for `stats/base/dists/chisquare/entropy`[(#4007)](https://github.com/stdlib-js/stdlib/pull/4007)_(by Vivek maurya, Philipp Burckhardt)_
72
143
-[`28bdda3`](https://github.com/stdlib-js/stdlib/commit/28bdda3affa89470bbdf531cb3bbc233c85d3d17) - **docs:** improve examples of `stats/base/dists/chisquare` namespace [(#2678)](https://github.com/stdlib-js/stdlib/pull/2678)_(by Kohantika Nath, Philipp Burckhardt)_
0 commit comments