Skip to content

Commit 316ecea

Browse files
committed
Auto-generated commit
1 parent dc68657 commit 316ecea

File tree

8 files changed

+21
-153
lines changed

8 files changed

+21
-153
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-01)
7+
## Unreleased (2024-09-22)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`b723a6e`](https://github.com/stdlib-js/stdlib/commit/b723a6eaec97adad2da4ffbecb532a3d1ae1e0ba) - **docs:** fix errors in comments and clean-up _(by Philipp Burckhardt)_
1516
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1617
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
1718

CONTRIBUTORS

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -26,17 +27,20 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
3740
Jordan Gallivan <[email protected]>
3841
Joris Labie <[email protected]>
3942
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4044
Karthik Prakash <[email protected]>
4145
4246
Krishnendu Das <[email protected]>
@@ -86,8 +90,10 @@ Stephannie Jiménez Gacha <[email protected]>
8690
Suraj kumar <[email protected]>
8791
Tirtadwipa Manunggal <[email protected]>
8892
Tudor Pagu <[email protected]>
93+
Tufailahmed Bargir <[email protected]>
8994
Utkarsh <http://[email protected]>
9095
Utkarsh Raj <[email protected]>
96+
Vaibhav Patel <[email protected]>
9197
Varad Gupta <[email protected]>
9298
Xiaochuan Ye <[email protected]>
9399
Yernar Yergaziyev <[email protected]>
@@ -96,3 +102,4 @@ nishant-s7 <[email protected]>
96102
orimiles5 <[email protected]>
97103
98104
105+

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ For more information on the project, filing bug reports and feature requests, an
268268

269269
---
270270

271+
## License
272+
273+
See [LICENSE][stdlib-license].
274+
275+
271276
## Copyright
272277

273278
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -314,6 +319,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
314319
[esm-readme]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value-zero/blob/esm/README.md
315320
[branches-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value-zero/blob/main/branches.md
316321

322+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-assert-is-same-value-zero/main/LICENSE
323+
317324
[@stdlib/number/float64/base/assert/is-same-value]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value
318325

319326
</section>

dist/index.js

+4-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

-58
This file was deleted.

dist/native.js

-60
This file was deleted.

docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* ## Notes
2525
*
26-
* - The function differs from the `===` operator in that the function treats ``NaNs` as the same value.
26+
* - The function differs from the `===` operator in that the function treats `NaNs` as the same value.
2727
*
2828
* @param a - first input value
2929
* @param b - second input value

0 commit comments

Comments
 (0)