Skip to content

Commit 811daa2

Browse files
committed
Release v0.2.0
1 parent 6422dce commit 811daa2

File tree

16 files changed

+200
-271
lines changed

16 files changed

+200
-271
lines changed

‎.gitattributes‎

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,27 @@
4040
*.mov binary
4141

4242
# Override what is considered "vendored" by GitHub's linguist:
43-
/deps/** linguist-vendored=false
44-
/lib/node_modules/** linguist-vendored=false linguist-generated=false
45-
test/fixtures/** linguist-vendored=false
46-
tools/** linguist-vendored=false
43+
/lib/node_modules/** -linguist-vendored -linguist-generated
4744

48-
# Override what is considered "documentation" by GitHub's linguist:
49-
examples/** linguist-documentation=false
45+
# Configure directories which should *not* be included in GitHub language statistics:
46+
/deps/** linguist-vendored
47+
/dist/** linguist-generated
48+
/workshops/** linguist-vendored
49+
50+
benchmark/** linguist-vendored
51+
docs/* linguist-documentation
52+
etc/** linguist-vendored
53+
examples/** linguist-documentation
54+
scripts/** linguist-vendored
55+
test/** linguist-vendored
56+
tools/** linguist-vendored
57+
58+
# Configure files which should *not* be included in GitHub language statistics:
59+
Makefile linguist-vendored
60+
*.mk linguist-vendored
61+
*.jl linguist-vendored
62+
*.py linguist-vendored
63+
*.R linguist-vendored
64+
65+
# Configure files which should be included in GitHub language statistics:
66+
docs/types/*.d.ts -linguist-documentation

‎.github/workflows/publish.yml‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"
@@ -202,7 +206,7 @@ jobs:
202206
# Publish package to npm:
203207
- name: 'Publish package to npm'
204208
# Pin action to full length commit SHA
205-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
206210
with:
207211
token: ${{ secrets.NPM_TOKEN }}
208212
access: public
@@ -218,7 +222,6 @@ jobs:
218222
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219223
with:
220224
status: ${{ job.status }}
221-
steps: ${{ toJson(steps) }}
222225
channel: '#npm-ci'
223226
if: failure()
224227

‎.github/workflows/test.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ jobs:
9595
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9696
with:
9797
status: ${{ job.status }}
98-
steps: ${{ toJson(steps) }}
9998
channel: '#npm-ci'
10099
if: failure()

‎.github/workflows/test_coverage.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
120120
with:
121121
status: ${{ job.status }}
122-
steps: ${{ toJson(steps) }}
123122
channel: '#npm-ci'
124123
if: failure()
125124

‎.github/workflows/test_install.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,5 @@ jobs:
8181
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
8282
with:
8383
status: ${{ job.status }}
84-
steps: ${{ toJson(steps) }}
8584
channel: '#npm-ci'
8685
if: failure()

‎.npmrc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

‎CHANGELOG.md‎

Lines changed: 135 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,138 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/releases) for the changelog.
5+
<section class="release" id="v0.2.0">
6+
7+
## 0.2.0 (2024-07-27)
8+
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`378c108`](https://github.com/stdlib-js/stdlib/commit/378c108278799749f256989970815ad6b263a3e8) - ensure suffix is appended for non-integer values
14+
- [`8060caf`](https://github.com/stdlib-js/stdlib/commit/8060caf34407daeaddc41089a0521853710f40ef) - allow array-like objects
15+
16+
</section>
17+
18+
<!-- /.bug-fixes -->
19+
20+
<section class="commits">
21+
22+
### Commits
23+
24+
<details>
25+
26+
- [`378c108`](https://github.com/stdlib-js/stdlib/commit/378c108278799749f256989970815ad6b263a3e8) - **fix:** ensure suffix is appended for non-integer values _(by Athan Reines)_
27+
- [`8060caf`](https://github.com/stdlib-js/stdlib/commit/8060caf34407daeaddc41089a0521853710f40ef) - **fix:** allow array-like objects _(by Athan Reines)_
28+
- [`c12e373`](https://github.com/stdlib-js/stdlib/commit/c12e373dd4082120edfa717bb39e737c49792a6f) - **docs:** update examples and improve type specificity _(by Athan Reines)_
29+
30+
</details>
31+
32+
</section>
33+
34+
<!-- /.commits -->
35+
36+
<section class="contributors">
37+
38+
### Contributors
39+
40+
A total of 1 person contributed to this release. Thank you to this contributor:
41+
42+
- Athan Reines
43+
44+
</section>
45+
46+
<!-- /.contributors -->
47+
48+
</section>
49+
50+
<!-- /.release -->
51+
52+
<section class="release" id="v0.1.1">
53+
54+
## 0.1.1 (2024-02-24)
55+
56+
No changes reported for this release.
57+
58+
</section>
59+
60+
<!-- /.release -->
61+
62+
<section class="release" id="v0.2.0">
63+
64+
## 0.2.0 (2024-02-14)
65+
66+
No changes reported for this release.
67+
68+
</section>
69+
70+
<!-- /.release -->
71+
72+
<section class="release" id="v0.1.0">
73+
74+
## 0.1.0 (2023-09-23)
75+
76+
<section class="features">
77+
78+
### Features
79+
80+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
81+
82+
</section>
83+
84+
<!-- /.features -->
85+
86+
<section class="breaking-changes">
87+
88+
### BREAKING CHANGES
89+
90+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
91+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
92+
93+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
94+
95+
</section>
96+
97+
<!-- /.breaking-changes -->
98+
99+
<section class="commits">
100+
101+
### Commits
102+
103+
<details>
104+
105+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
106+
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
107+
108+
</details>
109+
110+
</section>
111+
112+
<!-- /.commits -->
113+
114+
<section class="contributors">
115+
116+
### Contributors
117+
118+
A total of 1 person contributed to this release. Thank you to this contributor:
119+
120+
- Philipp Burckhardt
121+
122+
</section>
123+
124+
<!-- /.contributors -->
125+
126+
</section>
127+
128+
<!-- /.release -->
129+
130+
<section class="release" id="v0.0.1">
131+
132+
## 0.0.1 (2023-02-02)
133+
134+
No changes reported for this release.
135+
136+
</section>
137+
138+
<!-- /.release -->
139+

‎CONTRIBUTORS‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Adarsh Palaskar <adarshpalaskar99@gmail.com>
66
Aditya Sapra <adityaework@gmail.com>
77
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
8+
Aleksandr <112382387+alextes90@users.noreply.github.com>
89
Ali Salesi <ali_sal1381@yahoo.com>
910
Aman Bhansali <bhansali.1@iitj.ac.in>
1011
Amit Jimiwal <amitjimiwal45@gmail.com>
@@ -18,13 +19,15 @@ Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
1819
Christopher Dambamuromo <chridam@gmail.com>
1920
Dan Rose <danoftheroses@gmail.com>
2021
Daniel Killenberger <daniel.killenberger@gmail.com>
22+
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2123
Dominik Moritz <domoritz@gmail.com>
2224
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2325
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2426
Frank Kovacs <fran70kk@gmail.com>
2527
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2628
Gunj Joshi <gunjjoshi8372@gmail.com>
2729
Harshita Kalani <harshitakalani02@gmail.com>
30+
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
2831
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
2932
James Gelok <jdgelok@gmail.com>
3033
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -48,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
4851
Naresh Jagadeesan <naresh.naresh000@gmail.com>
4952
NightKnight <Ahmedatwa866@yahoo.com>
5053
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5155
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5256
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5357
Philipp Burckhardt <pburckhardt@outlook.com>
@@ -60,6 +64,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6064
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6165
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6266
Ricky Reusser <rsreusser@gmail.com>
67+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6368
Robert Gislason <gztown2216@yahoo.com>
6469
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6570
Rutam <138517416+performant23@users.noreply.github.com>
@@ -69,8 +74,11 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
6974
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7075
Shivam <11shivam00@gmail.com>
7176
Shraddheya Shendre <shendreshraddheya@gmail.com>
77+
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7278
Shubham Mishra <shubh622005@gmail.com>
73-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
80+
Snehil Shah <snehilshah.989@gmail.com>
81+
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
7482
Spandan Barve <contact@marsian.dev>
7583
Stephannie Jiménez Gacha <steff456@hotmail.com>
7684
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -79,8 +87,10 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
7987
Utkarsh <http://utkarsh11105@gmail.com>
8088
Utkarsh Raj <rajutkarsh2505@gmail.com>
8189
Varad Gupta <varadgupta21@gmail.com>
90+
Xiaochuan Ye <tap91624@gmail.com>
8291
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
8392
naveen <stupiddint@gmail.com>
8493
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
8594
orimiles5 <97595296+orimiles5@users.noreply.github.com>
95+
rainn <88160429+AmCodesLame@users.noreply.github.com>
8696
rei2hu <reimu@reimu.ws>

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ For more information on the project, filing bug reports and feature requests, an
188188

189189
---
190190

191+
## License
192+
193+
See [LICENSE][stdlib-license].
194+
195+
191196
## Copyright
192197

193198
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
@@ -203,8 +208,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
203208
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools-evalpoly-compile-c.svg
204209
[npm-url]: https://npmjs.org/package/@stdlib/math-base-tools-evalpoly-compile-c
205210

206-
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=main
207-
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:main
211+
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml/badge.svg?branch=v0.2.0
212+
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile-c/actions/workflows/test.yml?query=branch:v0.2.0
208213

209214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly-compile-c/main.svg
210215
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-evalpoly-compile-c?branch=main
@@ -223,6 +228,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
223228

224229
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
225230

231+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math-base-tools-evalpoly-compile-c/main/LICENSE
232+
226233
[@stdlib/math/base/tools/evalpoly]: https://github.com/stdlib-js/math-base-tools-evalpoly
227234

228235
</section>

‎dist/index.js‎

Lines changed: 4 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)