Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 21, 2024
1 parent 702578f commit 3a17e22
Show file tree
Hide file tree
Showing 11 changed files with 235 additions and 28 deletions.
213 changes: 213 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@

<!-- /.features -->

<section class="bug-fixes">

##### Bug Fixes

- [`999599a`](https://github.com/stdlib-js/stdlib/commit/999599a7668c958c0d760cbad17bb37410838c36) - remove unused imports

</section>

<!-- /.bug-fixes -->

<section class="breaking-changes">

##### BREAKING CHANGES
Expand Down Expand Up @@ -112,6 +122,182 @@

<!-- /.package -->

<section class="package" id="array-base-group-entries-unreleased">

#### [@stdlib/array/base/group-entries](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-entries)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-base-group-entries-by-unreleased">

#### [@stdlib/array/base/group-entries-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-entries-by)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-base-group-indices-unreleased">

#### [@stdlib/array/base/group-indices](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-indices)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-base-group-indices-by-unreleased">

#### [@stdlib/array/base/group-indices-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-indices-by)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-base-group-values-unreleased">

#### [@stdlib/array/base/group-values](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-values)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-base-group-values-by-unreleased">

#### [@stdlib/array/base/group-values-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-values-by)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-bool-unreleased">

#### [@stdlib/array/bool](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/bool)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`8ab90cd`](https://github.com/stdlib-js/stdlib/commit/8ab90cd2db15841619b27a50915086e072d8bed3) - resolve TypeScript lint error

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-complex64-unreleased">

#### [@stdlib/array/complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/complex64)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`36a9fcd`](https://github.com/stdlib-js/stdlib/commit/36a9fcd9554f21f2aca3f7bca54616cfb205deea) - resolve TypeScript lint error

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

<section class="package" id="array-fixed-endian-factory-unreleased">

#### [@stdlib/array/fixed-endian-factory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/fixed-endian-factory)
Expand Down Expand Up @@ -147,6 +333,28 @@ This release closes the following issue:

<!-- /.package -->

<section class="package" id="array-to-fancy-unreleased">

#### [@stdlib/array/to-fancy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/to-fancy)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`dcfa1d6`](https://github.com/stdlib-js/stdlib/commit/dcfa1d62126625847df6517662851e812ef997be) - update import name

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

</section>

<!-- /.packages -->
Expand Down Expand Up @@ -198,6 +406,11 @@ A total of 3 people contributed to this release. Thank you to the following cont
- [`9ba0dbd`](https://github.com/stdlib-js/stdlib/commit/9ba0dbd839707695a05fda5d4f50d67c5aba52f7) - **chore:** use relative paths to load main package export _(by Philipp Burckhardt)_
- [`6c020d3`](https://github.com/stdlib-js/stdlib/commit/6c020d33665c4aec232196fd86214b296ddc7d36) - **chore:** use relative paths to load package.json file _(by Philipp Burckhardt)_
- [`b6a2b0b`](https://github.com/stdlib-js/stdlib/commit/b6a2b0b27dc8cc1e9fc02d9679a3ce468cf49b9d) - **docs:** update namespace table of contents [(#3192)](https://github.com/stdlib-js/stdlib/pull/3192) _(by stdlib-bot, Philipp Burckhardt)_
- [`999599a`](https://github.com/stdlib-js/stdlib/commit/999599a7668c958c0d760cbad17bb37410838c36) - **fix:** remove unused imports _(by Athan Reines)_
- [`dcfa1d6`](https://github.com/stdlib-js/stdlib/commit/dcfa1d62126625847df6517662851e812ef997be) - **fix:** update import name _(by Athan Reines)_
- [`36a9fcd`](https://github.com/stdlib-js/stdlib/commit/36a9fcd9554f21f2aca3f7bca54616cfb205deea) - **fix:** resolve TypeScript lint error _(by Athan Reines)_
- [`8ab90cd`](https://github.com/stdlib-js/stdlib/commit/8ab90cd2db15841619b27a50915086e072d8bed3) - **fix:** resolve TypeScript lint error _(by Athan Reines)_
- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - **fix:** resolve TypeScript errors _(by Athan Reines)_
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - **feat:** update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190) _(by stdlib-bot, Philipp Burckhardt)_
- [`b34732c`](https://github.com/stdlib-js/stdlib/commit/b34732cf655db60fbc798e12952f88c3edb07eaf) - **feat:** add `at` method to `array/fixed-endian-factory` [(#3184)](https://github.com/stdlib-js/stdlib/pull/3184) _(by Aayush Khanna, Athan Reines)_
- [`956a462`](https://github.com/stdlib-js/stdlib/commit/956a4624c788689b1bca285856b987ea3aa32eb6) - **feat:** add `forEach` method _(by Athan Reines)_
Expand Down
6 changes: 3 additions & 3 deletions base/group-entries-by/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ type Indicator<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U> | Ternary<T, U>;
/**
* Interface describing returned group results.
*/
interface EntriesResults<K, T> {
interface EntriesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<[ number, T ]>;
[key: Key]: Array<[ number, T ]>;
}

/**
Expand All @@ -99,7 +99,7 @@ interface EntriesResults<K, T> {
* var out = groupEntriesBy( x, indicator );
* // returns { 'b': [ [ 0, 'beep' ], [ 1, 'boop' ], [ 3, 'bar' ] ], 'f': [ [ 2, 'foo' ] ] }
*/
declare function groupEntriesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): EntriesResults<Key, T>;
declare function groupEntriesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): EntriesResults<T>;


// EXPORTS //
Expand Down
6 changes: 3 additions & 3 deletions base/group-entries/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ type Key = string | symbol | number;
/**
* Interface describing returned group results.
*/
interface EntriesResults<K, T> {
interface EntriesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<[ number, T ]>;
[key: Key]: Array<[ number, T ]>;
}

/**
Expand All @@ -51,7 +51,7 @@ interface EntriesResults<K, T> {
* var out = groupEntries( x, groups );
* // returns { 'b': [ [ 0, 'beep' ], [ 1, 'boop' ], [ 3, 'bar' ] ], 'f': [ [ 2, 'foo' ] ] }
*/
declare function groupEntries<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): EntriesResults<Key, T>;
declare function groupEntries<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): EntriesResults<T>;


// EXPORTS //
Expand Down
6 changes: 3 additions & 3 deletions base/group-indices-by/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ type Indicator<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U> | Ternary<T, U>;
/**
* Interface describing returned group results.
*/
interface IndicesResults<K, T> {
interface IndicesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<T>;
[key: Key]: Array<T>;
}

/**
Expand All @@ -99,7 +99,7 @@ interface IndicesResults<K, T> {
* var out = groupIndicesBy( x, indicator );
* // returns { 'b': [ 0, 1, 3 ], 'f': [ 2 ] }
*/
declare function groupIndicesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): IndicesResults<Key, number>;
declare function groupIndicesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): IndicesResults<number>;


// EXPORTS //
Expand Down
6 changes: 3 additions & 3 deletions base/group-indices/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ type Key = string | symbol | number;
/**
* Interface describing returned group results.
*/
interface IndicesResults<K, T> {
interface IndicesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<T>;
[key: Key]: Array<T>;
}

/**
Expand All @@ -51,7 +51,7 @@ interface IndicesResults<K, T> {
* var out = groupIndices( x, groups );
* // returns { 'b': [ 0, 1, 3 ], 'f': [ 2 ] }
*/
declare function groupIndices<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): IndicesResults<Key, number>;
declare function groupIndices<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): IndicesResults<number>;


// EXPORTS //
Expand Down
6 changes: 3 additions & 3 deletions base/group-values-by/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ type Indicator<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U> | Ternary<T, U>;
/**
* Interface describing returned group results.
*/
interface ValuesResults<K, T> {
interface ValuesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<T>;
[key: Key]: Array<T>;
}

/**
Expand All @@ -99,7 +99,7 @@ interface ValuesResults<K, T> {
* var out = groupValuesBy( x, indicator );
* // returns { 'b': [ 'beep', 'boop', 'bar' ], 'f': [ 'foo' ] }
*/
declare function groupValuesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): ValuesResults<Key, T>;
declare function groupValuesBy<T = unknown, U = unknown>( x: Collection<T> | AccessorArrayLike<T>, indicator: Indicator<T, U>, thisArg?: ThisParameterType<Indicator<T, U>> ): ValuesResults<T>;


