diff --git a/.editorconfig b/.editorconfig
index 60d743f..0779e8a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -121,7 +121,7 @@ indent_style = tab
[*.{md,md.txt}]
indent_style = space
indent_size = 4
-trim_trailing_whitespace = false
+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.
# Set properties for `usage.txt` files:
[usage.txt]
diff --git a/.github/.keepalive b/.github/.keepalive
deleted file mode 100644
index bcf6778..0000000
--- a/.github/.keepalive
+++ /dev/null
@@ -1 +0,0 @@
-2024-12-01T06:33:59.155Z
diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml
index 18c7d6c..9fcfd13 100644
--- a/.github/workflows/test_install.yml
+++ b/.github/workflows/test_install.yml
@@ -50,8 +50,8 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- # Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
+ # Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
# Define the sequence of job steps...
steps:
diff --git a/.github/workflows/test_published_package.yml b/.github/workflows/test_published_package.yml
index 0a695e3..86d3324 100644
--- a/.github/workflows/test_published_package.yml
+++ b/.github/workflows/test_published_package.yml
@@ -47,8 +47,8 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- # Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
+ # Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
# Define the job's steps:
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2989401..011d4b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,40 @@
> Package changelog.
+
+
+## Unreleased (2025-01-03)
+
+
+
+### Commits
+
+
+
+- [`bc279b5`](https://github.com/stdlib-js/stdlib/commit/bc279b5f310d68ca939e8c03de09ff23fbc4ae68) - **docs:** update related packages sections [(#4485)](https://github.com/stdlib-js/stdlib/pull/4485) _(by stdlib-bot, Philipp Burckhardt)_
+
+
+
+
+
+
+
+
+
+### Contributors
+
+A total of 1 person contributed to this release. Thank you to this contributor:
+
+- Philipp Burckhardt
+
+
+
+
+
+
+
+
+
## 0.2.2 (2024-07-29)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a8d0bb6..173c07b 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2,11 +2,14 @@
#
# Contributors listed in alphabetical order.
+Aadish Jain
Aayush Khanna
Abhijit Raut
Adarsh Palaskar
Aditya Sapra
-AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
+Ahmed Atwa
+Ahmed Kashkoush
+Ahmed Khaled
Aleksandr <112382387+alextes90@users.noreply.github.com>
Ali Salesi
Aman Bhansali
@@ -23,6 +26,8 @@ Dan Rose
Daniel Killenberger
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
Debashis Maharana
+Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
+Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
Dominic Lim <46486515+domlimm@users.noreply.github.com>
Dominik Moritz
Dorrin Sotoudeh
@@ -45,12 +50,12 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie
Justin Dennison
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
-Khaldon
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
-Lovelin <100030865+lovelindhoni@users.noreply.github.com>
+Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
Manik Sharma
+Manvith M <148960168+manvith2003@users.noreply.github.com>
Marcus Fantham
Matt Cochrane
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
@@ -59,37 +64,41 @@ Mohammad Kaif
Momtchil Momtchev
Muhammad Haris
Naresh Jagadeesan
+Naveen Kumar
Neeraj Pathak
-NightKnight
+Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
Ognjen Jevremović
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
+Ori Miles <97595296+orimiles5@users.noreply.github.com>
Philipp Burckhardt
Prajwal Kulkarni
Pranav Goswami
-Praneki <97080887+PraneGIT@users.noreply.github.com>
-Pratik <97464067+Pratik772846@users.noreply.github.com>
+Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
+Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
+Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
Pratyush Kumar Chouhan
-Priyansh <88396544+itsspriyansh@users.noreply.github.com>
+Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
+Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
Pushpendra Chandravanshi
-RISHAV <115060907+rishav2404@users.noreply.github.com>
Raunak Kumar Gupta
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Ricky Reusser
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
+Rishav <115060907+rishav2404@users.noreply.github.com>
Robert Gislason
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
-Rutam <138517416+performant23@users.noreply.github.com>
+Rutam Kathale <138517416+performant23@users.noreply.github.com>
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
Ryan Seal
Rylan Yang <137365285+rylany27@users.noreply.github.com>
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
-SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
+Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
Saurabh Singh
Seyyed Parsa Neshaei
Shashank Shekhar Singh
-Shivam <11shivam00@gmail.com>
+Shivam Ahir <11shivam00@gmail.com>
Shraddheya Shendre
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
Shubham Mishra
@@ -98,7 +107,7 @@ Snehil Shah
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
Spandan Barve
Stephannie Jiménez Gacha
-Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
+Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
Tirtadwipa Manunggal
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
@@ -108,12 +117,10 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
Varad Gupta
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
+Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
Xiaochuan Ye
+Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
Yernar Yergaziyev
-naveen
-nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
-orimiles5 <97595296+orimiles5@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
rei2hu
-yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>
diff --git a/README.md b/README.md
index e59286d..df124ab 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,17 @@ console.log( arr );
@@ -166,7 +177,7 @@ See [LICENSE][stdlib-license].
## Copyright
-Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
+Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].
@@ -212,6 +223,22 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-ones/main/LICENSE
+
+
+[@stdlib/array/base/zeros]: https://github.com/stdlib-js/array-base-zeros
+
+[@stdlib/array/base/ones2d]: https://github.com/stdlib-js/array-base-ones2d
+
+[@stdlib/array/base/ones3d]: https://github.com/stdlib-js/array-base-ones3d
+
+[@stdlib/array/base/ones4d]: https://github.com/stdlib-js/array-base-ones4d
+
+[@stdlib/array/base/ones5d]: https://github.com/stdlib-js/array-base-ones5d
+
+[@stdlib/array/base/onesnd]: https://github.com/stdlib-js/array-base-onesnd
+
+
+