8000 Auto-generated commit · stdlib-js/ndarray-base-nullary@cff7b98 · GitHub
[go: up one dir, main page]

Skip to content

Commit cff7b98

Browse files
committed
Auto-generated commit
1 parent 6e4c901 commit cff7b98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1284
-1273
lines changed

CHANGELOG.md

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

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`442efb4`](https://github.com/stdlib-js/stdlib/commit/442efb4980c95c38eb1333c1d7a38b5e2ab4d2ec) - **chore:** resolve lint errors _(by Athan Reines)_
16+
- [`3419f20`](https://github.com/stdlib-js/stdlib/commit/3419f20af1c819b14ab5ccf7b17379fa8f977399) - **chore:** resolve lint errors _(by Athan Reines)_
17+
- [`2c5c512`](https://github.com/stdlib-js/stdlib/commit/2c5c5127bd8bec569f88086096c65e39efc722c9) - **docs:** update comment _(by Athan Reines)_
18+
- [`19ed652`](https://github.com/stdlib-js/stdlib/commit/19ed652198d5f219df78a46f8d4d0a5447ab2cb1) - **style:** reorder variable declarations to match ndarray/base/unary _(by Athan Reines)_
19+
- [`2b67d75`](https://github.com/stdlib-js/stdlib/commit/2b67d75c6c85b360e539bc5316ad0607a08d9521) - **docs:** fix examples and resolve lint error _(by Athan Reines)_
20+
- [`4846eb1`](https://github.com/stdlib-js/stdlib/commit/4846eb195c29d2133d39717da261b73cbe9eac7c) - **style:** fix spacing _(by Athan Reines)_
21+
- [`382eff4`](https://github.com/stdlib-js/stdlib/commit/382eff4642422f1e7a8ff0f1fb05b5ec9642384d) - **docs:** fix comment _(by Athan Reines)_
1522
- [`843fd22`](https://github.com/stdlib-js/stdlib/commit/843fd22b54dd151a98bf2dd9f145147a6e7f8522) - **docs:** fix example _(by Athan Reines)_
1623
- [`d6437f7`](https://github.com/stdlib-js/stdlib/commit/d6437f72ff5f7b0b08c531e25826651f28757143) - **docs:** fix example _(by Athan Reines)_
1724
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <jain.aadishj@gmail.com>
6+
Aarya Balwadkar <142713127+AaryaBalwadkar@users.noreply.github.com>
67
Aayush Khanna <aayushiitbhu23@gmail.com>
78
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
89
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
@@ -77,11 +78,13 @@ Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7778
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
7879
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
7980
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
81+
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
8082
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8183
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8284
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
8385
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
8486
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
87+
MANI <77221000+Eternity0207@users.noreply.github.com>
8588
Manik Sharma <maniksharma.rke@gmail.com>
8689
Manvith M <148960168+manvith2003@users.noreply.github.com>
8790
Marcus Fantham <mfantham@users.noreply.github.com>
@@ -103,6 +106,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
103106
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
104107
Ori Miles <97595296+orimiles5@users.noreply.github.com>
105108
Philipp Burckhardt <pburckhardt@outlook.com>
109+
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
106110
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
107111
Pranav Goswami <pranavchiku11@gmail.com>
108112
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>

include/stdlib/ndarray/base/nullary/b.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_b.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_f.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_k.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_s.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

include/stdlib/ndarray/base/nullary/c_as_z.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)
0