44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2024-08-17 )
7+ ## Unreleased (2024-11-20 )
88
99<section class =" packages " >
1010
2020
2121##### Features
2222
23+ - [ ` 8b1548f ` ] ( https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec ) - update namespace TypeScript declarations [ (#3190 )] ( https://github.com/stdlib-js/stdlib/pull/3190 )
2324- [ ` 6576f4f ` ] ( https://github.com/stdlib-js/stdlib/commit/6576f4f82a2f47b2c0ffa35731efcb15a22e158a ) - add ` nditerInterleaveSubarrays `
2425- [ ` 4289f78 ` ] ( https://github.com/stdlib-js/stdlib/commit/4289f78da1d67c5671151413b4673ec32ede26c2 ) - add ` nditerStacks ` to namespace
2526- [ ` 873b085 ` ] ( https://github.com/stdlib-js/stdlib/commit/873b085ae0183426f3e8e831a50a42e2df3ba13d ) - add ` nditerSubarrays ` to namespace
2930
3031<!-- /.features -->
3132
33+ <section class =" breaking-changes " >
34+
35+ ##### BREAKING CHANGES
36+
37+ - [ ` 8b1548f ` ] ( https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec ) : update namespace declarations
38+
39+ - 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.
40+
41+ </section >
42+
43+ <!-- /.breaking-changes -->
44+
45+ </details >
46+
47+ </section >
48+
49+ <!-- /.package -->
50+
51+ <section class =" package " id =" ndarray-iter-column-entries-unreleased " >
52+
53+ #### [ @stdlib/ndarray /iter/column-entries] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/column-entries )
54+
55+ <details >
56+
57+ <section class =" bug-fixes " >
58+
59+ ##### Bug Fixes
60+
61+ - [ ` 7f368f6 ` ] ( https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb ) - remove unused imports from TS declaration file
62+
63+ </section >
64+
65+ <!-- /.bug-fixes -->
66+
3267</details >
3368
3469</section >
5792
5893<!-- /.package -->
5994
95+ <section class =" package " id =" ndarray-iter-matrix-entries-unreleased " >
96+
97+ #### [ @stdlib/ndarray /iter/matrix-entries] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/matrix-entries )
98+
99+ <details >
100+
101+ <section class =" bug-fixes " >
102+
103+ ##### Bug Fixes
104+
105+ - [ ` 7f368f6 ` ] ( https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb ) - remove unused imports from TS declaration file
106+
107+ </section >
108+
109+ <!-- /.bug-fixes -->
110+
111+ </details >
112+
113+ </section >
114+
115+ <!-- /.package -->
116+
117+ <section class =" package " id =" ndarray-iter-row-entries-unreleased " >
118+
119+ #### [ @stdlib/ndarray /iter/row-entries] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/row-entries )
120+
121+ <details >
122+
123+ <section class =" bug-fixes " >
124+
125+ ##### Bug Fixes
126+
127+ - [ ` 7f368f6 ` ] ( https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb ) - remove unused imports from TS declaration file
128+
129+ </section >
130+
131+ <!-- /.bug-fixes -->
132+
133+ </details >
134+
135+ </section >
136+
137+ <!-- /.package -->
138+
60139<section class =" package " id =" ndarray-iter-select-dimension-unreleased " >
61140
62141#### [ @stdlib/ndarray /iter/select-dimension] ( https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/iter/select-dimension )
127206
128207<!-- /.packages -->
129208
209+ <section class =" breaking-changes " >
210+
211+ ### BREAKING CHANGES
212+
213+ - [ ` 8b1548f ` ] ( https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec ) : update namespace declarations
214+
215+ - 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.
216+
217+ </section >
218+
219+ <!-- /.breaking-changes -->
220+
130221<section class =" contributors " >
131222
132223### Contributors
133224
134- A total of 1 person contributed to this release. Thank you to this contributor :
225+ A total of 2 people contributed to this release. Thank you to the following contributors :
135226
136227- Athan Reines
228+ - Philipp Burckhardt
137229
138230</section >
139231
@@ -145,6 +237,9 @@ A total of 1 person contributed to this release. Thank you to this contributor:
145237
146238<details >
147239
240+ - [ ` 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)_
241+ - [ ` 7f368f6 ` ] ( https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb ) - ** fix:** remove unused imports from TS declaration file _ (by Philipp Burckhardt)_
242+ - [ ` 37ef5f4 ` ] ( https://github.com/stdlib-js/stdlib/commit/37ef5f4f43d4fe03643b693a40b166420cbb07fd ) - ** refactor:** use dedicated array utility _ (by Athan Reines)_
148243- [ ` df3ed1e ` ] ( https://github.com/stdlib-js/stdlib/commit/df3ed1ee7fdc62c9f49bfa38eb1df240fb752a6e ) - ** docs:** update namespace ToCs _ (by Athan Reines)_
149244- [ ` 6576f4f ` ] ( https://github.com/stdlib-js/stdlib/commit/6576f4f82a2f47b2c0ffa35731efcb15a22e158a ) - ** feat:** add ` nditerInterleaveSubarrays ` _ (by Athan Reines)_
150245- [ ` 25e87e4 ` ] ( https://github.com/stdlib-js/stdlib/commit/25e87e46c052b2fb2bbd026a71a5ee10f4c50d3f ) - ** feat:** add ` ndarray/iter/interleave-subarrays ` _ (by Athan Reines)_
0 commit comments