Skip to content

Commit 295164d

Browse files
committed
Auto-generated commit
1 parent 3dfdc09 commit 295164d

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-15)
7+
## Unreleased (2025-03-18)
88

99
<section class="features">
1010

@@ -48,6 +48,9 @@
4848

4949
<details>
5050

51+
- [`74826d6`](https://github.com/stdlib-js/stdlib/commit/74826d6d9c5c800da64c3a9821a511fef2fd0a67) - **refactor:** update paths _(by Gururaj Gurram)_
52+
- [`74b15bb`](https://github.com/stdlib-js/stdlib/commit/74b15bba6c22bcdd23d61a4e8996a59c7ef0f041) - **refactor:** update paths _(by Gururaj Gurram)_
53+
- [`3938b26`](https://github.com/stdlib-js/stdlib/commit/3938b265e603116448c89fcaa58df70e79d40f59) - **refactor:** update paths _(by Gururaj Gurram)_
5154
- [`89ecfe0`](https://github.com/stdlib-js/stdlib/commit/89ecfe0212aef0448017f8e404a3862fda851170) - **refactor:** update paths _(by Gururaj Gurram)_
5255
- [`c7c1fb3`](https://github.com/stdlib-js/stdlib/commit/c7c1fb325f010a77313c58bfd51598af47720d89) - **refactor:** update paths _(by Gururaj Gurram)_
5356
- [`bde09b5`](https://github.com/stdlib-js/stdlib/commit/bde09b5464e1faab4b01b03509626755c661db20) - **refactor:** update paths _(by Gururaj Gurram)_

data/data.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"@stdlib/math/base/special/cflipsignf",base.cflipsignf
207207
"@stdlib/math/base/special/cfloor",base.cfloor
208208
"@stdlib/math/base/special/cfloorn",base.cfloorn
209-
"@stdlib/math/base/special/cidentity",base.cidentity
209+
"@stdlib/complex/float64/base/identity",base.cidentity
210210
"@stdlib/math/base/special/cidentityf",base.cidentityf
211211
"@stdlib/math/base/special/cinv",base.cinv
212212
"@stdlib/math/base/special/clamp",base.clamp
@@ -802,8 +802,8 @@
802802
"@stdlib/math/base/tools/hermitepoly",base.hermitepoly
803803
"@stdlib/math/base/special/hypot",base.hypot
804804
"@stdlib/math/base/special/hypotf",base.hypotf
805-
"@stdlib/math/base/special/identity",base.identity
806-
"@stdlib/math/base/special/identityf",base.identityf
805+
"@stdlib/number/float64/base/identity",base.identity
806+
"@stdlib/number/float32/base/identity",base.identityf
807807
"@stdlib/number/int32/base/mul",base.imul
808808
"@stdlib/number/int32/base/muldw",base.imuldw
809809
"@stdlib/slice/base/int2slice",base.int2slice

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

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

0 commit comments

Comments
 (0)