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 a77e627 commit 9fc1275
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 @@
"@stdlib/constants/float16/sqrt-eps","@stdlib/constants/float16/eps,@stdlib/constants/float32/sqrt-eps,@stdlib/constants/float64/sqrt-eps"
"@stdlib/constants/float32/abs-mask","@stdlib/constants/float32/exponent-mask,@stdlib/constants/float32/sign-mask,@stdlib/constants/float32/significand-mask"
"@stdlib/constants/float32/cbrt-eps","@stdlib/constants/float32/eps,@stdlib/constants/float32/sqrt-eps,@stdlib/constants/float64/cbrt-eps"
"@stdlib/constants/float32/e","@stdlib/constants/float64/e"
"@stdlib/constants/float32/eps","@stdlib/constants/float64/eps"
"@stdlib/constants/float32/exponent-bias","@stdlib/constants/float16/exponent-bias,@stdlib/constants/float64/exponent-bias"
"@stdlib/constants/float32/exponent-mask","@stdlib/constants/float32/sign-mask,@stdlib/constants/float32/significand-mask,@stdlib/constants/float32/abs-mask"
"@stdlib/constants/float32/fourth-pi","@stdlib/constants/float32/half-pi,@stdlib/constants/float32/pi,@stdlib/constants/float32/two-pi"
"@stdlib/constants/float32/half-ln-two","@stdlib/constants/float64/half-ln-two"
"@stdlib/constants/float32/half-pi","@stdlib/constants/float32/fourth-pi,@stdlib/constants/float32/pi,@stdlib/constants/float32/two-pi"
"@stdlib/constants/float32/ln-half","@stdlib/constants/float64/ln-half"
"@stdlib/constants/float32/ln-pi","@stdlib/constants/float32/pi,@stdlib/constants/float64/ln-pi"
"@stdlib/constants/float32/ln-ten","@stdlib/constants/float32/ln-two,@stdlib/constants/float64/ln-ten"
"@stdlib/constants/float32/ln-two","@stdlib/constants/float32/ln-ten,@stdlib/constants/float64/ln-two"
"@stdlib/constants/float32/max","@stdlib/constants/float16/max,@stdlib/constants/float64/max"
"@stdlib/constants/float32/max-base2-exponent","@stdlib/constants/float32/max-base2-exponent-subnormal,@stdlib/constants/float64/max-base2-exponent"
"@stdlib/constants/float32/max-base2-exponent-subnormal","@stdlib/constants/float32/max-base2-exponent,@stdlib/constants/float64/max-base2-exponent-subnormal"
"@stdlib/constants/float32/max-base10-exponent","@stdlib/constants/float32/max-base10-exponent-subnormal,@stdlib/constants/float64/max-base10-exponent"
"@stdlib/constants/float32/max-base10-exponent-subnormal","@stdlib/constants/float32/max-base10-exponent,@stdlib/constants/float64/max-base10-exponent-subnormal"
"@stdlib/constants/float32/max-safe-fibonacci","@stdlib/constants/float64/max-safe-fibonacci"
"@stdlib/constants/float32/max-safe-integer","@stdlib/constants/float16/max-safe-integer,@stdlib/constants/float32/min-safe-integer,@stdlib/constants/float64/max-safe-integer"
"@stdlib/constants/float32/max-safe-nth-factorial",""
"@stdlib/constants/float32/max-safe-nth-fibonacci","@stdlib/constants/float64/max-safe-nth-fibonacci"
"@stdlib/constants/float32/max-safe-nth-lucas","@stdlib/constants/float64/max-safe-nth-lucas"
"@stdlib/constants/float32/min-base2-exponent","@stdlib/constants/float32/min-base2-exponent-subnormal,@stdlib/constants/float64/min-base2-exponent"
"@stdlib/constants/float32/min-base2-exponent-subnormal","@stdlib/constants/float32/min-base2-exponent,@stdlib/constants/float64/min-base2-exponent-subnormal"
"@stdlib/constants/float32/min-base10-exponent","@stdlib/constants/float32/min-base10-exponent-subnormal,@stdlib/constants/float64/min-base10-exponent"
"@stdlib/constants/float32/min-base10-exponent-subnormal","@stdlib/constants/float32/min-base10-exponent,@stdlib/constants/float64/min-base10-exponent-subnormal"
"@stdlib/constants/float32/min-safe-integer","@stdlib/constants/float16/min-safe-integer,@stdlib/constants/float32/max-safe-integer,@stdlib/constants/float64/min-safe-integer"
"@stdlib/constants/float32/nan","@stdlib/constants/float64/nan"
"@stdlib/constants/float32/ninf","@stdlib/constants/float32/pinf,@stdlib/constants/float64/ninf"
"@stdlib/constants/float32/num-bytes","@stdlib/constants/float16/num-bytes,@stdlib/constants/float64/num-bytes"
"@stdlib/constants/float32/phi","@stdlib/constants/float64/phi"
"@stdlib/constants/float32/pi","@stdlib/constants/float32/fourth-pi,@stdlib/constants/float32/half-pi,@stdlib/constants/float32/two-pi"
"@stdlib/constants/float32/pinf","@stdlib/constants/float32/ninf,@stdlib/constants/float64/pinf"
"@stdlib/constants/float32/precision","@stdlib/constants/float16/precision,@stdlib/constants/float64/precision"
Expand All @@ -1682,6 +1701,13 @@
"@stdlib/constants/float32/smallest-normal","@stdlib/constants/float32/smallest-subnormal,@stdlib/constants/float64/smallest-normal"
"@stdlib/constants/float32/smallest-subnormal","@stdlib/constants/float32/smallest-normal,@stdlib/constants/float64/smallest-subnormal"
"@stdlib/constants/float32/sqrt-eps","@stdlib/constants/float32/eps,@stdlib/constants/float64/sqrt-eps"
"@stdlib/constants/float32/sqrt-half","@stdlib/constants/float64/sqrt-half"
"@stdlib/constants/float32/sqrt-half-pi","@stdlib/constants/float64/sqrt-half-pi"
"@stdlib/constants/float32/sqrt-phi","@stdlib/constants/float64/sqrt-phi"
"@stdlib/constants/float32/sqrt-pi","@stdlib/constants/float32/pi,@stdlib/constants/float64/sqrt-pi"
"@stdlib/constants/float32/sqrt-three","@stdlib/constants/float32/sqrt-two,@stdlib/constants/float64/sqrt-three"
"@stdlib/constants/float32/sqrt-two","@stdlib/constants/float32/sqrt-three,@stdlib/constants/float64/sqrt-two"
"@stdlib/constants/float32/sqrt-two-pi","@stdlib/constants/float32/pi,@stdlib/constants/float32/two-pi,@stdlib/constants/float64/sqrt-two-pi"
"@stdlib/constants/float32/two-pi","@stdlib/constants/float32/fourth-pi,@stdlib/constants/float32/half-pi,@stdlib/constants/float32/pi"
"@stdlib/array/float32","@stdlib/array/buffer,@stdlib/array/float64,@stdlib/array/int16,@stdlib/array/int32,@stdlib/array/int8,@stdlib/array/uint16,@stdlib/array/uint32,@stdlib/array/uint8,@stdlib/array/uint8c"
"@stdlib/array/fixed-endian-float32","@stdlib/array/fixed-endian-float64,@stdlib/array/float32"
Expand Down Expand Up @@ -2541,6 +2567,7 @@
"@stdlib/utils/native-class","@stdlib/utils/constructor-name,@stdlib/utils/type-of"
"@stdlib/ndarray/ctor","@stdlib/ndarray/array,@stdlib/ndarray/fancy"
"@stdlib/ndarray/to-array","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/to-json"
"@stdlib/ndarray/to-fancy","@stdlib/array/to-fancy,@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/fancy"
"@stdlib/ndarray/to-json","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/to-array"
"@stdlib/ndarray/casting-modes","@stdlib/ndarray/array,@stdlib/ndarray/ctor"
"@stdlib/ndarray/data-buffer","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/dtype"
Expand Down Expand Up @@ -2568,7 +2595,9 @@
"@stdlib/ndarray/empty-like","@stdlib/ndarray/empty,@stdlib/ndarray/zeros-like"
"@stdlib/ndarray/filter","@stdlib/ndarray/filter-map,@stdlib/ndarray/map,@stdlib/ndarray/reject,@stdlib/ndarray/slice"
"@stdlib/ndarray/filter-map","@stdlib/ndarray/filter,@stdlib/ndarray/map,@stdlib/ndarray/reject,@stdlib/ndarray/slice"
"@stdlib/ndarray/for-each","@stdlib/ndarray/map"
"@stdlib/ndarray/ndims","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/numel,@stdlib/ndarray/shape"
"@stdlib/ndarray/index","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/fancy,@stdlib/ndarray/slice,@stdlib/ndarray/to-fancy"
"@stdlib/ndarray/iter/to-array-each","@stdlib/ndarray/ctor,@stdlib/ndarray/to-array"
"@stdlib/ndarray/iter/column-entries","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/row-entries,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/columns","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"
Expand All @@ -2583,7 +2612,7 @@
"@stdlib/ndarray/iter/stacks","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/rows,@stdlib/ndarray/iter/subarrays,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/subarrays","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/rows,@stdlib/ndarray/iter/stacks,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/values","@stdlib/ndarray/ctor,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/indices"
"@stdlib/ndarray/map","@stdlib/ndarray/filter,@stdlib/ndarray/filter-map,@stdlib/ndarray/slice"
"@stdlib/ndarray/map","@stdlib/ndarray/filter,@stdlib/ndarray/filter-map,@stdlib/ndarray/for-each,@stdlib/ndarray/slice"
"@stdlib/ndarray/reject","@stdlib/ndarray/filter,@stdlib/ndarray/filter-map,@stdlib/ndarray/map,@stdlib/ndarray/slice"
"@stdlib/ndarray/slice","@stdlib/ndarray/array,@stdlib/ndarray/at,@stdlib/ndarray/ctor,@stdlib/ndarray/slice-assign,@stdlib/ndarray/slice-dimension"
"@stdlib/ndarray/slice-assign","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/slice"
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 9fc1275

Please sign in to comment.