Skip to content

Commit 5eb4b37

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into fix-tolocale-string
2 parents fbcae92 + 23bddcf commit 5eb4b37

File tree

578 files changed

+25188
-3267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

578 files changed

+25188
-3267
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191-
192-
# Cursor #
193-
##########
191+
.cursor
194192
.cursorignore
193+
.windsurfrules
194+
.clinerules
195+
196+
# AI coding agents #
197+
####################
198+
CLAUDE.md
199+
GEMINI.md

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Frank Kovacs <[email protected]> <[email protected]>
6969

7070
# G
7171

72+
Gaurav Kaushik <[email protected]> Gauravkaushik-1206
73+
7274
GittyHarsha <[email protected]>
7375

7476
Golden Kumar <[email protected]> Golden

.npmignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,25 @@ acs-*.bib
214214
.vscode/
215215
jsconfig.json
216216

217+
# Sublime Text #
218+
################
219+
*.sublime-workspace
220+
*.sublime-project
221+
222+
# Other editor files #
223+
######################
224+
.idea/
225+
.cursor
226+
.cursorignore
227+
.windsurfrules
228+
.clinerules
229+
230+
# AI coding agents #
231+
####################
232+
CLAUDE.md
233+
GEMINI.md
234+
AGENTS.md
235+
217236
# Utilities #
218237
#############
219238
.jshintrc

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Frank Kovacs <[email protected]>
6666
GK Bishnoi <[email protected]>
6767
GURU PRASAD SHARMA <[email protected]>
6868
69+
Gaurav Kaushik <[email protected]>
6970
Gautam Kaushik <[email protected]>
7071
Gautam sharma <[email protected]>
7172

README.md

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Thank you for being a part of our community! Your support is invaluable to us!
7979

8080
- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including [open office hours][stdlib-office-hours].
8181
- [**Open Collective**][open-collective-stdlib]: financially support the project.
82-
- [**Twitter**][stdlib-twitter]: follow us on social media.
82+
- [**Bluesky**][stdlib-bluesky]: follow us on social media.
8383
- [**Gitter**][stdlib-gitter]: chat with project maintainers and other community members.
8484

8585
## Features
@@ -563,7 +563,7 @@ stdlib development is generously supported by the following sponsors:
563563
<div class="image" align="center">
564564
<br>
565565
<a href="https://labs.quansight.org/">
566-
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@2719e1d3ecab2cc29985bca35fd33594e65adb55/docs/assets/sponsors/quansight_labs_logo.png" alt="Quansight Labs">
566+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@a064751967bcc3419f5877716b23cf5e1064ab26/docs/assets/sponsors/quansight_labs_logo.png" alt="Quansight Labs">
567567
</a>
568568
<br>
569569
<br>
@@ -600,6 +600,54 @@ Does your organization use stdlib? If so, we'd love to hear from you!
600600
601601
<!-- /.users -->
602602
603+
<!-- Google Summer of Code -->
604+
605+
* * *
606+
607+
<section class="gsoc">
608+
609+
## Google Summer of Code
610+
611+
stdlib is a proud participant in the Google Summer of Code program. If you are new to open source and want to learn more about how to participate, be sure to check out our [Google Summer of Code resources][stdlib-gsoc] and the stdlib [wiki][stdlib-wiki] for details on past projects!
612+
613+
<div class="image" align="center">
614+
<br>
615+
<a href="https://summerofcode.withgoogle.com">
616+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@9eb11556f417ea8706c2f57719bb725f78466680/docs/assets/misc/gsoc_logo.png" alt="Google Summer of Code">
617+
</a>
618+
<br>
619+
<br>
620+
</div>
621+
622+
</section>
623+
624+
<!-- /.gsoc -->
625+
626+
<!-- Project funding acknowledgments. If acknowledgments are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
627+
628+
* * *
629+
630+
<section class="funding-acknowledgments">
631+
632+
## Funding Acknowledgments
633+
634+
This work was supported in part by the National Science Foundation under [Award No. 2449410][nsf-award-2449410].
635+
636+
> Disclaimer: Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
637+
638+
<div class="image" align="center">
639+
<br>
640+
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2449410&HistoricalAwards=false">
641+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@886b0c645787542774d5bcefde429f6e3db59b57/docs/assets/sponsors/nsf.png" alt="National Science Foundation" width="200">
642+
</a>
643+
<br>
644+
<br>
645+
</div>
646+
647+
</section>
648+
649+
<!-- /.funding-acknowledgments -->
650+
603651
* * *
604652
605653
## Governance
@@ -790,10 +838,16 @@ Test and build infrastructure is generously provided by the following services:
790838
791839
[open-collective-stdlib]: https://opencollective.com/stdlib
792840
793-
[stdlib-twitter]: https://twitter.com/stdlibjs
841+
<!-- [stdlib-twitter]: https://twitter.com/stdlibjs -->
842+
843+
[stdlib-bluesky]: https://bsky.app/profile/stdlib.io
794844
795845
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
796846
847+
[stdlib-gsoc]: https://github.com/stdlib-js/google-summer-of-code
848+
849+
[stdlib-wiki]: https://github.com/stdlib-js/stdlib/wiki
850+
797851
[@stdlib/math/base/special]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special
798852
799853
[@stdlib/stats/base/dists]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists
@@ -818,6 +872,8 @@ Test and build infrastructure is generously provided by the following services:
818872
819873
[@stdlib/math-base-special-erf-umd]: https://github.com/stdlib-js/math-base-special-erf/tree/umd
820874
875+
[nsf-award-2449410]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2449410&HistoricalAwards=false
876+
821877
</section>
822878
823879
<!-- /.links -->

docs/assets/misc/gsoc_logo.png

17.3 KB
Loading

0 commit comments

Comments
 (0)