Skip to content

Commit 0723cd7

Browse files
committed
Auto-generated commit
1 parent fd4d92a commit 0723cd7

File tree

5 files changed

+459
-3
lines changed

5 files changed

+459
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
### Features
1212

13+
- [`8427c6a`](https://github.com/stdlib-js/stdlib/commit/8427c6a346e575bdc3aba46679763649f91fae97) - add `zsumkbn` to namespace
14+
- [`f05fd5e`](https://github.com/stdlib-js/stdlib/commit/f05fd5ec7c534ff7bfcdf0b003844668be74cd37) - add `ssum*` packages to namespace
15+
- [`00a150a`](https://github.com/stdlib-js/stdlib/commit/00a150a8f248211a585ff64f6d06377d1c07da1b) - add `snansum*` packages to namespace
16+
- [`4fd2a21`](https://github.com/stdlib-js/stdlib/commit/4fd2a219ae6e07280d6cc6a1b5b09a4041372cfc) - add `scusum*` packages to namespace
17+
- [`88a1858`](https://github.com/stdlib-js/stdlib/commit/88a185876ae0c29b939971a8c4886c2baf802c85) - add `gsum*` packages to namespace
18+
- [`561c7a6`](https://github.com/stdlib-js/stdlib/commit/561c7a6c4a48617c17afb9f27cb542f3a6d21edf) - add `gsort` to namespace
19+
- [`825d1ff`](https://github.com/stdlib-js/stdlib/commit/825d1ff16c1ebde30a9a0e42d13c8a454970f600) - add `gnansum*` packages to namespace
20+
- [`973f4df`](https://github.com/stdlib-js/stdlib/commit/973f4df4b3ddb831ff8419e4eb2510c7e381b0e4) - add `gcusum*` packages to namespace
21+
- [`cf3741e`](https://github.com/stdlib-js/stdlib/commit/cf3741e5a445a8bb8b6a8374ce9f2580895881e7) - add `dsum*` packages to namespace
22+
- [`722ad36`](https://github.com/stdlib-js/stdlib/commit/722ad364638938e89ecbf6701814987815372ab6) - add `dsort*` packages to namespace
23+
- [`8fe4e5c`](https://github.com/stdlib-js/stdlib/commit/8fe4e5cccb92b68eb3e72f350e983bea6087dec4) - add `dnansum*` packages to namespace
24+
- [`aeb4f1b`](https://github.com/stdlib-js/stdlib/commit/aeb4f1bcd4fd85e034b7d3147794df15b979ab8f) - add `dcusumkbn`, `dcusumkbn2`, `dcusumors`, `dcusumpw` to namespace
25+
- [`b9a7439`](https://github.com/stdlib-js/stdlib/commit/b9a7439d4f1ca46f88cc855042770f6c67833b01) - add `csumkbn` to namespace
1326
- [`85155cb`](https://github.com/stdlib-js/stdlib/commit/85155cb6ae402aec36efd20d55c56b2c77436c0c) - add `gjoinBetween` to namespace
1427
- [`0c0ad66`](https://github.com/stdlib-js/stdlib/commit/0c0ad66098389167a139e820fbb7ccf1743affb5) - add `gjoin` to namespace
1528
- [`a13b269`](https://github.com/stdlib-js/stdlib/commit/a13b26917f85ed3410e65d3920f2855225a58818) - add `blas/ext/base/ndarray/gjoin-between` [(#11163)](https://github.com/stdlib-js/stdlib/pull/11163)
@@ -38,6 +51,19 @@
3851

3952
<details>
4053

54+
- [`8427c6a`](https://github.com/stdlib-js/stdlib/commit/8427c6a346e575bdc3aba46679763649f91fae97) - **feat:** add `zsumkbn` to namespace _(by Athan Reines)_
55+
- [`f05fd5e`](https://github.com/stdlib-js/stdlib/commit/f05fd5ec7c534ff7bfcdf0b003844668be74cd37) - **feat:** add `ssum*` packages to namespace _(by Athan Reines)_
56+
- [`00a150a`](https://github.com/stdlib-js/stdlib/commit/00a150a8f248211a585ff64f6d06377d1c07da1b) - **feat:** add `snansum*` packages to namespace _(by Athan Reines)_
57+
- [`4fd2a21`](https://github.com/stdlib-js/stdlib/commit/4fd2a219ae6e07280d6cc6a1b5b09a4041372cfc) - **feat:** add `scusum*` packages to namespace _(by Athan Reines)_
58+
- [`88a1858`](https://github.com/stdlib-js/stdlib/commit/88a185876ae0c29b939971a8c4886c2baf802c85) - **feat:** add `gsum*` packages to namespace _(by Athan Reines)_
59+
- [`561c7a6`](https://github.com/stdlib-js/stdlib/commit/561c7a6c4a48617c17afb9f27cb542f3a6d21edf) - **feat:** add `gsort` to namespace _(by Athan Reines)_
60+
- [`825d1ff`](https://github.com/stdlib-js/stdlib/commit/825d1ff16c1ebde30a9a0e42d13c8a454970f600) - **feat:** add `gnansum*` packages to namespace _(by Athan Reines)_
61+
- [`973f4df`](https://github.com/stdlib-js/stdlib/commit/973f4df4b3ddb831ff8419e4eb2510c7e381b0e4) - **feat:** add `gcusum*` packages to namespace _(by Athan Reines)_
62+
- [`cf3741e`](https://github.com/stdlib-js/stdlib/commit/cf3741e5a445a8bb8b6a8374ce9f2580895881e7) - **feat:** add `dsum*` packages to namespace _(by Athan Reines)_
63+
- [`722ad36`](https://github.com/stdlib-js/stdlib/commit/722ad364638938e89ecbf6701814987815372ab6) - **feat:** add `dsort*` packages to namespace _(by Athan Reines)_
64+
- [`8fe4e5c`](https://github.com/stdlib-js/stdlib/commit/8fe4e5cccb92b68eb3e72f350e983bea6087dec4) - **feat:** add `dnansum*` packages to namespace _(by Athan Reines)_
65+
- [`aeb4f1b`](https://github.com/stdlib-js/stdlib/commit/aeb4f1bcd4fd85e034b7d3147794df15b979ab8f) - **feat:** add `dcusumkbn`, `dcusumkbn2`, `dcusumors`, `dcusumpw` to namespace _(by Athan Reines)_
66+
- [`b9a7439`](https://github.com/stdlib-js/stdlib/commit/b9a7439d4f1ca46f88cc855042770f6c67833b01) - **feat:** add `csumkbn` to namespace _(by Athan Reines)_
4167
- [`85155cb`](https://github.com/stdlib-js/stdlib/commit/85155cb6ae402aec36efd20d55c56b2c77436c0c) - **feat:** add `gjoinBetween` to namespace _(by Athan Reines)_
4268
- [`0c0ad66`](https://github.com/stdlib-js/stdlib/commit/0c0ad66098389167a139e820fbb7ccf1743affb5) - **feat:** add `gjoin` to namespace _(by Athan Reines)_
4369
- [`a13b269`](https://github.com/stdlib-js/stdlib/commit/a13b26917f85ed3410e65d3920f2855225a58818) - **feat:** add `blas/ext/base/ndarray/gjoin-between` [(#11163)](https://github.com/stdlib-js/stdlib/pull/11163) _(by Muhammad Haris, Athan Reines, stdlib-bot)_

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.

0 commit comments

Comments
 (0)