Skip to content

Commit 619a683

Browse files
committed
Auto-generated commit
1 parent c096ba0 commit 619a683

File tree

7 files changed

+150
-24
lines changed

7 files changed

+150
-24
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

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

7-
## Unreleased (2024-12-01)
7+
## Unreleased (2024-12-15)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_
2526
- [`a8b0d58`](https://github.com/stdlib-js/stdlib/commit/a8b0d5839361710233736f54e4b762f9381e8a3c) - **docs:** include `stdbool`, remove backticks in `math/base/assert/is-nonnegative-integerf` [(#2879)](https://github.com/stdlib-js/stdlib/pull/2879) _(by Gunj Joshi)_
2627
- [`d125530`](https://github.com/stdlib-js/stdlib/commit/d125530c01e76a5f6f0b093f422e403dbc3a03e2) - **feat:** add `math/base/assert/is-nonnegative-integerf` [(#2851)](https://github.com/stdlib-js/stdlib/pull/2851) _(by Gunj Joshi)_
2728

@@ -35,9 +36,10 @@
3536

3637
### Contributors
3738

38-
A total of 1 person contributed to this release. Thank you to this contributor:
39+
A total of 2 people contributed to this release. Thank you to the following contributors:
3940

4041
- Gunj Joshi
42+
- Philipp Burckhardt
4143

4244
</section>
4345

CONTRIBUTORS

+12-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Aayush Khanna <[email protected]>
66
Abhijit Raut <[email protected]>
77
Adarsh Palaskar <[email protected]>
88
Aditya Sapra <[email protected]>
9-
AgPriyanshu18 <[email protected]>
9+
Ahmed Atwa <[email protected]>
10+
Ahmed Kashkoush <[email protected]>
1011
Aleksandr <[email protected]>
1112
Ali Salesi <[email protected]>
1213
Aman Bhansali <[email protected]>
@@ -51,6 +52,7 @@ Krishnendu Das <[email protected]>
5152
Kshitij-Dale <[email protected]>
5253
5354
Manik Sharma <[email protected]>
55+
Manvith M <[email protected]>
5456
Marcus Fantham <[email protected]>
5557
Matt Cochrane <[email protected]>
5658
Mihir Pandit <[email protected]>
@@ -60,32 +62,34 @@ Momtchil Momtchev <[email protected]>
6062
Muhammad Haris <[email protected]>
6163
Naresh Jagadeesan <[email protected]>
6264
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
65+
Nishant Shinde <[email protected].com>
6466
Nithin Katta <[email protected]>
6567
Nourhan Hasan <[email protected]>
6668
Ognjen Jevremović <[email protected]>
6769
Oneday12323 <[email protected]>
70+
Ori Miles <[email protected]>
6871
Philipp Burckhardt <[email protected]>
6972
Prajwal Kulkarni <[email protected]>
7073
Pranav Goswami <[email protected]>
7174
7275
7376
Pratyush Kumar Chouhan <[email protected]>
7477
78+
Priyanshu Agarwal <[email protected]>
7579
Pushpendra Chandravanshi <[email protected]>
76-
7780
Raunak Kumar Gupta <[email protected]>
7881
Rejoan Sardar <[email protected]>
7982
Ricky Reusser <[email protected]>
8083
Ridam Garg <[email protected]>
84+
8185
Robert Gislason <[email protected]>
8286
Roman Stetsyk <[email protected]>
83-
87+
Rutam Kathale <[email protected]>
8488
Ruthwik Chikoti <[email protected]>
8589
Ryan Seal <[email protected]>
8690
Rylan Yang <[email protected]>
8791
Sai Srikar Dumpeti <[email protected]>
88-
SarthakPaandey <[email protected]>
92+
Sarthak Paandey <[email protected]>
8993
Saurabh Singh <[email protected]>
9094
Seyyed Parsa Neshaei <[email protected]>
9195
Shashank Shekhar Singh <[email protected]>
@@ -98,7 +102,7 @@ Snehil Shah <[email protected]>
98102
Soumajit Chatterjee <[email protected]>
99103
Spandan Barve <[email protected]>
100104
Stephannie Jiménez Gacha <[email protected]>
101-
Suraj kumar <[email protected]>
105+
Suraj Kumar <[email protected]>
102106
Tirtadwipa Manunggal <[email protected]>
103107
Tudor Pagu <[email protected]>
104108
Tufailahmed Bargir <[email protected]>
@@ -108,12 +112,11 @@ UtkershBasnet <[email protected]>
108112
Vaibhav Patel <[email protected]>
109113
Varad Gupta <[email protected]>
110114
Vinit Pandit <[email protected]>
115+
Vivek maurya <[email protected]>
111116
Xiaochuan Ye <[email protected]>
117+
Yaswanth Kosuru <[email protected]>
112118
Yernar Yergaziyev <[email protected]>
113119
114-
nishant-s7 <[email protected]>
115120
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117121
118122
119-

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ int main( void ) {
219219
float x;
220220
bool v;
221221
int i;
222-
222+
223223
for ( i = 0; i < 100; i++ ) {
224224
x = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ) - 50.0f;
225225
v = stdlib_base_is_nonnegative_integerf( x );
@@ -263,11 +263,6 @@ For more information on the project, filing bug reports and feature requests, an
263263

264264
---
265265

266-
## License
267-
268-
See [LICENSE][stdlib-license].
269-
270-
271266
## Copyright
272267

273268
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -314,8 +309,6 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
314309
[esm-readme]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/blob/esm/README.md
315310
[branches-url]: https://github.com/stdlib-js/math-base-assert-is-nonnegative-integerf/blob/main/branches.md
316311

317-
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math-base-assert-is-nonnegative-integerf/main/LICENSE
318-
319312
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
320313

321314
<!-- <related-links> -->

dist/index.js

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

dist/main.js

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

dist/native.js

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

0 commit comments

Comments
 (0)