Skip to content

Commit e93c58c

Browse files
committed
Auto-generated commit
1 parent 4c5195b commit e93c58c

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-02-24T01:27:13.866Z

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-19)
7+
## Unreleased (2025-02-24)
88

99
<section class="packages">
1010

@@ -821,6 +821,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
821821

822822
<details>
823823

824+
- [`81e5755`](https://github.com/stdlib-js/stdlib/commit/81e5755a07adae5d75fbbd113f677d57247c94bc) - **refactor:** update path _(by Athan Reines)_
824825
- [`d38fd36`](https://github.com/stdlib-js/stdlib/commit/d38fd36fcf6ac58240b13abe41ceb3046f36a8b2) - **style:** resolve lint errors _(by Athan Reines)_
825826
- [`836170d`](https://github.com/stdlib-js/stdlib/commit/836170decec14309639deb41ae3a3c22256d68af) - **refactor:** update paths _(by Gururaj Gurram)_
826827
- [`421c4cf`](https://github.com/stdlib-js/stdlib/commit/421c4cfcd29b8dafd580ef8feecb1d664de64040) - **bench:** fix assertion _(by Athan Reines)_

CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -57,6 +58,7 @@ Justin Dennison <[email protected]>
5758
Karan Anand <[email protected]>
5859
Karthik Prakash <[email protected]>
5960
Kohantika Nath <[email protected]>
61+
Krishnam Agarwal <[email protected]>
6062
Krishnendu Das <[email protected]>
6163
Kshitij-Dale <[email protected]>
6264
Lovelin Dhoni J B <[email protected]>
@@ -94,6 +96,7 @@ Rejoan Sardar <[email protected]>
9496
Ricky Reusser <[email protected]>
9597
Ridam Garg <[email protected]>
9698
99+
Rishav Tarway <[email protected]>
97100
Robert Gislason <[email protected]>
98101
Roman Stetsyk <[email protected]>
99102
Rutam Kathale <[email protected]>

index/lib/cache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var LinkedList = require( '@stdlib/utils/linked-list' );
23+
var LinkedList = require( '@stdlib/dstructs/linked-list' );
2424

2525

2626
// MAIN //

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@stdlib/buffer": "github:stdlib-js/buffer#main",
4545
"@stdlib/complex": "github:stdlib-js/complex#main",
4646
"@stdlib/constants": "github:stdlib-js/constants#main",
47+
"@stdlib/dstructs": "github:stdlib-js/dstructs#main",
4748
"@stdlib/math": "github:stdlib-js/math#main",
4849
"@stdlib/number": "github:stdlib-js/number#main",
4950
"@stdlib/object": "github:stdlib-js/object#main",

0 commit comments

Comments
 (0)