From 618fbc2b1082788913ad22dcbc7521ee7eca25eb Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 18 May 2024 18:46:45 +0000 Subject: [PATCH] Release v0.0.1 --- .gitattributes | 29 +++++++++++++++++++++++------ CONTRIBUTORS | 4 ++++ README.md | 4 ++-- package.json | 2 +- 4 files changed, 30 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 10a16e6..1c88e69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,10 +40,27 @@ *.mov binary # Override what is considered "vendored" by GitHub's linguist: -/deps/** linguist-vendored=false -/lib/node_modules/** linguist-vendored=false linguist-generated=false -test/fixtures/** linguist-vendored=false -tools/** linguist-vendored=false +/lib/node_modules/** -linguist-vendored -linguist-generated -# Override what is considered "documentation" by GitHub's linguist: -examples/** linguist-documentation=false +# Configure directories which should *not* be included in GitHub language statistics: +/deps/** linguist-vendored +/dist/** linguist-generated +/workshops/** linguist-vendored + +benchmark/** linguist-vendored +docs/* linguist-documentation +etc/** linguist-vendored +examples/** linguist-documentation +scripts/** linguist-vendored +test/** linguist-vendored +tools/** linguist-vendored + +# Configure files which should *not* be included in GitHub language statistics: +Makefile linguist-vendored +*.mk linguist-vendored +*.jl linguist-vendored +*.py linguist-vendored +*.R linguist-vendored + +# Configure files which should be included in GitHub language statistics: +docs/types/*.d.ts -linguist-documentation diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0570891..a44d7ac 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -19,6 +19,7 @@ Chinmay Joshi <86140365+JawHawk@users.noreply.github.com> Christopher Dambamuromo Dan Rose Daniel Killenberger +Daniel Yu <40680511+Daniel777y@users.noreply.github.com> Dominik Moritz Dorrin Sotoudeh EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> @@ -26,6 +27,7 @@ Frank Kovacs Golden Kumar <103646877+AuenKr@users.noreply.github.com> Gunj Joshi Harshita Kalani +Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com> Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> James Gelok Jaysukh Makvana @@ -72,6 +74,7 @@ Shivam <11shivam00@gmail.com> Shraddheya Shendre Shubh Mehta <93862397+Shubh942@users.noreply.github.com> Shubham Mishra +Sivam Das <100067002+Sivam2313@users.noreply.github.com> Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com> Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com> Spandan Barve @@ -82,6 +85,7 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com> Utkarsh Utkarsh Raj Varad Gupta +Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> diff --git a/README.md b/README.md index a1f663f..27d6149 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools-normhermitepolyf.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-tools-normhermitepolyf -[test-image]: https://github.com/stdlib-js/math-base-tools-normhermitepolyf/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/math-base-tools-normhermitepolyf/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/math-base-tools-normhermitepolyf/actions/workflows/test.yml/badge.svg?branch=v0.0.1 +[test-url]: https://github.com/stdlib-js/math-base-tools-normhermitepolyf/actions/workflows/test.yml?query=branch:v0.0.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-normhermitepolyf/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-normhermitepolyf?branch=main diff --git a/package.json b/package.json index fd048b2..7f6dca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/math-base-tools-normhermitepolyf", - "version": "0.0.0", + "version": "0.0.1", "description": "Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.", "license": "Apache-2.0", "author": {