From 3a17e22dfe0257d6dd626d6c09e1090bf888b930 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 21 Nov 2024 07:18:17 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 213 ++++++++++++++++++++ base/group-entries-by/docs/types/index.d.ts | 6 +- base/group-entries/docs/types/index.d.ts | 6 +- base/group-indices-by/docs/types/index.d.ts | 6 +- base/group-indices/docs/types/index.d.ts | 6 +- base/group-values-by/docs/types/index.d.ts | 6 +- base/group-values/docs/types/index.d.ts | 6 +- bool/docs/types/index.d.ts | 2 +- complex64/docs/types/index.d.ts | 2 +- docs/types/index.d.ts | 6 - to-fancy/docs/types/index.d.ts | 4 +- 11 files changed, 235 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56801dd5..02c3a883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,16 @@ +
+ +##### Bug Fixes + +- [`999599a`](https://github.com/stdlib-js/stdlib/commit/999599a7668c958c0d760cbad17bb37410838c36) - remove unused imports + +
+ + +
##### BREAKING CHANGES @@ -112,6 +122,182 @@ +
+ +#### [@stdlib/array/base/group-entries](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-entries) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/base/group-entries-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-entries-by) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/base/group-indices](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-indices) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/base/group-indices-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-indices-by) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/base/group-values](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-values) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/base/group-values-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/group-values-by) + +
+ +
+ +##### Bug Fixes + +- [`844c9bb`](https://github.com/stdlib-js/stdlib/commit/844c9bb4e0ecb67410bb11c774341ea9d68167f7) - resolve TypeScript errors + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/bool](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/bool) + +
+ +
+ +##### Bug Fixes + +- [`8ab90cd`](https://github.com/stdlib-js/stdlib/commit/8ab90cd2db15841619b27a50915086e072d8bed3) - resolve TypeScript lint error + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/array/complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/complex64) + +
+ +
+ +##### Bug Fixes + +- [`36a9fcd`](https://github.com/stdlib-js/stdlib/commit/36a9fcd9554f21f2aca3f7bca54616cfb205deea) - resolve TypeScript lint error + +
+ + + +
+ +
+ + +
#### [@stdlib/array/fixed-endian-factory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/fixed-endian-factory) @@ -147,6 +333,28 @@ This release closes the following issue: +
+ +#### [@stdlib/array/to-fancy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/to-fancy) + +
+ +
+ +##### Bug Fixes + +- [`dcfa1d6`](https://github.com/stdlib-js/stdlib/commit/dcfa1d62126625847df6517662851e812ef997be) - update import name + +
+ + + +
+ +
+ + +
@@ -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)_ diff --git a/base/group-entries-by/docs/types/index.d.ts b/base/group-entries-by/docs/types/index.d.ts index 31f1c569..8a019d8a 100644 --- a/base/group-entries-by/docs/types/index.d.ts +++ b/base/group-entries-by/docs/types/index.d.ts @@ -74,11 +74,11 @@ type Indicator = Nullary | Unary | Binary | Ternary; /** * Interface describing returned group results. */ -interface EntriesResults { +interface EntriesResults { /** * Object properties. */ - [key: K]: Array<[ number, T ]>; + [key: Key]: Array<[ number, T ]>; } /** @@ -99,7 +99,7 @@ interface EntriesResults { * var out = groupEntriesBy( x, indicator ); * // returns { 'b': [ [ 0, 'beep' ], [ 1, 'boop' ], [ 3, 'bar' ] ], 'f': [ [ 2, 'foo' ] ] } */ -declare function groupEntriesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): EntriesResults; +declare function groupEntriesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): EntriesResults; // EXPORTS // diff --git a/base/group-entries/docs/types/index.d.ts b/base/group-entries/docs/types/index.d.ts index d4b7d4d4..08ca886f 100644 --- a/base/group-entries/docs/types/index.d.ts +++ b/base/group-entries/docs/types/index.d.ts @@ -30,11 +30,11 @@ type Key = string | symbol | number; /** * Interface describing returned group results. */ -interface EntriesResults { +interface EntriesResults { /** * Object properties. */ - [key: K]: Array<[ number, T ]>; + [key: Key]: Array<[ number, T ]>; } /** @@ -51,7 +51,7 @@ interface EntriesResults { * var out = groupEntries( x, groups ); * // returns { 'b': [ [ 0, 'beep' ], [ 1, 'boop' ], [ 3, 'bar' ] ], 'f': [ [ 2, 'foo' ] ] } */ -declare function groupEntries( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): EntriesResults; +declare function groupEntries( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): EntriesResults; // EXPORTS // diff --git a/base/group-indices-by/docs/types/index.d.ts b/base/group-indices-by/docs/types/index.d.ts index 1191f3e5..42405cbf 100644 --- a/base/group-indices-by/docs/types/index.d.ts +++ b/base/group-indices-by/docs/types/index.d.ts @@ -74,11 +74,11 @@ type Indicator = Nullary | Unary | Binary | Ternary; /** * Interface describing returned group results. */ -interface IndicesResults { +interface IndicesResults { /** * Object properties. */ - [key: K]: Array; + [key: Key]: Array; } /** @@ -99,7 +99,7 @@ interface IndicesResults { * var out = groupIndicesBy( x, indicator ); * // returns { 'b': [ 0, 1, 3 ], 'f': [ 2 ] } */ -declare function groupIndicesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): IndicesResults; +declare function groupIndicesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): IndicesResults; // EXPORTS // diff --git a/base/group-indices/docs/types/index.d.ts b/base/group-indices/docs/types/index.d.ts index 22a13558..2b1a25da 100644 --- a/base/group-indices/docs/types/index.d.ts +++ b/base/group-indices/docs/types/index.d.ts @@ -30,11 +30,11 @@ type Key = string | symbol | number; /** * Interface describing returned group results. */ -interface IndicesResults { +interface IndicesResults { /** * Object properties. */ - [key: K]: Array; + [key: Key]: Array; } /** @@ -51,7 +51,7 @@ interface IndicesResults { * var out = groupIndices( x, groups ); * // returns { 'b': [ 0, 1, 3 ], 'f': [ 2 ] } */ -declare function groupIndices( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): IndicesResults; +declare function groupIndices( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): IndicesResults; // EXPORTS // diff --git a/base/group-values-by/docs/types/index.d.ts b/base/group-values-by/docs/types/index.d.ts index 2df1e063..95dd9e95 100644 --- a/base/group-values-by/docs/types/index.d.ts +++ b/base/group-values-by/docs/types/index.d.ts @@ -74,11 +74,11 @@ type Indicator = Nullary | Unary | Binary | Ternary; /** * Interface describing returned group results. */ -interface ValuesResults { +interface ValuesResults { /** * Object properties. */ - [key: K]: Array; + [key: Key]: Array; } /** @@ -99,7 +99,7 @@ interface ValuesResults { * var out = groupValuesBy( x, indicator ); * // returns { 'b': [ 'beep', 'boop', 'bar' ], 'f': [ 'foo' ] } */ -declare function groupValuesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): ValuesResults; +declare function groupValuesBy( x: Collection | AccessorArrayLike, indicator: Indicator, thisArg?: ThisParameterType> ): ValuesResults; // EXPORTS // diff --git a/base/group-values/docs/types/index.d.ts b/base/group-values/docs/types/index.d.ts index 667e8104..30e54f91 100644 --- a/base/group-values/docs/types/index.d.ts +++ b/base/group-values/docs/types/index.d.ts @@ -30,11 +30,11 @@ type Key = string | symbol | number; /** * Interface describing returned group results. */ -interface ValuesResults { +interface ValuesResults { /** * Object properties. */ - [key: K]: Array; + [key: Key]: Array; } /** @@ -51,7 +51,7 @@ interface ValuesResults { * var out = groupValues( x, groups ); * // returns { 'b': [ 'beep', 'boop', 'bar' ], 'f': [ 'foo' ] } */ -declare function groupValues( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): ValuesResults; +declare function groupValues( x: Collection | AccessorArrayLike, groups: Collection | AccessorArrayLike ): ValuesResults; // EXPORTS // diff --git a/bool/docs/types/index.d.ts b/bool/docs/types/index.d.ts index 2bbc355b..2e72c7d7 100644 --- a/bool/docs/types/index.d.ts +++ b/bool/docs/types/index.d.ts @@ -37,7 +37,7 @@ interface LocaleOptions { * Configuration property. */ [ key: string | symbol | number ]: T | undefined; -}; +} /** * Callback invoked for each element in a source object. diff --git a/complex64/docs/types/index.d.ts b/complex64/docs/types/index.d.ts index d333daa4..a2a19680 100644 --- a/complex64/docs/types/index.d.ts +++ b/complex64/docs/types/index.d.ts @@ -38,7 +38,7 @@ interface LocaleOptions { * Configuration property. */ [ key: string | symbol | number ]: T | undefined; -}; +} /** * Callback invoked for each element in a source object. diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 26793a6a..fb53fb70 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -41,9 +41,6 @@ import empty = require( './../../empty' ); import emptyLike = require( './../../empty-like' ); import filled = require( './../../filled' ); import filledBy = require( './../../filled-by' ); -import fixedEndianFactory = require( './../../fixed-endian-factory' ); -import Float32ArrayFE = require( './../../fixed-endian-float32' ); -import Float64ArrayFE = require( './../../fixed-endian-float64' ); import Float32Array = require( './../../float32' ); import Float64Array = require( './../../float64' ); import iterator2array = require( './../../from-iterator' ); @@ -56,9 +53,6 @@ import Int8Array = require( './../../int8' ); import Int16Array = require( './../../int16' ); import Int32Array = require( './../../int32' ); import linspace = require( './../../linspace' ); -import littleEndianFactory = require( './../../little-endian-factory' ); -import Float32ArrayLE = require( './../../little-endian-float32' ); -import Float64ArrayLE = require( './../../little-endian-float64' ); import logspace = require( './../../logspace' ); import minDataType = require( './../../min-dtype' ); import mostlySafeCasts = require( './../../mostly-safe-casts' ); diff --git a/to-fancy/docs/types/index.d.ts b/to-fancy/docs/types/index.d.ts index 190fa5b8..91a5cc2f 100644 --- a/to-fancy/docs/types/index.d.ts +++ b/to-fancy/docs/types/index.d.ts @@ -20,7 +20,7 @@ /// -import { Collection, ArrayLike, AccessorArrayLike, ComplexTypedArray, TypedArray, BooleanTypedArray, ArrayIndexObject } from '@stdlib/types/array'; +import { Collection, ArrayLike, AccessorArrayLike, ComplexTypedArray, TypedArray, BooleanTypedArray, IndexArrayObject } from '@stdlib/types/array'; import ArrayIndex = require( './../../../index' ); /** @@ -33,7 +33,7 @@ interface Cache { * @param id - identifier * @returns index data */ - get( id: any ): ArrayIndexObject | null; + get( id: any ): IndexArrayObject | null; } /**