File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed
Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3510,6 +3510,7 @@ A total of 557 issues were closed in this release:
35103510
35113511<details>
35123512
3513+ - [`9ab0f17`](https://github.com/stdlib-js/stdlib/commit/9ab0f1770255e4c11d47f859316cd529a0f3dffb) - **docs:** remove unused link definition _(by Athan Reines)_
35133514- [`ed42a4f`](https://github.com/stdlib-js/stdlib/commit/ed42a4f20e80757e6e855dc9ac4e70ab5a28f423) - **docs:** update related packages sections [(#8835)](https://github.com/stdlib-js/stdlib/pull/8835) _(by stdlib-bot)_
35143515- [`8be43b3`](https://github.com/stdlib-js/stdlib/commit/8be43b3489187f60926783d3936fb8003f2a8b9a) - **docs:** update examples in `stats/mean` [(#8823)](https://github.com/stdlib-js/stdlib/pull/8823) _(by Sachin Pangal)_
35153516- [`48d0dcb`](https://github.com/stdlib-js/stdlib/commit/48d0dcbf02ab85d05d7b0904d5a7196435787c44) - **docs:** update examples in `stats/maxabs` [(#8824)](https://github.com/stdlib-js/stdlib/pull/8824) _(by Sachin Pangal)_
Original file line number Diff line number Diff line change @@ -375,8 +375,6 @@ int main( void ) {
375375
376376<section class="links">
377377
378- [variance]: https://en.wikipedia.org/wiki/Variance
379-
380378[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
381379
382380[@stdlib/stats/base/ztest/alternatives]: https://github.com/stdlib-js/stats/tree/main/base/ztest/alternatives
Original file line number Diff line number Diff line change @@ -375,8 +375,6 @@ int main( void ) {
375375
376376<section class="links">
377377
378- [variance]: https://en.wikipedia.org/wiki/Variance
379-
380378[@stdlib/array/float32]: https://github.com/stdlib-js/array-float32
381379
382380[@stdlib/stats/base/ztest/alternatives]: https://github.com/stdlib-js/stats/tree/main/base/ztest/alternatives
Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ console.log( out.toString() );
202202
203203<section class =" links " >
204204
205- [ variance ] : https://en.wikipedia.org/wiki/Variance
206-
207205[ @stdlib/stats/base/ztest/alternatives ] : https://github.com/stdlib-js/stats/tree/main/base/ztest/alternatives
208206
209207[ @stdlib/stats/base/ztest/one-sample/results/float64 ] : https://github.com/stdlib-js/stats/tree/main/base/ztest/one-sample/results/float64
You can’t perform that action at this time.
0 commit comments