Skip to content

Commit a2ad433

Browse files
committed
Auto-generated commit
1 parent 809e250 commit a2ad433

File tree

6 files changed

+40
-51
lines changed

6 files changed

+40
-51
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-05-20)
7+
## Unreleased (2025-05-21)
88

99
<section class="features">
1010

@@ -37,6 +37,35 @@
3737

3838
### BREAKING CHANGES
3939

40+
- [`b0f11b1`](https://github.com/stdlib-js/stdlib/commit/b0f11b1a4ba47bed9c52c7825e27023223d4d9f4): remove `array/base/assert/any-is-entry-in`
41+
42+
- To migrate, users should update their require/import paths to use
43+
`@stdlib/array-base/any-is-entry-in` which provides the same API and
44+
implementation.
45+
46+
- [`05f79b6`](https://github.com/stdlib-js/stdlib/commit/05f79b6d47b81a2193101ee6476877c4ae860cce): remove `array/base/assert/any-is-entry`
47+
48+
- To migrate, users should update their require/import paths to use
49+
`@stdlib/array-base/any-is-entry` which provides the same API and
50+
implementation.
51+
52+
- [`87f46a0`](https://github.com/stdlib-js/stdlib/commit/87f46a023aab832c4adb03b772ffa8d3fd114406): remove `array/base/assert/any-has-property`
53+
54+
- To migrate, users should update their require/import paths to use
55+
`@stdlib/array-base/any-has-property` which provides the same API and
56+
implementation.
57+
58+
- [`44e6405`](https://github.com/stdlib-js/stdlib/commit/44e64052156d8f89c2701616e0e2bf267746329b): remove `array/base/assert/any-has-own-property`
59+
60+
- To migrate, users should update their require/import paths to use
61+
`@stdlib/array-base/any-has-own-property` which provides the same API and
62+
implementation.
63+
64+
- [`23e8953`](https://github.com/stdlib-js/stdlib/commit/23e89539dc1a96e17f06ab1bde7a11e76fddd83b): remove `anyHasOwnProp`, `anyHasProp`, `anyIsEntry`, `anyIsEntryIn`
65+
66+
- To migrate, users should access the same symbols via the
67+
`@stdlib/array-base` namespace.
68+
4069
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec): update namespace declarations
4170

4271
- 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.
@@ -63,6 +92,11 @@ This release closes the following issue:
6392

6493
<details>
6594

95+
- [`b0f11b1`](https://github.com/stdlib-js/stdlib/commit/b0f11b1a4ba47bed9c52c7825e27023223d4d9f4) - **remove:** remove `array/base/assert/any-is-entry-in` _(by Athan Reines)_
96+
- [`05f79b6`](https://github.com/stdlib-js/stdlib/commit/05f79b6d47b81a2193101ee6476877c4ae860cce) - **remove:** remove `array/base/assert/any-is-entry` _(by Athan Reines)_
97+
- [`87f46a0`](https://github.com/stdlib-js/stdlib/commit/87f46a023aab832c4adb03b772ffa8d3fd114406) - **remove:** remove `array/base/assert/any-has-property` _(by Athan Reines)_
98+
- [`44e6405`](https://github.com/stdlib-js/stdlib/commit/44e64052156d8f89c2701616e0e2bf267746329b) - **remove:** remove `array/base/assert/any-has-own-property` _(by Athan Reines)_
99+
- [`23e8953`](https://github.com/stdlib-js/stdlib/commit/23e89539dc1a96e17f06ab1bde7a11e76fddd83b) - **remove:** remove `anyHasOwnProp`, `anyHasProp`, `anyIsEntry`, `anyIsEntryIn` from namespace _(by Athan Reines)_
66100
- [`89d9dc3`](https://github.com/stdlib-js/stdlib/commit/89d9dc316985aa3c194222afbf8146e58ff6d761) - **docs:** update namespace table of contents [(#7046)](https://github.com/stdlib-js/stdlib/pull/7046) _(by stdlib-bot)_
67101
- [`99f515d`](https://github.com/stdlib-js/stdlib/commit/99f515d651fe793e13b1df6ff95f39200fad0ff1) - **docs:** update parameter types _(by Athan Reines)_
68102
- [`02109aa`](https://github.com/stdlib-js/stdlib/commit/02109aa28a0c48a2d6b92de3423614204a39431e) - **chore:** address commit comments for commit `fbffea0` [(#7038)](https://github.com/stdlib-js/stdlib/pull/7038) _(by Sachin Raj, Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Ryan Seal <[email protected]>
146146
Rylan Yang <[email protected]>
147147
SAHIL KUMAR <[email protected]>
148148
SHIVAM YADAV <[email protected]>
149+
Sachin Raj <[email protected]>
149150
Sahil Goyal <[email protected]>
150151
Sai Avinash <[email protected]>
151152
Sai Srikar Dumpeti <[email protected]>
@@ -170,6 +171,7 @@ Tanishq Ahuja <[email protected]>
170171
Tirtadwipa Manunggal <[email protected]>
171172
Tudor Pagu <[email protected]>
172173
Tufailahmed Bargir <[email protected]>
174+
Uday Kakade <[email protected]>
173175
Utkarsh <http://[email protected]>
174176
Utkarsh Raj <[email protected]>
175177
UtkershBasnet <[email protected]>

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)