Skip to content

Commit 513702b

Browse files
committed
Auto-generated commit
1 parent 5f9d0ca commit 513702b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 2 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-11)
7+
## Unreleased (2025-03-17)
88

99
<section class="packages">
1010

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

975975
<details>
976976

977+
- [`45a92db`](https://github.com/stdlib-js/stdlib/commit/45a92dba41673fda4e01deb4cfc74e7bcb28d50b) - **bench:** fix require expression _(by Athan Reines)_
977978
- [`40b4245`](https://github.com/stdlib-js/stdlib/commit/40b4245a2a2ddc1fc8d93ea54a6f629102a037bc) - **chore:** fix EditorConfig lint errors [(#5970)](https://github.com/stdlib-js/stdlib/pull/5970) _(by Kaushikgtm)_
978979
- [`a1e8f03`](https://github.com/stdlib-js/stdlib/commit/a1e8f03af0ee470d0783cb840878dc7cde0826c3) - **chore:** fix EditorConfig lint errors [(#5543)](https://github.com/stdlib-js/stdlib/pull/5543) _(by ditsu, Athan Reines, Philipp Burckhardt)_
979980
- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1) - **feat:** update namespace TypeScript declarations [(#5436)](https://github.com/stdlib-js/stdlib/pull/5436) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Dan Rose <danoftheroses@gmail.com>
3333
Daniel Killenberger <daniel.killenberger@gmail.com>
3434
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3535
Debashis Maharana <debashismaharana7854@gmail.com>
36+
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
3637
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
3738
Dev Goel <135586571+corsairier@users.noreply.github.com>
3839
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -71,6 +72,7 @@ Justin Dennison <justin1dennison@gmail.com>
7172
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7273
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
7374
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
75+
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
7476
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
7577
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
7678
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -98,7 +100,7 @@ Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
98100
Ori Miles <97595296+orimiles5@users.noreply.github.com>
99101
Philipp Burckhardt <pburckhardt@outlook.com>
100102
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
101-
Pranav Goswami <goswami.4@iitj.ac.in>
103+
Pranav Goswami <pranavchiku11@gmail.com>
102104
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
103105
Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
104106
Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
@@ -118,6 +120,7 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
118120
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
119121
Ryan Seal <splrk@users.noreply.github.com>
120122
Rylan Yang <137365285+rylany27@users.noreply.github.com>
123+
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
121124
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
122125
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
123126
Saurabh Singh <saurabhsraghuvanshi@gmail.com>

base/unary-by/benchmark/benchmark.3d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var identity = require( '@stdlib/math/base/special/identity' );
3131
var filledarray = require( '@stdlib/array/filled' );
3232
var shape2strides = require( './../../../base/shape2strides' );
3333
var pkg = require( './../package.json' ).name;
34-
var unaryBy = require( './../lib/3d.js', identity );
34+
var unaryBy = require( './../lib/3d.js' );
3535

3636

3737
// VARIABLES //

0 commit comments

Comments
 (0)