Skip to content

Commit 0e1a4d2

Browse files
committed
Auto-generated commit
1 parent d700224 commit 0e1a4d2

File tree

9 files changed

+54
-62
lines changed

9 files changed

+54
-62
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ indent_style = tab
121121
[*.{md,md.txt}]
122122
indent_style = space
123123
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.
125125
126126
# Set properties for `usage.txt` files:
127127
[usage.txt]

.github/.keepalive

-1
This file was deleted.

.github/workflows/test_install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
env:
5151
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5252

53-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
54-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
53+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
54+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5555

5656
# Define the sequence of job steps...
5757
steps:

.github/workflows/test_published_package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
env:
4848
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4949

50-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
51-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
50+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
51+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5252

5353
# Define the job's steps:
5454
steps:

CHANGELOG.md

+2-1
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 (2025-01-09)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`114115a`](https://github.com/stdlib-js/stdlib/commit/114115ac45b40f9c22064a8e49e99c2aee43ecb2) - **docs:** update related packages sections [(#4655)](https://github.com/stdlib-js/stdlib/pull/4655) _(by stdlib-bot)_
3536
- [`a6c6531`](https://github.com/stdlib-js/stdlib/commit/a6c6531b274691265f245206cdd81ee53828ac3e) - **fix:** update directory name [(#2797)](https://github.com/stdlib-js/stdlib/pull/2797) _(by Gunj Joshi)_
3637
- [`4ceec1a`](https://github.com/stdlib-js/stdlib/commit/4ceec1a04ca53795d43cca6264a957a369b825d8) - **docs:** fix comment [(#2756)](https://github.com/stdlib-js/stdlib/pull/2756) _(by Gunj Joshi)_
3738
- [`130c7a5`](https://github.com/stdlib-js/stdlib/commit/130c7a5c01c584fd0b1f68d70f929a69de50456f) - **feat:** add `constants/float32/max-base2-exponent-subnormal` [(#2749)](https://github.com/stdlib-js/stdlib/pull/2749) _(by Gunj Joshi)_

CONTRIBUTORS

+25-16
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
9-
AgPriyanshu18 <[email protected]>
10+
Ahmed Atwa <[email protected]>
11+
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1013
Aleksandr <[email protected]>
1114
Ali Salesi <[email protected]>
1215
Aman Bhansali <[email protected]>
@@ -23,6 +26,9 @@ Dan Rose <[email protected]>
2326
Daniel Killenberger <[email protected]>
2427
Daniel Yu <[email protected]>
2528
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
Dhruv Arvind Singh <[email protected]>
31+
Divyansh Seth <[email protected]>
2632
Dominic Lim <[email protected]>
2733
Dominik Moritz <[email protected]>
2834
Dorrin Sotoudeh <[email protected]>
@@ -44,13 +50,14 @@ Joey Reed <[email protected]>
4450
Jordan Gallivan <[email protected]>
4551
Joris Labie <[email protected]>
4652
Justin Dennison <[email protected]>
53+
Karan Anand <[email protected]>
4754
Karthik Prakash <[email protected]>
48-
4955
Kohantika Nath <[email protected]>
5056
Krishnendu Das <[email protected]>
5157
Kshitij-Dale <[email protected]>
52-
58+
Lovelin Dhoni J B <[email protected]>
5359
Manik Sharma <[email protected]>
60+
Manvith M <[email protected]>
5461
Marcus Fantham <[email protected]>
5562
Matt Cochrane <[email protected]>
5663
Mihir Pandit <[email protected]>
@@ -59,37 +66,41 @@ Mohammad Kaif <[email protected]>
5966
Momtchil Momtchev <[email protected]>
6067
Muhammad Haris <[email protected]>
6168
Naresh Jagadeesan <[email protected]>
69+
Naveen Kumar <[email protected]>
6270
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
71+
Nishant Shinde <[email protected].com>
6472
Nithin Katta <[email protected]>
6573
Nourhan Hasan <[email protected]>
6674
Ognjen Jevremović <[email protected]>
6775
Oneday12323 <[email protected]>
76+
Ori Miles <[email protected]>
6877
Philipp Burckhardt <[email protected]>
6978
Prajwal Kulkarni <[email protected]>
7079
Pranav Goswami <[email protected]>
71-
72-
80+
Pranjal Jha <[email protected]>
81+
Prashant Kumar Yadav <[email protected]>
82+
Pratik Singh <[email protected]>
7383
Pratyush Kumar Chouhan <[email protected]>
74-
84+
Priyansh Prajapati <[email protected]>
85+
Priyanshu Agarwal <[email protected]>
7586
Pushpendra Chandravanshi <[email protected]>
76-
7787
Raunak Kumar Gupta <[email protected]>
7888
Rejoan Sardar <[email protected]>
7989
Ricky Reusser <[email protected]>
8090
Ridam Garg <[email protected]>
91+
8192
Robert Gislason <[email protected]>
8293
Roman Stetsyk <[email protected]>
83-
94+
Rutam Kathale <[email protected]>
8495
Ruthwik Chikoti <[email protected]>
8596
Ryan Seal <[email protected]>
8697
Rylan Yang <[email protected]>
8798
Sai Srikar Dumpeti <[email protected]>
88-
SarthakPaandey <[email protected]>
99+
Sarthak Paandey <[email protected]>
89100
Saurabh Singh <[email protected]>
90101
Seyyed Parsa Neshaei <[email protected]>
91102
Shashank Shekhar Singh <[email protected]>
92-
103+
Shivam Ahir <[email protected]>
93104
Shraddheya Shendre <[email protected]>
94105
Shubh Mehta <[email protected]>
95106
Shubham Mishra <[email protected]>
@@ -98,7 +109,7 @@ Snehil Shah <[email protected]>
98109
Soumajit Chatterjee <[email protected]>
99110
Spandan Barve <[email protected]>
100111
Stephannie Jiménez Gacha <[email protected]>
101-
Suraj kumar <[email protected]>
112+
Suraj Kumar <[email protected]>
102113
Tirtadwipa Manunggal <[email protected]>
103114
Tudor Pagu <[email protected]>
104115
Tufailahmed Bargir <[email protected]>
@@ -108,12 +119,10 @@ UtkershBasnet <[email protected]>
108119
Vaibhav Patel <[email protected]>
109120
Varad Gupta <[email protected]>
110121
Vinit Pandit <[email protected]>
122+
Vivek Maurya <[email protected]>
111123
Xiaochuan Ye <[email protected]>
124+
Yaswanth Kosuru <[email protected]>
112125
Yernar Yergaziyev <[email protected]>
113-
114-
nishant-s7 <[email protected]>
115126
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117127
118128
119-

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ Macro for the maximum biased base 2 exponent for a subnormal [single-precision f
157157

158158
<section class="related">
159159

160+
* * *
161+
162+
## See Also
163+
164+
- <span class="package-name">[`@stdlib/constants-float32/max-base2-exponent`][@stdlib/constants/float32/max-base2-exponent]</span><span class="delimiter">: </span><span class="description">the maximum biased base 2 exponent for a single-precision floating-point number.</span>
165+
- <span class="package-name">[`@stdlib/constants-float64/max-base2-exponent-subnormal`][@stdlib/constants/float64/max-base2-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the maximum biased base 2 exponent for a subnormal double-precision floating-point number.</span>
166+
160167
</section>
161168

162169
<!-- /.related -->
@@ -180,9 +187,14 @@ For more information on the project, filing bug reports and feature requests, an
180187

181188
---
182189

190+
## License
191+
192+
See [LICENSE][stdlib-license].
193+
194+
183195
## Copyright
184196

185-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
197+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
186198

187199
</section>
188200

@@ -226,10 +238,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
226238
[esm-readme]: https://github.com/stdlib-js/constants-float32-max-base2-exponent-subnormal/blob/esm/README.md
227239
[branches-url]: https://github.com/stdlib-js/constants-float32-max-base2-exponent-subnormal/blob/main/branches.md
228240

241+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/constants-float32-max-base2-exponent-subnormal/main/LICENSE
242+
229243
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
230244

231245
<!-- <related-links> -->
232246

247+
[@stdlib/constants/float32/max-base2-exponent]: https://github.com/stdlib-js/constants-float32-max-base2-exponent
248+
249+
[@stdlib/constants/float64/max-base2-exponent-subnormal]: https://github.com/stdlib-js/constants-float64-max-base2-exponent-subnormal
250+
233251
<!-- </related-links> -->
234252

235253
</section>

dist/index.js

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

0 commit comments

Comments
 (0)