Package changelog.
Details
00885d3- bench: refactor to use string interpolation inarray(#11411) (by Karan Anand, Athan Reines)394c99f- docs: add missing stub sections (#11871) (by Philipp Burckhardt)56bc531- bench: refactor to use string interpolation in@stdlib/array(#11412) (by Karan Anand, Athan Reines)b721461- docs: revert style changes (by Athan Reines)3024bb3- docs: fix section comments and lint errors inarrayandassertREADMEs (by Philipp Burckhardt)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Karan Anand
- Philipp Burckhardt
No changes reported for this release.
6338030- updatearray/base/assertTypeScript declarations (#9196)ca51243- addhasAlmostSameValuesto namespace24426d2- addarray/base/assert/has-almost-same-valuesa17f721- updatearray/base/assertTypeScript declarations0b89b56- addhasAlmostEqualValuesto namespacefee6898- addarray/base/assert/has-almost-equal-values0f6d4e7- addanyIsEntryto namespacefbffea0- addarray/base/assert/any-is-entrydc8942d- addanyIsEntryInto namespacec9edc1a- addarray/base/assert/any-is-entry-in8b2c875- addanyHasOwnPropto namespace533df61- addarray/base/assert/any-has-own-property2ab5cd8- addanyHasPropto namespaceccd5ca6- addarray/base/assert/any-has-propertye661213- update namespace TypeScript declarations (#4706)d11aaf3- addisSortedAscendingto namespace5a848eb- addarray/base/assert/is-sorted-ascending8b1548f- update namespace TypeScript declarations (#3190)43aa58f- addisByteOrderto namespaceb18478e- addarray/base/assert/is-byte-order81b39fe- addhasEqualValuesIndexedto namespace036794c- addarray/base/assert/has-equal-values-indexedcc56538- addhasEqualValuesto namespace4cdf27e- addarray/base/assert/has-equal-values
-
b0f11b1: removearray/base/assert/any-is-entry-in- To migrate, users should update their require/import paths to use
@stdlib/array-base/any-is-entry-inwhich provides the same API and implementation.
- To migrate, users should update their require/import paths to use
-
05f79b6: removearray/base/assert/any-is-entry- To migrate, users should update their require/import paths to use
@stdlib/array-base/any-is-entrywhich provides the same API and implementation.
- To migrate, users should update their require/import paths to use
-
87f46a0: removearray/base/assert/any-has-property- To migrate, users should update their require/import paths to use
@stdlib/array-base/any-has-propertywhich provides the same API and implementation.
- To migrate, users should update their require/import paths to use
-
44e6405: removearray/base/assert/any-has-own-property- To migrate, users should update their require/import paths to use
@stdlib/array-base/any-has-own-propertywhich provides the same API and implementation.
- To migrate, users should update their require/import paths to use
-
23e8953: removeanyHasOwnProp,anyHasProp,anyIsEntry,anyIsEntryIn- To migrate, users should access the same symbols via the
@stdlib/array-basenamespace.
- To migrate, users should access the same symbols via the
-
8b1548f: update namespace declarations- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the
blas/*namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.
- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the
This release closes the following issue:
Details
7fbc3d9- bench: use string interpolation in benchmark descriptions (#9601) (by KovidhRaj)ff76be4- bench: use string interpolation for benchmark names (#9517) (by KovidhRaj)0ac2495- bench: refactor to use string interpolation inarray/base/assert/is-accessor-array(#9458) (by KovidhRaj, Athan Reines, stdlib-bot)6338030- feat: updatearray/base/assertTypeScript declarations (#9196) (by stdlib-bot)de9dec4- docs: update namespace table of contents (#9205) (by stdlib-bot)ca51243- feat: addhasAlmostSameValuesto namespace (by Athan Reines)24426d2- feat: addarray/base/assert/has-almost-same-values(by Athan Reines)dd20818- bench: refactor to use string interpolation inarray/base/assert/contains(#8844) (by ashutoshsao)257b05e- bench: refactor to use string interpolation inarray/base/assert/has-same-values(#8847) (by ashutoshsao)cb96e8f- bench: refactor to use string interpolation inarray/base/assert/has-equal-values-indexed(#8846) (by ashutoshsao)4c6da75- bench: refactor to use string interpolation inarray/base/assert/is-complex64array(#8784) (by Rohit R Bhat)e7258ae- bench: refactor to use string interpolation inarray/base/assert/is-complex128array(#8782) (by Rohit R Bhat)9b50472- bench: refactor to use string interpolation inarray/base/assert/is-sorted-ascending(#8749) (by Rohit R Bhat)68083d6- bench: refactor to use string interpolation inarray/base/assert/has-equal-values(#8691) (by Rohit R Bhat)ac0438f- bench: refactor to use string interpolation inarray/base/assert/has-almost-equal-values(#8690) (by Rohit R Bhat)5f5bb2d- docs: update namespace table of contents (#8425) (by stdlib-bot, Athan Reines)a17f721- feat: updatearray/base/assertTypeScript declarations (by Philipp Burckhardt)4f3789b- docs: fix example code (by Philipp Burckhardt)a147b7d- test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)5388bba- chore: minor clean-up (by Philipp Burckhardt)0b89b56- feat: addhasAlmostEqualValuesto namespace (by Athan Reines)fee6898- feat: addarray/base/assert/has-almost-equal-values(by Athan Reines)d3e9442- docs: update namespace table of contents (#7062) (by stdlib-bot)b0f11b1- remove: removearray/base/assert/any-is-entry-in(by Athan Reines)05f79b6- remove: removearray/base/assert/any-is-entry(by Athan Reines)87f46a0- remove: removearray/base/assert/any-has-property(by Athan Reines)44e6405- remove: removearray/base/assert/any-has-own-property(by Athan Reines)23e8953- remove: removeanyHasOwnProp,anyHasProp,anyIsEntry,anyIsEntryInfrom namespace (by Athan Reines)89d9dc3- docs: update namespace table of contents (#7046) (by stdlib-bot)99f515d- docs: update parameter types (by Athan Reines)02109aa- chore: address commit comments for commitfbffea0(#7038) (by Sachin Raj, Philipp Burckhardt)c29e97b- docs: update namespace table of contents (#6948) (by stdlib-bot, Athan Reines)0f6d4e7- feat: addanyIsEntryto namespace (by Athan Reines)fbffea0- feat: addarray/base/assert/any-is-entry(by Athan Reines)dc8942d- feat: addanyIsEntryInto namespace (by Athan Reines)c9edc1a- feat: addarray/base/assert/any-is-entry-in(by Athan Reines)8b2c875- feat: addanyHasOwnPropto namespace (by Athan Reines)533df61- feat: addarray/base/assert/any-has-own-property(by Athan Reines)80b1cec- docs: update examples (by Athan Reines)d1a712d- docs: demonstrate prototype property (by Athan Reines)2ab5cd8- feat: addanyHasPropto namespace (by Athan Reines)ccd5ca6- feat: addarray/base/assert/any-has-property(by Athan Reines)e661213- feat: update namespace TypeScript declarations (#4706) (by stdlib-bot)cff470f- docs: update namespace table of contents (#4708) (by stdlib-bot, Planeshifter)d11aaf3- feat: addisSortedAscendingto namespace (by Athan Reines)5a848eb- feat: addarray/base/assert/is-sorted-ascending(by Athan Reines)1d9e4dd- docs: add missing comment (by Athan Reines)b6a2b0b- docs: update namespace table of contents (#3192) (by stdlib-bot, Philipp Burckhardt)8b1548f- feat: update namespace TypeScript declarations (#3190) (by stdlib-bot, Philipp Burckhardt)c00f27a- docs: improve examples ofarray/base/assertnamespace (by Soumajit Chatterjee, Philipp Burckhardt)43aa58f- feat: addisByteOrderto namespace (by Athan Reines)b18478e- feat: addarray/base/assert/is-byte-order(by Athan Reines)73a198b- test: add tests (by Athan Reines)4a14f03- test: add tests (by Athan Reines)6bbe26f- test: fix descriptions (by Athan Reines)81b39fe- feat: addhasEqualValuesIndexedto namespace (by Athan Reines)036794c- feat: addarray/base/assert/has-equal-values-indexed(by Athan Reines)cc56538- feat: addhasEqualValuesto namespace (by Athan Reines)58d6b23- style: disable lint rule (by Athan Reines)4cdf27e- feat: addarray/base/assert/has-equal-values(by Athan Reines)
A total of 7 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- KovidhRaj
- Philipp Burckhardt
- Rohit R Bhat
- Sachin Raj
- Soumajit Chatterjee
- ashutoshsao
a7947d0- add boolean dtype support toarray/base/assert/has-same-values(#2404)d626ffa- update namespace TypeScript declarations (#2394)4fdb218- addisBooleanArrayto namespace57347fd- addisBooleanDataTypeto namespace5fe348d- addarray/base/assert/is-boolean-data-typece961d9- addarray/base/assert/is-booleanarray(#2357)
Details
a7947d0- feat: add boolean dtype support toarray/base/assert/has-same-values(#2404) (by Jaysukh Makvana, Athan Reines)d626ffa- feat: update namespace TypeScript declarations (#2394) (by stdlib-bot, Athan Reines)717af94- docs: update namespace table of contents (#2389) (by stdlib-bot, Philipp Burckhardt)4fdb218- feat: addisBooleanArrayto namespace (by Athan Reines)57347fd- feat: addisBooleanDataTypeto namespace (by Athan Reines)5fe348d- feat: addarray/base/assert/is-boolean-data-type(by Athan Reines)ce961d9- feat: addarray/base/assert/is-booleanarray(#2357) (by Jaysukh Makvana)75d4f83- refactor: update require and include paths (by Athan Reines)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jaysukh Makvana
- Philipp Burckhardt
-
0adcae5: rename exported aliases- To migrate, users should consult the relevant namespace documentation and associated commits in order to determine which aliases have been renamed.
Details
39b8176- docs: update namespace table of contents (#1341) (by stdlib-bot, Athan Reines)0adcae5- feat: update namespace TypeScript declarations (#1340) (by stdlib-bot, Athan Reines)ff36d97- feat: addisComplexTypedArrayto namespace (by Athan Reines)9050a7e- feat: addarray/base/assert/is-complex-typed-array(by Athan Reines)
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines
0c5beb2- addisUnsignedIntegerDataTypeto namespaced12c919- addarray/base/assert/is-unsigned-integer-data-type9f0a814- addisSignedIntegerDataTypeto namespace9196de1- addarray/base/assert/is-signed-integer-data-typedfd72a7- addisRealFloatingPointDataTypeto namespace9f2b15f- addarray/base/assert/is-real-floating-point-data-type6b5229c- addisRealDataTypeto namespace722dd80- addarray/base/assert/is-real-data-typea9000da- addisNumericDataTypeto namespace2f0979e- addarray/base/assert/is-numeric-data-typed37669b- addisIntegerDataTypeto namespaced19f0b4- addarray/base/assert/is-integer-data-type320f9d1- addisFloatingPointDataTypeto namespace909ffed- addarray/base/assert/is-floating-point-data-type38f5518- addisDataTypeto namespace40368ee- addarray/base/assert/is-data-typea808e96- addisComplexFloatingPointDataTypeto namespacedb7f8d1- addarray/base/assert/is-complex-floating-point-data-type6ded0bb- addisSameKindDataTypeCastto namespace37bd821- addarray/base/assert/is-same-kind-data-type-cast92926cb- addisSafeDataTypeCastto namespace4534cc2- addarray/base/assert/is-safe-data-type-cast4429999- addisMostlySafeDataTypeCastto namespace652d790- addarray/base/assert/is-mostly-safe-data-type-cast2693e3b- update namespace TypeScript declarations (#1287)900672d- addhasSameValuesto namespace9d59fff- addarray/base/assert/has-same-valuesd6e93a8- addisComplex128Arrayto namespaced25df9e- addarray/base/assert/is-complex128array68d21bb- addisComplex64Arrayto namespacee770600- addarray/base/assert/is-complex64array
Details
ad1edac- chore: update package meta data (#1312) (by stdlib-bot, Athan Reines)0c5beb2- feat: addisUnsignedIntegerDataTypeto namespace (by Athan Reines)d12c919- feat: addarray/base/assert/is-unsigned-integer-data-type(by Athan Reines)9f0a814- feat: addisSignedIntegerDataTypeto namespace (by Athan Reines)9196de1- feat: addarray/base/assert/is-signed-integer-data-type(by Athan Reines)dfd72a7- feat: addisRealFloatingPointDataTypeto namespace (by Athan Reines)9f2b15f- feat: addarray/base/assert/is-real-floating-point-data-type(by Athan Reines)6b5229c- feat: addisRealDataTypeto namespace (by Athan Reines)722dd80- feat: addarray/base/assert/is-real-data-type(by Athan Reines)a9000da- feat: addisNumericDataTypeto namespace (by Athan Reines)2f0979e- feat: addarray/base/assert/is-numeric-data-type(by Athan Reines)d37669b- feat: addisIntegerDataTypeto namespace (by Athan Reines)d19f0b4- feat: addarray/base/assert/is-integer-data-type(by Athan Reines)320f9d1- feat: addisFloatingPointDataTypeto namespace (by Athan Reines)909ffed- feat: addarray/base/assert/is-floating-point-data-type(by Athan Reines)38f5518- feat: addisDataTypeto namespace (by Athan Reines)40368ee- feat: addarray/base/assert/is-data-type(by Athan Reines)a808e96- feat: addisComplexFloatingPointDataTypeto namespace (by Athan Reines)db7f8d1- feat: addarray/base/assert/is-complex-floating-point-data-type(by Athan Reines)6ded0bb- feat: addisSameKindDataTypeCastto namespace (by Athan Reines)37bd821- feat: addarray/base/assert/is-same-kind-data-type-cast(by Athan Reines)92926cb- feat: addisSafeDataTypeCastto namespace (by Athan Reines)62ae0ef- docs: update examples (by Athan Reines)4534cc2- feat: addarray/base/assert/is-safe-data-type-cast(by Athan Reines)4429999- feat: addisMostlySafeDataTypeCastto namespace (by Athan Reines)652d790- feat: addarray/base/assert/is-mostly-safe-data-type-cast(by Athan Reines)2693e3b- feat: update namespace TypeScript declarations (#1287) (by stdlib-bot, Athan Reines)322d1ca- docs: update namespace table of contents (#1284) (by stdlib-bot, Philipp Burckhardt)900672d- feat: addhasSameValuesto namespace (by Athan Reines)9d59fff- feat: addarray/base/assert/has-same-values(by Athan Reines)2dbcc27- docs: update Markdown stdlib package URLs (#1266) (by stdlib-bot)d6e93a8- feat: addisComplex128Arrayto namespace (by Athan Reines)d25df9e- feat: addarray/base/assert/is-complex128array(by Athan Reines)68d21bb- feat: addisComplex64Arrayto namespace (by Athan Reines)e770600- feat: addarray/base/assert/is-complex64array(by Athan Reines)dea49e0- docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)9502ed2- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)d73bbf4- build: replace lint directives (by Philipp Burckhardt)453dd85- build: remove tslint directives (by Philipp Burckhardt)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
14bacb3- update import path forCollectiontype definition
Details
e29732d- feat: update minimum TypeScript version (by Philipp Burckhardt)14bacb3- fix: update import path forCollectiontype definition (by Athan Reines)3f60609- test: use strictEqual checks (by Philipp Burckhardt)7b7f001- feat: refactor declarations to allow narrowing (by Athan Reines)05d73c2- feat: update minimum TypeScript version (by Athan Reines)a36b160- docs: update namespace table of contents (#995) (by stdlib-bot, Athan Reines)adc0378- docs: update namespace TypeScript declarations (#993) (by stdlib-bot, Athan Reines)0424cf8- feat: addfactorymethod (by Athan Reines)3a88e07- feat: addcontainsto namespace (by Athan Reines)41aa6d6- feat: addarray/base/assert/contains(by Athan Reines)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
No changes reported for this release.