// EXPORTS //
Expand Down
6 changes: 3 additions & 3 deletions base/group-values/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ type Key = string | symbol | number;
/**
* Interface describing returned group results.
*/
interface ValuesResults<K, T> {
interface ValuesResults<T> {
/**
* Object properties.
*/
[key: K]: Array<T>;
[key: Key]: Array<T>;
}

/**
Expand All @@ -51,7 +51,7 @@ interface ValuesResults<K, T> {
* var out = groupValues( x, groups );
* // returns { 'b': [ 'beep', 'boop', 'bar' ], 'f': [ 'foo' ] }
*/
declare function groupValues<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): ValuesResults<Key, T>;
declare function groupValues<T = unknown>( x: Collection<T> | AccessorArrayLike<T>, groups: Collection<Key> | AccessorArrayLike<Key> ): ValuesResults<T>;


// EXPORTS //
Expand Down
2 changes: 1 addition & 1 deletion bool/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface LocaleOptions<T = unknown> {
* Configuration property.
*/
[ key: string | symbol | number ]: T | undefined;
};
}

/**
* Callback invoked for each element in a source object.
Expand Down
2 changes: 1 addition & 1 deletion complex64/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface LocaleOptions<T = unknown> {
* Configuration property.
*/
[ key: string | symbol | number ]: T | undefined;
};
}

/**
* Callback invoked for each element in a source object.
Expand Down
Loading

0 comments on commit 3a17e22

Please sign in to comment.