Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 16, 2024
1 parent abae3a2 commit 9b43cdf
Show file tree
Hide file tree
Showing 17 changed files with 138 additions and 27 deletions.
29 changes: 23 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions .github/workflows/productionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -516,7 +515,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -695,7 +693,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -893,7 +890,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
# Replace branch in README.md link definitions for badges with the new version:
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
# Create a new commit and tag:
git add package.json README.md
git commit -m "Release v${NEW_VERSION}"
Expand Down Expand Up @@ -218,7 +222,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
3 changes: 0 additions & 3 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -139,7 +138,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down Expand Up @@ -184,6 +182,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
1 change: 0 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()
95 changes: 94 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,97 @@

> Package changelog.
See [GitHub Releases](https://github.com/stdlib-js/datasets-cmudict/releases) for the changelog.
<section class="release" id="unreleased">

## Unreleased (2024-07-16)

<section class="commits">

### Commits

<details>

- [`dca9cf7`](https://github.com/stdlib-js/stdlib/commit/dca9cf7b5d08dccdc3487ddc245e9a22a74a274a) - **docs:** change indentation from tabs to spaces in JSDoc example code _(by Philipp Burckhardt)_
- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

<section class="release" id="v0.2.1">

## 0.2.1 (2024-02-24)

<section class="features">

### Features

- [`975c5e6`](https://github.com/stdlib-js/stdlib/commit/975c5e6a9c8b5f1020f013279aa5d1ea5433bdaf) - update minimum TypeScript version

</section>

<!-- /.features -->

<section class="breaking-changes">

### BREAKING CHANGES

- [`975c5e6`](https://github.com/stdlib-js/stdlib/commit/975c5e6a9c8b5f1020f013279aa5d1ea5433bdaf): update minimum TypeScript version
- [`975c5e6`](https://github.com/stdlib-js/stdlib/commit/975c5e6a9c8b5f1020f013279aa5d1ea5433bdaf): update minimum TypeScript version to 4.1

- To migrate, users should upgrade their TypeScript version to at least version 4.1.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`975c5e6`](https://github.com/stdlib-js/stdlib/commit/975c5e6a9c8b5f1020f013279aa5d1ea5433bdaf) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`ad2a662`](https://github.com/stdlib-js/stdlib/commit/ad2a662e3d0e96c339d073bd7e6b07f50961262b) - **docs:** remove empty lines _(by Philipp Burckhardt)_
- [`11b2b38`](https://github.com/stdlib-js/stdlib/commit/11b2b3850a34ffa1637b5efed3f83e3211fbb5c4) - **test:** use strictEqual checks _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

11 changes: 10 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Adarsh Palaskar <[email protected]>
Aditya Sapra <[email protected]>
AgPriyanshu18 <[email protected]>
Aleksandr <[email protected]>
Ali Salesi <[email protected]>
Aman Bhansali <[email protected]>
Amit Jimiwal <[email protected]>
Expand All @@ -18,13 +19,15 @@ Chinmay Joshi <[email protected]>
Christopher Dambamuromo <[email protected]>
Dan Rose <[email protected]>
Daniel Killenberger <[email protected]>
Daniel Yu <[email protected]>
Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
EuniceSim142 <[email protected]>
Frank Kovacs <[email protected]>
Golden Kumar <[email protected]>
Gunj Joshi <[email protected]>
Harshita Kalani <[email protected]>
Hridyanshu <[email protected]>
Jaimin Godhani <[email protected]>
James Gelok <[email protected]>
Jaysukh Makvana <[email protected]>
Expand Down Expand Up @@ -60,6 +63,7 @@ Pushpendra Chandravanshi <[email protected]>
Raunak Kumar Gupta <[email protected]>
Rejoan Sardar <[email protected]>
Ricky Reusser <[email protected]>
Ridam Garg <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Rutam <[email protected]>
Expand All @@ -69,8 +73,11 @@ Seyyed Parsa Neshaei <[email protected]>
Shashank Shekhar Singh <[email protected]>
Shivam <[email protected]>
Shraddheya Shendre <[email protected]>
Shubh Mehta <[email protected]>
Shubham Mishra <[email protected]>
Snehil Shah <[email protected]>
Sivam Das <[email protected]>
Snehil Shah <[email protected]>
Soumajit Chatterjee <[email protected]>
Spandan Barve <[email protected]>
Stephannie Jiménez Gacha <[email protected]>
Suraj kumar <[email protected]>
Expand All @@ -79,8 +86,10 @@ Tudor Pagu <[email protected]>
Utkarsh <http://[email protected]>
Utkarsh Raj <[email protected]>
Varad Gupta <[email protected]>
Xiaochuan Ye <[email protected]>
Yernar Yergaziyev <[email protected]>
naveen <[email protected]>
nishant-s7 <[email protected]>
orimiles5 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
2 changes: 1 addition & 1 deletion data/dict.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/phones.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"AA":"vowel","AE":"vowel","AH":"vowel","AO":"vowel","AW":"vowel","AY":"vowel","B":"stop","CH":"affricate","D":"stop","DH":"fricative","EH":"vowel","ER":"vowel","EY":"vowel","F":"fricative","G":"stop","HH":"aspirate","IH":"vowel","IY":"vowel","JH":"affricate","K":"stop","L":"liquid","M":"nasal","N":"nasal","NG":"nasal","OW":"vowel","OY":"vowel","P":"stop","R":"liquid","S":"fricative","SH":"fricative","T":"stop","TH":"fricative","UH":"vowel","UW":"vowel","V":"fricative","W":"semivowel","Y":"semivowel","Z":"fricative","ZH":"fricative"}
{"AA":"vowel","AE":"vowel","AH":"vowel","AO":"vowel","AW":"vowel","AY":"vowel","B":"stop","CH":"affricate","D":"stop","DH":"fricative","EH":"vowel","ER":"vowel","EY":"vowel","F":"fricative","G":"stop","HH":"aspirate","IH":"vowel","IY":"vowel","JH":"affricate","K":"stop","L":"liquid","M":"nasal","N":"nasal","NG":"nasal","OW":"vowel","OY":"vowel","P":"stop","R":"liquid","S":"fricative","SH":"fricative","T":"stop","TH":"fricative","UH":"vowel","UW":"vowel","V":"fricative","W":"semivowel","Y":"semivowel","Z":"fricative","ZH":"fricative"}
2 changes: 1 addition & 1 deletion data/symbols.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["AA","AA0","AA1","AA2","AE","AE0","AE1","AE2","AH","AH0","AH1","AH2","AO","AO0","AO1","AO2","AW","AW0","AW1","AW2","AY","AY0","AY1","AY2","B","CH","D","DH","EH","EH0","EH1","EH2","ER","ER0","ER1","ER2","EY","EY0","EY1","EY2","F","G","HH","IH","IH0","IH1","IH2","IY","IY0","IY1","IY2","JH","K","L","M","N","NG","OW","OW0","OW1","OW2","OY","OY0","OY1","OY2","P","R","S","SH","T","TH","UH","UH0","UH1","UH2","UW","UW0","UW1","UW2","V","W","Y","Z","ZH",""]
["AA","AA0","AA1","AA2","AE","AE0","AE1","AE2","AH","AH0","AH1","AH2","AO","AO0","AO1","AO2","AW","AW0","AW1","AW2","AY","AY0","AY1","AY2","B","CH","D","DH","EH","EH0","EH1","EH2","ER","ER0","ER1","ER2","EY","EY0","EY1","EY2","F","G","HH","IH","IH0","IH1","IH2","IY","IY0","IY1","IY2","JH","K","L","M","N","NG","OW","OW0","OW1","OW2","OY","OY0","OY1","OY2","P","R","S","SH","T","TH","UH","UH0","UH1","UH2","UW","UW0","UW1","UW2","V","W","Y","Z","ZH",""]
2 changes: 1 addition & 1 deletion data/vp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"!exclamation-point":"EH2 K S K L AH0 M EY1 SH AH0 N P OY2 N T","\"close-quote":"K L OW1 Z K W OW1 T","\"double-quote":"D AH1 B AH0 L K W OW1 T","\"end-of-quote":"EH1 N D AH0 V K W OW1 T","\"end-quote":"EH1 N D K W OW1 T","\"in-quotes":"IH1 N K W OW1 T S","\"quote":"K W OW1 T","\"unquote":"AH1 N K W OW1 T","#sharp-sign":"SH AA1 R P S AY1 N","%percent":"P ER0 S EH1 N T","&ampersand":"AE1 M P ER0 S AE2 N D","(begin-parens":"B IH0 G IH1 N P ER0 EH1 N Z","(in-parentheses":"IH1 N P ER0 EH1 N TH AH0 S IY2 Z","(left-paren":"L EH1 F T P ER0 EH1 N","(open-parentheses":"OW1 P AH0 N P ER0 EH1 N TH AH0 S IY2 Z","(paren":"P ER0 EH1 N","(parens":"P ER0 EH1 N Z","(parentheses":"P ER0 EH1 N TH AH0 S IY2 Z",")close-paren":"K L OW1 Z P ER0 EH1 N",")close-parentheses":"K L OW1 Z P ER0 EH1 N TH AH0 S IY2 Z",")end-paren":"EH1 N D P ER0 EH1 N",")end-parens":"EH1 N D P ER0 EH1 N Z",")end-parentheses":"EH1 N D P ER0 EH1 N TH AH0 S IY2 Z",")end-the-paren":"EH1 N D DH AH0 P ER0 EH1 N",")paren":"P ER0 EH1 N",")parens":"P ER0 EH1 N Z",")right-paren":"R AY1 T P ER0 EH1 N",")right-paren(1)":"R AY1 T P EH1 R AH0 N",")un-parentheses":"AH1 N P ER0 EH1 N TH AH0 S IY1 Z",",comma":"K AA1 M AH0","-dash":"D AE1 SH","-hyphen":"HH AY1 F AH0 N","...ellipsis":"IH0 L IH1 P S IH0 S",".decimal":"D EH1 S AH0 M AH0 L",".dot":"D AA1 T",".full-stop":"F UH1 L S T AA1 P",".period":"P IH1 R IY0 AH0 D",".point":"P OY1 N T","/slash":"S L AE1 SH",":colon":"K OW1 L AH0 N",";semi-colon":"S EH1 M IY0 K OW1 L AH0 N",";semi-colon(1)":"S EH1 M IH0 K OW2 L AH0 N","?question-mark":"K W EH1 S CH AH0 N M AA1 R K","{brace":"B R EY1 S","{left-brace":"L EH1 F T B R EY1 S","{open-brace":"OW1 P EH0 N B R EY1 S","}close-brace":"K L OW1 Z B R EY1 S","}right-brace":"R AY1 T B R EY1 S","'end-inner-quote":"EH1 N D IH1 N ER0 K W OW1 T","'end-quote":"EH1 N D K W OW1 T","'inner-quote":"IH1 N ER0 K W OW1 T","'single-quote":"S IH1 NG G AH0 L K W OW1 T","'quote":"K W OW1 T","'apostrophe":"AH0 P AA1 S T R AH0 F IY0","":""}
{"!exclamation-point":"EH2 K S K L AH0 M EY1 SH AH0 N P OY2 N T","\"close-quote":"K L OW1 Z K W OW1 T","\"double-quote":"D AH1 B AH0 L K W OW1 T","\"end-of-quote":"EH1 N D AH0 V K W OW1 T","\"end-quote":"EH1 N D K W OW1 T","\"in-quotes":"IH1 N K W OW1 T S","\"quote":"K W OW1 T","\"unquote":"AH1 N K W OW1 T","#sharp-sign":"SH AA1 R P S AY1 N","%percent":"P ER0 S EH1 N T","&ampersand":"AE1 M P ER0 S AE2 N D","(begin-parens":"B IH0 G IH1 N P ER0 EH1 N Z","(in-parentheses":"IH1 N P ER0 EH1 N TH AH0 S IY2 Z","(left-paren":"L EH1 F T P ER0 EH1 N","(open-parentheses":"OW1 P AH0 N P ER0 EH1 N TH AH0 S IY2 Z","(paren":"P ER0 EH1 N","(parens":"P ER0 EH1 N Z","(parentheses":"P ER0 EH1 N TH AH0 S IY2 Z",")close-paren":"K L OW1 Z P ER0 EH1 N",")close-parentheses":"K L OW1 Z P ER0 EH1 N TH AH0 S IY2 Z",")end-paren":"EH1 N D P ER0 EH1 N",")end-parens":"EH1 N D P ER0 EH1 N Z",")end-parentheses":"EH1 N D P ER0 EH1 N TH AH0 S IY2 Z",")end-the-paren":"EH1 N D DH AH0 P ER0 EH1 N",")paren":"P ER0 EH1 N",")parens":"P ER0 EH1 N Z",")right-paren":"R AY1 T P ER0 EH1 N",")right-paren(1)":"R AY1 T P EH1 R AH0 N",")un-parentheses":"AH1 N P ER0 EH1 N TH AH0 S IY1 Z",",comma":"K AA1 M AH0","-dash":"D AE1 SH","-hyphen":"HH AY1 F AH0 N","...ellipsis":"IH0 L IH1 P S IH0 S",".decimal":"D EH1 S AH0 M AH0 L",".dot":"D AA1 T",".full-stop":"F UH1 L S T AA1 P",".period":"P IH1 R IY0 AH0 D",".point":"P OY1 N T","/slash":"S L AE1 SH",":colon":"K OW1 L AH0 N",";semi-colon":"S EH1 M IY0 K OW1 L AH0 N",";semi-colon(1)":"S EH1 M IH0 K OW2 L AH0 N","?question-mark":"K W EH1 S CH AH0 N M AA1 R K","{brace":"B R EY1 S","{left-brace":"L EH1 F T B R EY1 S","{open-brace":"OW1 P EH0 N B R EY1 S","}close-brace":"K L OW1 Z B R EY1 S","}right-brace":"R AY1 T B R EY1 S","'end-inner-quote":"EH1 N D IH1 N ER0 K W OW1 T","'end-quote":"EH1 N D K W OW1 T","'inner-quote":"IH1 N ER0 K W OW1 T","'single-quote":"S IH1 NG G AH0 L K W OW1 T","'quote":"K W OW1 T","'apostrophe":"AH0 P AA1 S T R AH0 F IY0","":""}
Loading

0 comments on commit 9b43cdf

Please sign in to comment.