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 Dec 29, 2024
1 parent 46d8d3d commit 4c8719a
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_published_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<section class="release" id="unreleased">

## Unreleased (2024-12-17)
## Unreleased (2024-12-29)

<section class="features">

### Features

- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - add ndarray APIs and float32 constants to namespace
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - add `ndarray2json` to namespace
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - add `ndfilterMap` to namespace
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - add `ndreject` to namespace
Expand Down Expand Up @@ -37,6 +38,7 @@

<details>

- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - **feat:** add ndarray APIs and float32 constants to namespace _(by Athan Reines)_
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - **feat:** add `ndarray2json` to namespace _(by Athan Reines)_
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - **feat:** add `ndfilterMap` to namespace _(by Athan Reines)_
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - **feat:** add `ndreject` to namespace _(by Athan Reines)_
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Dan Rose <danoftheroses@gmail.com>
Daniel Killenberger <daniel.killenberger@gmail.com>
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
Debashis Maharana <debashismaharana7854@gmail.com>
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 <domoritz@gmail.com>
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
Expand Down Expand Up @@ -74,6 +76,7 @@ Philipp Burckhardt <pburckhardt@outlook.com>
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
Pranav Goswami <goswami.4@iitj.ac.in>
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 <pratyushkumar0308@gmail.com>
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
Expand Down
31 changes: 30 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"FLOAT16_SMALLEST_NORMAL,FLOAT32_SMALLEST_SUBNORMAL,F
FLOAT16_SQRT_EPS,"FLOAT16_EPS,FLOAT32_SQRT_EPS,SQRT_EPS"
FLOAT32_ABS_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK"
FLOAT32_CBRT_EPS,"FLOAT32_EPS,FLOAT32_SQRT_EPS,CBRT_EPS"
FLOAT32_E,"E"
FLOAT32_EPS,"EPS"
FLOAT32_EXPONENT_BIAS,"FLOAT16_EXPONENT_BIAS,FLOAT64_EXPONENT_BIAS"
FLOAT32_EXPONENT_MASK,"FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK,FLOAT32_ABS_MASK"
FLOAT32_FOURTH_PI,"FLOAT32_HALF_PI,FLOAT32_PI,FLOAT32_TWO_PI"
FLOAT32_HALF_LN_TWO,"HALF_LN2"
FLOAT32_HALF_PI,"FLOAT32_FOURTH_PI,FLOAT32_PI,FLOAT32_TWO_PI"
FLOAT32_LN_HALF,"LN_HALF"
FLOAT32_LN_PI,"FLOAT32_PI,LN_PI"
FLOAT32_LN_TEN,"FLOAT32_LN_TWO,LN10"
FLOAT32_LN_TWO,"FLOAT32_LN_TEN,LN2"
FLOAT32_MAX,"FLOAT16_MAX,FLOAT64_MAX"
FLOAT32_MAX_BASE2_EXPONENT,"FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE2_EXPONENT"
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE2_EXPONENT,FLOAT64_MAX_BASE2_EXPONENT_SUBNORMAL"
FLOAT32_MAX_BASE10_EXPONENT,"FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE10_EXPONENT"
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE10_EXPONENT,FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL"
FLOAT32_MAX_SAFE_FIBONACCI,"FLOAT64_MAX_SAFE_FIBONACCI"
FLOAT32_MAX_SAFE_INTEGER,"FLOAT16_MAX_SAFE_INTEGER,FLOAT32_MIN_SAFE_INTEGER,FLOAT64_MAX_SAFE_INTEGER"
FLOAT32_MAX_SAFE_NTH_FACTORIAL,""
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"FLOAT64_MAX_SAFE_NTH_FIBONACCI"
FLOAT32_MAX_SAFE_NTH_LUCAS,"FLOAT64_MAX_SAFE_NTH_LUCAS"
FLOAT32_MIN_BASE2_EXPONENT,"FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE2_EXPONENT"
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE2_EXPONENT,FLOAT64_MIN_BASE2_EXPONENT_SUBNORMAL"
FLOAT32_MIN_BASE10_EXPONENT,"FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE10_EXPONENT"
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE10_EXPONENT,FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL"
FLOAT32_MIN_SAFE_INTEGER,"FLOAT16_MIN_SAFE_INTEGER,FLOAT32_MAX_SAFE_INTEGER,FLOAT64_MIN_SAFE_INTEGER"
FLOAT32_NAN,"NAN"
FLOAT32_NINF,"FLOAT32_PINF,NINF"
FLOAT32_NUM_BYTES,"FLOAT16_NUM_BYTES,FLOAT64_NUM_BYTES"
FLOAT32_PHI,"PHI"
FLOAT32_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_TWO_PI"
FLOAT32_PINF,"FLOAT32_NINF,PINF"
FLOAT32_PRECISION,"FLOAT16_PRECISION,FLOAT64_PRECISION"
Expand All @@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_ABS_MA
FLOAT32_SMALLEST_NORMAL,"FLOAT32_SMALLEST_SUBNORMAL,FLOAT64_SMALLEST_NORMAL"
FLOAT32_SMALLEST_SUBNORMAL,"FLOAT32_SMALLEST_NORMAL,FLOAT64_SMALLEST_SUBNORMAL"
FLOAT32_SQRT_EPS,"FLOAT32_EPS,SQRT_EPS"
FLOAT32_SQRT_HALF,"SQRT_HALF"
FLOAT32_SQRT_HALF_PI,"SQRT_HALF_PI"
FLOAT32_SQRT_PHI,"SQRT_PHI"
FLOAT32_SQRT_PI,"FLOAT32_PI,SQRT_PI"
FLOAT32_SQRT_THREE,"FLOAT32_SQRT_TWO,SQRT_THREE"
FLOAT32_SQRT_TWO,"FLOAT32_SQRT_THREE,SQRT_TWO"
FLOAT32_SQRT_TWO_PI,"FLOAT32_PI,FLOAT32_TWO_PI,SQRT_TWO_PI"
FLOAT32_TWO_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_PI"
Float32Array,"ArrayBuffer,Float64Array,Int16Array,Int32Array,Int8Array,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray"
Float32ArrayFE,"Float64ArrayFE,Float32Array"
Expand Down Expand Up @@ -2541,6 +2567,7 @@ naryFunction,"maskArguments,pickArguments"
nativeClass,"constructorName,typeOf"
ndarray,"array,FancyArray"
ndarray2array,"array,ndarray,ndarray2json"
ndarray2fancy,"array2fancy,array,ndarray,FancyArray"
ndarray2json,"array,ndarray,ndarray2array"
ndarrayCastingModes,"array,ndarray"
ndarrayDataBuffer,"array,ndarray,ndarrayDataType"
Expand Down Expand Up @@ -2568,7 +2595,9 @@ ndempty,"ndemptyLike,ndzeros"
ndemptyLike,"ndempty,ndzerosLike"
ndfilter,"ndfilterMap,ndmap,ndreject,ndslice"
ndfilterMap,"ndfilter,ndmap,ndreject,ndslice"
ndforEach,"ndmap"
ndims,"array,ndarray,numel,ndarrayShape"
ndindex,"array,ndarray,FancyArray,ndslice,ndarray2fancy"
nditer2arrayEach,"ndarray,ndarray2array"
nditerColumnEntries,"nditerColumns,nditerEntries,nditerRowEntries,ndslice"
nditerColumns,"nditerColumnEntries,nditerRows,ndslice"
Expand All @@ -2583,7 +2612,7 @@ nditerSelectDimension,"nditerColumns,nditerMatrices,nditerRows,ndslice"
nditerStacks,"nditerColumns,nditerMatrices,nditerRows,nditerSubarrays,ndslice"
nditerSubarrays,"nditerColumns,nditerMatrices,nditerRows,nditerStacks,ndslice"
nditerValues,"ndarray,nditerEntries,nditerIndices"
ndmap,"ndfilter,ndfilterMap,ndslice"
ndmap,"ndfilter,ndfilterMap,ndforEach,ndslice"
ndreject,"ndfilter,ndfilterMap,ndmap,ndslice"
ndslice,"array,ndat,ndarray,ndsliceAssign,ndsliceDimension"
ndsliceAssign,"array,ndarray,ndslice"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4c8719a

Please sign in to comment.