From 640664a1e5c2174a39f4d361de05f5bbd98e5720 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 26 Jul 2024 13:38:40 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 12198 +++++++++++----- base/special/sincos/README.md | 90 + .../sincos/benchmark/benchmark.native.js | 60 + .../sincos/benchmark/c/native/Makefile | 146 + .../sincos/benchmark/c/native/benchmark.c | 137 + base/special/sincos/binding.gyp | 170 + base/special/sincos/examples/c/Makefile | 146 + base/special/sincos/examples/c/example.c | 32 + base/special/sincos/include.gypi | 53 + .../include/stdlib/math/base/special/sincos.h | 38 + base/special/sincos/lib/assign.js | 9 +- base/special/sincos/lib/native.js | 60 + base/special/sincos/manifest.json | 84 + base/special/sincos/src/Makefile | 70 + base/special/sincos/src/addon.c | 41 + base/special/sincos/src/main.c | 163 + base/special/sincos/test/test.native.js | 276 + 17 files changed, 9865 insertions(+), 3908 deletions(-) create mode 100644 base/special/sincos/benchmark/benchmark.native.js create mode 100644 base/special/sincos/benchmark/c/native/Makefile create mode 100644 base/special/sincos/benchmark/c/native/benchmark.c create mode 100644 base/special/sincos/binding.gyp create mode 100644 base/special/sincos/examples/c/Makefile create mode 100644 base/special/sincos/examples/c/example.c create mode 100644 base/special/sincos/include.gypi create mode 100644 base/special/sincos/include/stdlib/math/base/special/sincos.h create mode 100644 base/special/sincos/lib/native.js create mode 100644 base/special/sincos/manifest.json create mode 100644 base/special/sincos/src/Makefile create mode 100644 base/special/sincos/src/addon.c create mode 100644 base/special/sincos/src/main.c create mode 100644 base/special/sincos/test/test.native.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4cf0cb2..af8a28aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-25) +## Unreleased (2024-07-26)
@@ -4818,6 +4818,28 @@ This release closes the following issue: +
+ +#### [@stdlib/math/base/special/sincos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincos) + +
+ +
+ +##### Features + +- [`2c377eb`](https://github.com/stdlib-js/stdlib/commit/2c377ebcdbfa36606bbe69e25c309e12a7965a24) - add C implementation for `math/base/special/sincos` [(##2646)](#2646) + +
+ + + +
+ +
+ + +
#### [@stdlib/math/base/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinh) @@ -5538,6 +5560,7 @@ A total of 29 people contributed to this release. Thank you to the following con
+- [`2c377eb`](https://github.com/stdlib-js/stdlib/commit/2c377ebcdbfa36606bbe69e25c309e12a7965a24) - **feat:** add C implementation for `math/base/special/sincos` [(##2646)](#2646) _(by Gunj Joshi)_ - [`7b7a3e6`](https://github.com/stdlib-js/stdlib/commit/7b7a3e634113685c2b6ed1fdb076d40f6e5e4b7a) - **docs:** fix typos in source comments [(#2657)](https://github.com/stdlib-js/stdlib/pull/2657) _(by Gunj Joshi)_ - [`143e88d`](https://github.com/stdlib-js/stdlib/commit/143e88d8089ee484eeb54df1d8739f3e146c4cae) - **feat:** add C implementation for `math/base/special/cosm1` [(##2651)](#2651) _(by Gunj Joshi)_ - [`c77f866`](https://github.com/stdlib-js/stdlib/commit/c77f866c93006ba4bf73221cb28c94c23195ca06) - **feat:** add C implementation for `math/base/special/binet` [(##2653)](#2653) _(by Gunj Joshi)_ @@ -5886,209 +5909,211 @@ A total of 29 people contributed to this release. Thank you to the following con ### Packages -
- -#### [@stdlib/math](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math) +
-
+ -
+
-##### Features +### Contributors -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +A total of 0 people contributed to this release. Thank you to the following contributors:
- + -
+
-##### BREAKING CHANGES +### Commits -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
- + -
+## 0.2.0 (2024-02-05) -
+
- +### Packages -
+
-#### [@stdlib/math/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base) +#### [@stdlib/math](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/assert](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert) +#### [@stdlib/math/base/assert/is-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finite)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/assert/is-finitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finitef) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/assert/is-infinite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinite) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/int32-is-even](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/int32-is-even) +#### [@stdlib/math/base/assert/is-infinitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinitef)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/assert/is-nan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nan) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/assert/is-nanf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nanf) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/int32-is-odd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/int32-is-odd) +#### [@stdlib/math/base/assert/is-negative-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zero)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/assert/is-negative-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zerof) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/assert/is-positive-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zero) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-composite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-composite) +#### [@stdlib/math/base/assert/is-positive-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zerof)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/base/napi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Features - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) +- [`ee1f47b`](https://github.com/stdlib-js/stdlib/commit/ee1f47bbc60d37f220ec8c4093f034d47f9bb389) - add `quinary` to namespace +- [`2078b9d`](https://github.com/stdlib-js/stdlib/commit/2078b9d221b478a5fe07ba981584fd03ddac7f13) - add `quaternary` to namespace
- +
@@ -6096,9 +6121,9 @@ A total of 29 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/math/base/assert/is-coprime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-coprime) +#### [@stdlib/math/base/napi/quaternary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/quaternary)
@@ -6106,34 +6131,21 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`0318f32`](https://github.com/stdlib-js/stdlib/commit/0318f3257e411f9d9179b54b4499ffadf66c14f6) - add `math/base/napi/quaternary`
-
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - -
-
+
-#### [@stdlib/math/base/assert/is-even](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-even) +#### [@stdlib/math/base/napi/quinary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/quinary)
@@ -6141,59 +6153,64 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`f82185a`](https://github.com/stdlib-js/stdlib/commit/f82185a87a510d455c75126d1208679a30d3de55) - add `math/base/napi/quinary`
-
+ -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/base/napi/ternary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/ternary) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finite) +#### [@stdlib/math/base/napi/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/unary)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/base/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Features - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) +- [`5d6b573`](https://github.com/stdlib-js/stdlib/commit/5d6b573040bf6551f3f460ba9570ea5d9567cb84) - add `add5` to namespace +- [`1cba14e`](https://github.com/stdlib-js/stdlib/commit/1cba14e2370f9a50078713f9ac8ad1bf119bc01c) - add `add4` to namespace +- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) +- [`4dd6a68`](https://github.com/stdlib-js/stdlib/commit/4dd6a6836e33c7646ae7a6ce1d629b66b1b96e76) - add `add3` to namespace +- [`252ce69`](https://github.com/stdlib-js/stdlib/commit/252ce69eebed888c9fd70e7d7cb774892d49542a) - add `divf` to namespace +- [`4bcbffb`](https://github.com/stdlib-js/stdlib/commit/4bcbffbe6621aabfde24fa5382440c2b4a434165) - add `cnegf` to namespace +- [`749152f`](https://github.com/stdlib-js/stdlib/commit/749152f1c8d8f39b4d2f8e2f45ac8ab74dbb5a3c) - add `div` to namespace
- +
@@ -6201,34 +6218,33 @@ A total of 29 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/math/base/assert/is-finitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finitef) +#### [@stdlib/math/base/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/base/ops/add3](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add3) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Features - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`b1b4604`](https://github.com/stdlib-js/stdlib/commit/b1b46040bff6549e7d3652bacfb87641a169772c) - add `math/base/ops/add3`
- +
@@ -6236,9 +6252,9 @@ A total of 29 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/math/base/assert/is-infinite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinite) +#### [@stdlib/math/base/ops/add4](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add4)
@@ -6246,34 +6262,21 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`b88e712`](https://github.com/stdlib-js/stdlib/commit/b88e7127d936b4d55e02afa8a47bd7a1302c0369) - add `math/base/ops/add4`
-
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - - - +
-
+
-#### [@stdlib/math/base/assert/is-infinitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinitef) +#### [@stdlib/math/base/ops/add5](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add5)
@@ -6281,139 +6284,141 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`b11b3fb`](https://github.com/stdlib-js/stdlib/commit/b11b3fbf45728f7456757b5147e45f17f4bf49f1) - add `math/base/ops/add5`
-
+ -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/base/ops/addf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/addf) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-integer) +#### [@stdlib/math/base/ops/cadd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cadd)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/ops/caddf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/caddf) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/ops/cdiv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cdiv) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-nan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nan) +#### [@stdlib/math/base/ops/cmul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmul)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/ops/cmulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmulf) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/ops/cneg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cneg) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-nanf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nanf) +#### [@stdlib/math/base/ops/cnegf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cnegf)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/ops/csub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csub) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/ops/csubf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csubf) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-negative-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-finite) +#### [@stdlib/math/base/ops/div](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/div)
@@ -6421,34 +6426,21 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`b28d2a9`](https://github.com/stdlib-js/stdlib/commit/b28d2a9660fa7190070a17305e9ffdf694be74bf) - add `math/base/ops/div`
-
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - -
-
+
-#### [@stdlib/math/base/assert/is-negative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-integer) +#### [@stdlib/math/base/ops/divf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/divf)
@@ -6456,104 +6448,93 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`a967398`](https://github.com/stdlib-js/stdlib/commit/a967398cd29d0dd88ab2121e35bc4909e455b835) - add `math/base/ops/divf`
-
+ -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/base/ops/imul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imul) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-negative-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zero) +#### [@stdlib/math/base/ops/imuldw](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imuldw)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- - -
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/base/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mul) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-negative-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zerof) +#### [@stdlib/math/base/ops/mulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mulf)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/sub) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/ops/subf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/subf) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-nonnegative-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonnegative-finite) +#### [@stdlib/math/base/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special)
@@ -6561,24 +6542,25 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) +- [`e409ab1`](https://github.com/stdlib-js/stdlib/commit/e409ab1bf4a9190fb0ffd8bea0d016fbc28b631a) - add `factorial2` to namespace +- [`d9952f2`](https://github.com/stdlib-js/stdlib/commit/d9952f2a25042570dfe5b20a2dacc4a07cec81c4) - update namespace TypeScript declarations [(#1128)](https://github.com/stdlib-js/stdlib/pull/1128)
-
+
-##### BREAKING CHANGES +##### Closed Issues -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +This release closes the following issue: - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +[#1155](https://github.com/stdlib-js/stdlib/issues/1155)
- + @@ -6586,626 +6568,609 @@ A total of 29 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/math/base/assert/is-nonnegative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonnegative-integer) +#### [@stdlib/math/base/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acosh) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acot) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-nonpositive-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonpositive-finite) +#### [@stdlib/math/base/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoth)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/acsc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsc) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/acsch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsch) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-nonpositive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonpositive-integer) +#### [@stdlib/math/base/special/asec](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asec)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/asech](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asin) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-odd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-odd) +#### [@stdlib/math/base/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asinh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan2) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-positive-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-finite) +#### [@stdlib/math/base/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/cabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-positive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-integer) +#### [@stdlib/math/base/special/cabs2f](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2f)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cabsf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabsf) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/cceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-positive-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zero) +#### [@stdlib/math/base/special/cceilf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceilf)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceiln) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/ccis](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ccis) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-positive-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zerof) +#### [@stdlib/math/base/special/ceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceiln)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cexp) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/cflipsign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsign) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-prime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-prime) +#### [@stdlib/math/base/special/cflipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsignf)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloor) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/cfloorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloorn) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-probability](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-probability) +#### [@stdlib/math/base/special/cidentity](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentity)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cidentityf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentityf) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/cinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinv) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/is-safe-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-safe-integer) +#### [@stdlib/math/base/special/clamp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/clamp)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/copysign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysign) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/copysignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysignf) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/assert/uint32-is-pow2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/uint32-is-pow2) +#### [@stdlib/math/base/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cot) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/coth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/coth) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/napi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi) +#### [@stdlib/math/base/special/cphase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cphase)
-
- -##### Features - -- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) -- [`ee1f47b`](https://github.com/stdlib-js/stdlib/commit/ee1f47bbc60d37f220ec8c4093f034d47f9bb389) - add `quinary` to namespace -- [`2078b9d`](https://github.com/stdlib-js/stdlib/commit/2078b9d221b478a5fe07ba981584fd03ddac7f13) - add `quaternary` to namespace -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`5e64296`](https://github.com/stdlib-js/stdlib/commit/5e6429650b779703f2a97f3f0d6d6059645f18a4) - add native addon to `cflipsign` [(#990)](https://github.com/stdlib-js/stdlib/pull/990) -- [`1014c3a`](https://github.com/stdlib-js/stdlib/commit/1014c3ab29373e70ab8eb669fb0481c8767e7670) - add Node-API macros for binary functions [(#969)](https://github.com/stdlib-js/stdlib/pull/969) +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/cpolar](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cpolar) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
-
- - - -
- -#### [@stdlib/math/base/napi/quaternary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/quaternary) +#### [@stdlib/math/base/special/cround](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cround)
-
+No changes reported for this release.
-##### Features +
-- [`0318f32`](https://github.com/stdlib-js/stdlib/commit/0318f3257e411f9d9179b54b4499ffadf66c14f6) - add `math/base/napi/quaternary` + -
+
- +#### [@stdlib/math/base/special/croundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/croundn) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/napi/quinary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/quinary) +#### [@stdlib/math/base/special/csch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csch)
-
+No changes reported for this release.
-##### Features +
-- [`f82185a`](https://github.com/stdlib-js/stdlib/commit/f82185a87a510d455c75126d1208679a30d3de55) - add `math/base/napi/quinary` + -
+
- +#### [@stdlib/math/base/special/csignum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csignum) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/napi/ternary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/ternary) +#### [@stdlib/math/base/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipe)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- - -
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/base/special/ellipj](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipj) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/napi/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/unary) +#### [@stdlib/math/base/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipk)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfc) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcinv) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops) +#### [@stdlib/math/base/special/erfcx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcx)
-
- -##### Features - -- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) -- [`5d6b573`](https://github.com/stdlib-js/stdlib/commit/5d6b573040bf6551f3f460ba9570ea5d9567cb84) - add `add5` to namespace -- [`1cba14e`](https://github.com/stdlib-js/stdlib/commit/1cba14e2370f9a50078713f9ac8ad1bf119bc01c) - add `add4` to namespace -- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) -- [`4dd6a68`](https://github.com/stdlib-js/stdlib/commit/4dd6a6836e33c7646ae7a6ce1d629b66b1b96e76) - add `add3` to namespace -- [`252ce69`](https://github.com/stdlib-js/stdlib/commit/252ce69eebed888c9fd70e7d7cb774892d49542a) - add `divf` to namespace -- [`4bcbffb`](https://github.com/stdlib-js/stdlib/commit/4bcbffbe6621aabfde24fa5382440c2b4a434165) - add `cnegf` to namespace -- [`749152f`](https://github.com/stdlib-js/stdlib/commit/749152f1c8d8f39b4d2f8e2f45ac8ab74dbb5a3c) - add `div` to namespace -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add) +#### [@stdlib/math/base/special/factorial2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial2)
@@ -7213,24 +7178,23 @@ A total of 29 people contributed to this release. Thank you to the following con ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`c0dab03`](https://github.com/stdlib-js/stdlib/commit/c0dab036acafd8d1e014ee8c6c8d54d3616fd782) - add `math/base/special/factorial2` [(#1112)](https://github.com/stdlib-js/stdlib/pull/1112)
-
+
-##### BREAKING CHANGES +##### Closed Issues -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +This release closes the following issue: - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +[#44](https://github.com/stdlib-js/stdlib/issues/44)
- + @@ -7238,2076 +7202,2133 @@ A total of 29 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/math/base/ops/add3](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add3) +#### [@stdlib/math/base/special/fast](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast)
-
+No changes reported for this release.
-##### Features +
-- [`b1b4604`](https://github.com/stdlib-js/stdlib/commit/b1b46040bff6549e7d3652bacfb87641a169772c) - add `math/base/ops/add3` + -
+
- +#### [@stdlib/math/base/special/fast/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/acosh) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/add4](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add4) +#### [@stdlib/math/base/special/fast/alpha-max-plus-beta-min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/alpha-max-plus-beta-min)
-
+No changes reported for this release.
-##### Features +
-- [`b88e712`](https://github.com/stdlib-js/stdlib/commit/b88e7127d936b4d55e02afa8a47bd7a1302c0369) - add `math/base/ops/add4` + -
+
- +#### [@stdlib/math/base/special/fast/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/asinh) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/add5](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add5) +#### [@stdlib/math/base/special/fast/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/atanh)
-
+No changes reported for this release.
-##### Features +
-- [`b11b3fb`](https://github.com/stdlib-js/stdlib/commit/b11b3fbf45728f7456757b5147e45f17f4bf49f1) - add `math/base/ops/add5` + -
+
- +#### [@stdlib/math/base/special/flipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/flipsignf) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/addf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/addf) +#### [@stdlib/math/base/special/floorb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorb)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/floorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorn) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/fresnel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnel) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cadd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cadd) +#### [@stdlib/math/base/special/frexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/frexp)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/kernel-cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-cos) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/kernel-sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-sin) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/kernel-tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-tan) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/caddf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/caddf) +#### [@stdlib/math/base/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log10) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1mexp) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1p) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cdiv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cdiv) +#### [@stdlib/math/base/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pexp)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`7fc8042`](https://github.com/stdlib-js/stdlib/commit/7fc804208ff8addbe09f62b0a81a53ba7498c5b3) - add C implementation for `math/base/ops/cdiv` [(#1001)](https://github.com/stdlib-js/stdlib/pull/1001) - -
+ - +
-
+#### [@stdlib/math/base/special/log1pmx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pmx) -##### Bug Fixes +
-- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/logaddexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/logaddexp) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cmul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmul) +#### [@stdlib/math/base/special/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/max)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/maxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabsn) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/maxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxn) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/min) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cmulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmulf) +#### [@stdlib/math/base/special/minabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabsn)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/minmax](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmax) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/minmaxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabsn) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/minmaxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxn) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cneg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cneg) +#### [@stdlib/math/base/special/minn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minn)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/modf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/modf) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/negalucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/negalucas) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/rcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rcbrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/cnegf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cnegf) +#### [@stdlib/math/base/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/roundb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundb) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/roundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundn) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/sici](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sici) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/csub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csub) +#### [@stdlib/math/base/special/sincos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/sincospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincospi) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinh) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/sqrtpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtpi) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/csubf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csubf) +#### [@stdlib/math/base/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tanh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/base/special/truncn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncn) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/special/xlog1py](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlog1py) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/special/xlogy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlogy) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/div](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/div) +#### [@stdlib/math/base/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools)
-
+No changes reported for this release.
-##### Features +
-- [`b28d2a9`](https://github.com/stdlib-js/stdlib/commit/b28d2a9660fa7190070a17305e9ffdf694be74bf) - add `math/base/ops/div` + -
+
- +#### [@stdlib/math/base/tools/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/continued-fraction) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/divf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/divf) +#### [@stdlib/math/base/tools/evalpoly-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly-compile)
-
+No changes reported for this release.
-##### Features +
-- [`a967398`](https://github.com/stdlib-js/stdlib/commit/a967398cd29d0dd88ab2121e35bc4909e455b835) - add `math/base/ops/divf` + -
+
- +#### [@stdlib/math/base/tools/evalrational-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/imul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imul) +#### [@stdlib/math/base/tools/evalrational-compile-c](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile-c)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/base/tools/fibpoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/fibpoly) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/base/tools/sum-series](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/sum-series) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/imuldw](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imuldw) +#### [@stdlib/math/base/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/iter](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter) -- [`1f04214`](https://github.com/stdlib-js/stdlib/commit/1f042141f219a7a3f010e488264d6b0a94321c15) - update import path for `Collection` type definition +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/add) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mul) +#### [@stdlib/math/iter/ops/divide](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/divide)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/ops/mod](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/mod) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/ops/multiply](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/multiply) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/mulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mulf) +#### [@stdlib/math/iter/ops/subtract](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/subtract)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/sequences](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/sequences/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/continued-fraction) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/sub) +#### [@stdlib/math/iter/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs2) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/subf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/subf) +#### [@stdlib/math/iter/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acosh) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acot) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/umul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/umul) +#### [@stdlib/math/iter/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoth)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/acovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acovercos) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/acoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoversin) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/ops/umuldw](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/umuldw) +#### [@stdlib/math/iter/special/ahavercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahavercos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/iter/special/ahaversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahaversin) -- [`1f04214`](https://github.com/stdlib-js/stdlib/commit/1f042141f219a7a3f010e488264d6b0a94321c15) - update import path for `Collection` type definition +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asin) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asinh) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special) +#### [@stdlib/math/iter/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan)
-
- -##### Features - -- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) -- [`e409ab1`](https://github.com/stdlib-js/stdlib/commit/e409ab1bf4a9190fb0ffd8bea0d016fbc28b631a) - add `factorial2` to namespace -- [`d9952f2`](https://github.com/stdlib-js/stdlib/commit/d9952f2a25042570dfe5b20a2dacc4a07cec81c4) - update namespace TypeScript declarations [(#1128)](https://github.com/stdlib-js/stdlib/pull/1128) -- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77) - update namespace TypeScript declarations [(#1103)](https://github.com/stdlib-js/stdlib/pull/1103) -- [`e18b248`](https://github.com/stdlib-js/stdlib/commit/e18b248464425863019a841795a7e5fc7d01d0ea) - update namespace TypeScript declarations [(#1100)](https://github.com/stdlib-js/stdlib/pull/1100) -- [`2e858d4`](https://github.com/stdlib-js/stdlib/commit/2e858d41b56f73ba68f58653b798fcb534d75910) - add log1pmx to namespace -- [`de73ae1`](https://github.com/stdlib-js/stdlib/commit/de73ae19f43cbad40036d25b1d46620b3c5113a9) - update namespace TypeScript declarations [(#1089)](https://github.com/stdlib-js/stdlib/pull/1089) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`89910da`](https://github.com/stdlib-js/stdlib/commit/89910daae54261b8fd21ee548b1a608aa0c65f12) - update namespace TypeScript declarations [(#1068)](https://github.com/stdlib-js/stdlib/pull/1068) -- [`810ebc1`](https://github.com/stdlib-js/stdlib/commit/810ebc1b4d4b5eaf023f5281774e54db733bb4e0) - update namespace TypeScript declarations [(#1047)](https://github.com/stdlib-js/stdlib/pull/1047) +No changes reported for this release.
- - -
- -##### BREAKING CHANGES + -- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): update namespace TypeScript declarations -- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): refactor complex number APIs +
- - To migrate, users should use and handle `Complex128` instances, rather than separate real and imaginary components. +#### [@stdlib/math/iter/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + -
+
-##### Closed Issues +#### [@stdlib/math/iter/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atanh) -This release closes the following issue: +
-[#1155](https://github.com/stdlib-js/stdlib/issues/1155) +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/avercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/avercos) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs) +#### [@stdlib/math/iter/special/aversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/aversin)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/iter/special/besselj0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj0) -
+
-##### BREAKING CHANGES +No changes reported for this release.
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. + -
+
- +#### [@stdlib/math/iter/special/besselj1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj1) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs2) +#### [@stdlib/math/iter/special/bessely0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely0)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/bessely1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely1) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/beta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/beta) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/abs2f](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs2f) +#### [@stdlib/math/iter/special/betaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/betaln)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cbrt) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/absf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/absf) +#### [@stdlib/math/iter/special/ceil10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil10)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/ceil2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cos) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acos) +#### [@stdlib/math/iter/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/cosm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosm1) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/cospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cospi) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acosh) +#### [@stdlib/math/iter/special/covercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/covercos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/coversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/coversin) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/deg2rad) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acot) +#### [@stdlib/math/iter/special/digamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/digamma)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/dirac-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirac-delta) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/dirichlet-eta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirichlet-eta) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoth) +#### [@stdlib/math/iter/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipe)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/iter/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipk) -- [`2226dae`](https://github.com/stdlib-js/stdlib/commit/2226daec22d063b09e52efb6f3fbcfae623aadce) - skip test if native addon is not available +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/erf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erf) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfc) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acovercos) +#### [@stdlib/math/iter/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfcinv)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/erfinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfinv) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoversin) +#### [@stdlib/math/iter/special/exp10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp10)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/exp2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/expit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expit) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/acsc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsc) +#### [@stdlib/math/iter/special/expm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/expm1rel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1rel) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
-
+#### [@stdlib/math/iter/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorial) - +
-
+No changes reported for this release.
-#### [@stdlib/math/base/special/acsch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsch) +
-
+ -
+
-##### Features +#### [@stdlib/math/iter/special/factorialln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorialln) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + -
+
+ +#### [@stdlib/math/iter/special/floor10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor10) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ahavercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ahavercos) +#### [@stdlib/math/iter/special/floor2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor2)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/fresnelc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnelc) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/fresnels](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnels) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ahaversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ahaversin) +#### [@stdlib/math/iter/special/gamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/gamma1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma1pm1) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/gammaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gammaln) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/asec](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asec) +#### [@stdlib/math/iter/special/hacovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacovercos)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/hacoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacoversin) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/havercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/havercos) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/asech](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech) +#### [@stdlib/math/iter/special/haversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/haversin)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/inv) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/ln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ln) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asin) +#### [@stdlib/math/iter/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log10) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1mexp) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asinh) +#### [@stdlib/math/iter/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1p)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1pexp) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log2) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan) +#### [@stdlib/math/iter/special/logit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/logit)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/pow](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/pow) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/rad2deg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rad2deg) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan2) +#### [@stdlib/math/iter/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ramp)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/riemann-zeta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/riemann-zeta) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh) +#### [@stdlib/math/iter/special/round10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round10)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/round2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rsqrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/avercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/avercos) +#### [@stdlib/math/iter/special/signum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/signum)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sin) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/sinc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinc) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/aversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/aversin) +#### [@stdlib/math/iter/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/sinpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinpi) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/spence](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/spence) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/bernoulli](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bernoulli) +#### [@stdlib/math/iter/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/sqrt1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt1pm1) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tan) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/besselj0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/besselj0) +#### [@stdlib/math/iter/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tanh)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/trigamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trigamma) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/besselj1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/besselj1) +#### [@stdlib/math/iter/special/trunc10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc10)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/special/trunc2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/special/vercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/vercos) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/bessely0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely0) +#### [@stdlib/math/iter/special/versin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/versin)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/tools/map](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/bessely1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely1) +#### [@stdlib/math/iter/tools/map2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map2)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/iter/tools/map3](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map3) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/iter/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/beta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/beta) +#### [@stdlib/math/iter/utils/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils/continued-fraction)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special/abs) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/betainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betainc) +#### [@stdlib/math/strided](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/betaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betaincinv) +#### [@stdlib/math/strided/ops/add-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add-by)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/ops/mul-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul-by) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/betaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betaln) +#### [@stdlib/math/strided/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/ops/sub-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub-by) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/boxcox](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox) +#### [@stdlib/math/strided/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version - -
- - - -
- -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -9315,34 +9336,43 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/boxcox1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox1p) +#### [@stdlib/math/strided/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2)
-
+
-##### Features +##### Bug Fixes -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- + -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
+ +#### [@stdlib/math/strided/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt) + +
+ +
+ +##### Bug Fixes + +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -9350,34 +9380,33 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/boxcox1pinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox1pinv) +#### [@stdlib/math/strided/special/cbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt-by)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/strided/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ceil) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -9385,341 +9414,331 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/boxcoxinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcoxinv) +#### [@stdlib/math/strided/special/cos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cos-by)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- - -
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-
+#### [@stdlib/math/strided/special/dabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs) +#### [@stdlib/math/strided/special/dabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs2)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/strided/special/dcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/dcbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt-by) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/dceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dceil) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2) +#### [@stdlib/math/strided/special/ddeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ddeg2rad)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba) - migrate to using stdlib complex number types [(#912)](https://github.com/stdlib-js/stdlib/pull/912) + -
+
- +#### [@stdlib/math/strided/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/deg2rad) + +
##### Bug Fixes -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
-
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types -- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types + - - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +
-
+#### [@stdlib/math/strided/special/dfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dfloor) - +
-
+No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cabs2f](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2f) +#### [@stdlib/math/strided/special/dinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dinv)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/strided/special/dmskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/dmskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs2) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/dmskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskcbrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cabsf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabsf) +#### [@stdlib/math/strided/special/dmskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskceil)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/strided/special/dmskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskdeg2rad) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/dmskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskfloor) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/dmskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskinv) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cbrt) +#### [@stdlib/math/strided/special/dmskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskramp)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/dmskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskrsqrt) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/dmsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsksqrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cbrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cbrtf) +#### [@stdlib/math/strided/special/dmsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsktrunc)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/dramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dramp) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/drsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/drsqrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/cceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil) +#### [@stdlib/math/strided/special/dsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dsqrt)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415) - migrate to using stdlib complex number types [(##916)](#916) +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/strided/special/dtrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dtrunc) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/floor) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
-- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types -- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types +##### Bug Fixes - - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -9727,44 +9746,43 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cceilf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceilf) +#### [@stdlib/math/strided/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/inv)
-
+
-##### Features +##### Bug Fixes -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- + -
+
-##### Bug Fixes +
-- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + -
+
- +#### [@stdlib/math/strided/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ramp) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -9772,272 +9790,271 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceiln) +#### [@stdlib/math/strided/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/rsqrt)
-
+
-##### Features +##### Bug Fixes -- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a) - remove `out` argument support and add C implementations [(#988)](https://github.com/stdlib-js/stdlib/pull/988) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- + -
+
-##### BREAKING CHANGES +
-- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations -- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support + - - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +#### [@stdlib/math/strided/special/sabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs) - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
+ +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/sabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs2) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ccis](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ccis) +#### [@stdlib/math/strided/special/scbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/scbrt)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80) - refactor to remove `out` argument and add C implementation [(#970)](https://github.com/stdlib-js/stdlib/pull/970) +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/strided/special/sceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sceil) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/sdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sdeg2rad) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
-- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): refactor to remove `out` argument and add C implementation -- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): remove `out` argument support and use complex number objects +
- - To migrate, consumers will need to refactor to use complex number objects for input arguments and output values. + -
+
- +#### [@stdlib/math/strided/special/sfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sfloor) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil) +#### [@stdlib/math/strided/special/sin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sin-by)
-
- -##### Features - -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/sinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sinv) -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument +
- - To migrate, users should provide a complex number object and handle a complex number object return value. +No changes reported for this release.
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. + -
+
- +#### [@stdlib/math/strided/special/smskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs) - +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceil10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil10) +#### [@stdlib/math/strided/special/smskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs2)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/smskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskcbrt) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/smskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskceil) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceil2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil2) +#### [@stdlib/math/strided/special/smskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskdeg2rad)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/smskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskfloor) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/smskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskinv) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceilb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilb) +#### [@stdlib/math/strided/special/smskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskramp)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/smskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskrsqrt) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/smsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsksqrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceilf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilf) +#### [@stdlib/math/strided/special/smsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsktrunc)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES +#### [@stdlib/math/strided/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
+ +##### Bug Fixes + +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -10045,75 +10062,81 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceiln) +#### [@stdlib/math/strided/special/sqrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt-by)
-
+No changes reported for this release.
-##### Features +
-- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a) - remove `out` argument support and add C implementations [(#988)](https://github.com/stdlib-js/stdlib/pull/988) -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/strided/special/sramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sramp) -
+
-##### BREAKING CHANGES +No changes reported for this release.
-- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations -- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support +
- - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +#### [@stdlib/math/strided/special/srsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/srsqrt) + +
+ +No changes reported for this release.
- + - +
+ +#### [@stdlib/math/strided/special/ssqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ssqrt) + +
+ +No changes reported for this release.
-
+
-#### [@stdlib/math/base/special/ceilsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilsd) +#### [@stdlib/math/strided/special/strunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/strunc)
-
+No changes reported for this release.
-##### Features +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + -
+
- +#### [@stdlib/math/strided/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/trunc) -
+
-##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types
- +
@@ -10121,106 +10144,188 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cexp) +#### [@stdlib/math/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools)
-
- -##### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea) - refactor API and add C API to `math/base/special/cexp` [(#972)](https://github.com/stdlib-js/stdlib/pull/972) +No changes reported for this release.
- + -
+
-##### Bug Fixes +#### [@stdlib/math/tools/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools/unary) -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +
+ +No changes reported for this release.
- + -
+
-##### BREAKING CHANGES + -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
- - To migrate, users should upgrade their TypeScript version to at least version 4.1. +### Closed Issues -- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): refactor API and add C API to `math/base/special/cexp` -- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): remove support for `out` argument +A total of 2 issues were closed in this release: - - To migrate, users should provide a `Complex128` object, rather than an output array and real and imaginary components. +[#44](https://github.com/stdlib-js/stdlib/issues/44), [#1155](https://github.com/stdlib-js/stdlib/issues/1155)
- + - +
+ +### Contributors + +A total of 5 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Athan Reines +- Philipp Burckhardt +- Philipp Burckhardt +- Robert Gislason
- + -
+
-#### [@stdlib/math/base/special/cflipsign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsign) +### Commits
-
- -##### Features +- [`5284362`](https://github.com/stdlib-js/stdlib/commit/5284362368db3dcaae9a50dacd9caab56485a7e9) - **docs:** update related packages sections [(##1299)](#1299) _(by stdlib-bot)_ +- [`ed8a998`](https://github.com/stdlib-js/stdlib/commit/ed8a998f95cebd180f2a974548379a6335988970) - **docs:** update related packages sections [(##1296)](#1296) _(by stdlib-bot)_ +- [`d2d2b70`](https://github.com/stdlib-js/stdlib/commit/d2d2b707e954b400b72b7b9f158164d026d09636) - **docs:** update related packages sections [(#1261)](https://github.com/stdlib-js/stdlib/pull/1261) _(by stdlib-bot)_ +- [`96489fa`](https://github.com/stdlib-js/stdlib/commit/96489fa603a2920bef92fb38b49ca9468851714d) - **docs:** update namespace table of contents [(##1251)](#1251) _(by stdlib-bot, Philipp Burckhardt)_ +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ +- [`8affb20`](https://github.com/stdlib-js/stdlib/commit/8affb20402cfd15cf33663a601541b36cc7edb56) - **docs:** update related packages sections [(#1248)](https://github.com/stdlib-js/stdlib/pull/1248) _(by stdlib-bot)_ +- [`9b87012`](https://github.com/stdlib-js/stdlib/commit/9b87012e598bd0d2692af5d59332cb0e2231e9e8) - **docs:** update related packages sections [(#1243)](https://github.com/stdlib-js/stdlib/pull/1243) _(by stdlib-bot)_ +- [`8ef1f9e`](https://github.com/stdlib-js/stdlib/commit/8ef1f9eb45527886ba9b0c341704c8ffe6cffbb3) - **docs:** update related packages sections [(#1233)](https://github.com/stdlib-js/stdlib/pull/1233) _(by stdlib-bot)_ +- [`fe1a276`](https://github.com/stdlib-js/stdlib/commit/fe1a2764c983ee7adc61e5f383dd91dd262ddfc2) - **docs:** update related packages sections [(##1220)](#1220) _(by stdlib-bot)_ +- [`504795c`](https://github.com/stdlib-js/stdlib/commit/504795ca2b3eb120db344e51b27493b3da696ebf) - **docs:** update related packages sections [(#1214)](https://github.com/stdlib-js/stdlib/pull/1214) _(by stdlib-bot)_ +- [`9782026`](https://github.com/stdlib-js/stdlib/commit/9782026baac4239e8fabd217952b77bd633bce75) - **test:** fix failing tests due to increased accuracy in binomcoef _(by Athan Reines)_ +- [`1256a95`](https://github.com/stdlib-js/stdlib/commit/1256a9588a52fe50e1ba363dbb47b614b82f4db0) - **style:** remove decimal for consistency with rest of implementation _(by Athan Reines)_ +- [`0363e4c`](https://github.com/stdlib-js/stdlib/commit/0363e4c381885a8c758281f79f9fd88cb11b309a) - **refactor:** remove alternative implementation files _(by Athan Reines)_ +- [`fab2a1e`](https://github.com/stdlib-js/stdlib/commit/fab2a1e571a8a2b6ba9f093c8ae6ae276ca4c37d) - **refactor:** improve accuracy for large binomial coefficients _(by Athan Reines)_ +- [`6a5f15a`](https://github.com/stdlib-js/stdlib/commit/6a5f15ac68a1674238d2469c37dd7e20b49e9541) - **bench:** pre-allocate arrays of random numbers to allow perf measurement _(by Athan Reines)_ +- [`dbe559a`](https://github.com/stdlib-js/stdlib/commit/dbe559ac10385a4f0edadd7394cea6170a34864f) - **test:** update test fixtures and add failing tests _(by Athan Reines)_ +- [`32e396e`](https://github.com/stdlib-js/stdlib/commit/32e396ec3729717dd7805202b83fd0d30a522d06) - **docs:** update related packages sections [(##1185)](#1185) _(by stdlib-bot)_ +- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(##1179)](#1179) _(by stdlib-bot)_ +- [`4d6b104`](https://github.com/stdlib-js/stdlib/commit/4d6b104a0309b9a016700badd64b137ff384de52) - **docs:** update related packages sections [(#1172)](https://github.com/stdlib-js/stdlib/pull/1172) _(by stdlib-bot, Athan Reines)_ +- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - **feat:** update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) _(by stdlib-bot, Athan Reines)_ +- [`d575e8b`](https://github.com/stdlib-js/stdlib/commit/d575e8b063a37d90c3178fcff7b425314ae73c98) - **docs:** update related packages sections [(##1167)](#1167) _(by stdlib-bot)_ +- [`74bf172`](https://github.com/stdlib-js/stdlib/commit/74bf172cde4e19feaf4840c9e03b904bf9819934) - **docs:** update related packages sections [(##1165)](#1165) _(by stdlib-bot)_ +- [`26cf434`](https://github.com/stdlib-js/stdlib/commit/26cf4347b243f1f363273481512e1ffebcb27ad5) - **docs:** update related packages sections [(##1156)](#1156) _(by stdlib-bot)_ +- [`57d81e4`](https://github.com/stdlib-js/stdlib/commit/57d81e4c196065f6680f08f22aeccfdc6e590b8f) - **docs:** update related packages sections [(#1151)](https://github.com/stdlib-js/stdlib/pull/1151) _(by stdlib-bot)_ +- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_ +- [`e9778a4`](https://github.com/stdlib-js/stdlib/commit/e9778a44456fe95e30158b3ed4b2849c1ea5be1d) - **build:** do not escape special Markdown characters in code _(by Philipp Burckhardt)_ +- [`78a556e`](https://github.com/stdlib-js/stdlib/commit/78a556efa2f1da29eb9081d393f5768ad1518117) - **docs:** update related packages sections [(##1145)](#1145) _(by stdlib-bot)_ +- [`1b31b43`](https://github.com/stdlib-js/stdlib/commit/1b31b437442c7d861aadf0e5ee00bb86cc191982) - **docs:** update namespace table of contents [(##1138)](#1138) _(by stdlib-bot, Athan Reines)_ +- [`5d6b573`](https://github.com/stdlib-js/stdlib/commit/5d6b573040bf6551f3f460ba9570ea5d9567cb84) - **feat:** add `add5` to namespace _(by Athan Reines)_ +- [`b11b3fb`](https://github.com/stdlib-js/stdlib/commit/b11b3fbf45728f7456757b5147e45f17f4bf49f1) - **feat:** add `math/base/ops/add5` _(by Athan Reines)_ +- [`1cba14e`](https://github.com/stdlib-js/stdlib/commit/1cba14e2370f9a50078713f9ac8ad1bf119bc01c) - **feat:** add `add4` to namespace _(by Athan Reines)_ +- [`b88e712`](https://github.com/stdlib-js/stdlib/commit/b88e7127d936b4d55e02afa8a47bd7a1302c0369) - **feat:** add `math/base/ops/add4` _(by Athan Reines)_ +- [`ee1f47b`](https://github.com/stdlib-js/stdlib/commit/ee1f47bbc60d37f220ec8c4093f034d47f9bb389) - **feat:** add `quinary` to namespace _(by Athan Reines)_ +- [`f82185a`](https://github.com/stdlib-js/stdlib/commit/f82185a87a510d455c75126d1208679a30d3de55) - **feat:** add `math/base/napi/quinary` _(by Athan Reines)_ +- [`bfadb4e`](https://github.com/stdlib-js/stdlib/commit/bfadb4ec68f961e8a87e2f1ea809d9d83e26ff5b) - **docs:** fix missing period _(by Athan Reines)_ +- [`2078b9d`](https://github.com/stdlib-js/stdlib/commit/2078b9d221b478a5fe07ba981584fd03ddac7f13) - **feat:** add `quaternary` to namespace _(by Athan Reines)_ +- [`0318f32`](https://github.com/stdlib-js/stdlib/commit/0318f3257e411f9d9179b54b4499ffadf66c14f6) - **feat:** add `math/base/napi/quaternary` _(by Athan Reines)_ +- [`9dd4da3`](https://github.com/stdlib-js/stdlib/commit/9dd4da3d3eff22c863ed009cc6a909ad524e2b83) - **docs:** update namespace table of contents [(#1136)](https://github.com/stdlib-js/stdlib/pull/1136) _(by stdlib-bot, Philipp Burckhardt)_ +- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - **feat:** update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) _(by stdlib-bot, Philipp Burckhardt)_ +- [`4dd6a68`](https://github.com/stdlib-js/stdlib/commit/4dd6a6836e33c7646ae7a6ce1d629b66b1b96e76) - **feat:** add `add3` to namespace _(by Athan Reines)_ +- [`b1b4604`](https://github.com/stdlib-js/stdlib/commit/b1b46040bff6549e7d3652bacfb87641a169772c) - **feat:** add `math/base/ops/add3` _(by Athan Reines)_ +- [`252ce69`](https://github.com/stdlib-js/stdlib/commit/252ce69eebed888c9fd70e7d7cb774892d49542a) - **feat:** add `divf` to namespace _(by Athan Reines)_ +- [`a967398`](https://github.com/stdlib-js/stdlib/commit/a967398cd29d0dd88ab2121e35bc4909e455b835) - **feat:** add `math/base/ops/divf` _(by Athan Reines)_ +- [`942be90`](https://github.com/stdlib-js/stdlib/commit/942be9085906fa7e87fa41fc5486a7a0d4d42953) - **docs:** remove duplicate minus sign _(by Athan Reines)_ +- [`4bcbffb`](https://github.com/stdlib-js/stdlib/commit/4bcbffbe6621aabfde24fa5382440c2b4a434165) - **feat:** add `cnegf` to namespace _(by Athan Reines)_ +- [`749152f`](https://github.com/stdlib-js/stdlib/commit/749152f1c8d8f39b4d2f8e2f45ac8ab74dbb5a3c) - **feat:** add `div` to namespace _(by Athan Reines)_ +- [`b28d2a9`](https://github.com/stdlib-js/stdlib/commit/b28d2a9660fa7190070a17305e9ffdf694be74bf) - **feat:** add `math/base/ops/div` _(by Athan Reines)_ +- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - **fix:** limit to real-valued floating-point data types _(by Athan Reines)_ +- [`e409ab1`](https://github.com/stdlib-js/stdlib/commit/e409ab1bf4a9190fb0ffd8bea0d016fbc28b631a) - **feat:** add `factorial2` to namespace _(by Athan Reines)_ +- [`ac29cc3`](https://github.com/stdlib-js/stdlib/commit/ac29cc34c3d31e65309fb77ac8680f6161f41a60) - **docs:** update heading _(by Athan Reines)_ +- [`84a6e5c`](https://github.com/stdlib-js/stdlib/commit/84a6e5c228d8125b73e142785a85b7922fd30e6a) - **test:** standardize assertion messages _(by Athan Reines)_ +- [`2202667`](https://github.com/stdlib-js/stdlib/commit/2202667685e9d8714200364b196418c32f7c0c6b) - **bench:** simplify benchmarks _(by Athan Reines)_ +- [`c0dab03`](https://github.com/stdlib-js/stdlib/commit/c0dab036acafd8d1e014ee8c6c8d54d3616fd782) - **feat:** add `math/base/special/factorial2` [(#1112)](https://github.com/stdlib-js/stdlib/pull/1112) _(by Robert Gislason, Athan Reines)_ +- [`eb38ba4`](https://github.com/stdlib-js/stdlib/commit/eb38ba4b99ee1de12b107c566ea43cfa6657101c) - **style:** resolve C lint errors _(by Athan Reines)_ +- [`c000185`](https://github.com/stdlib-js/stdlib/commit/c00018559e72c2e8384578a55cfa66121fe72466) - **style:** resolve C lint errors _(by Athan Reines)_ +- [`37c6c77`](https://github.com/stdlib-js/stdlib/commit/37c6c77ce78430486c95f3034dd1c836fac8b65d) - **style:** resolve C lint errors _(by Athan Reines)_ +- [`312bed1`](https://github.com/stdlib-js/stdlib/commit/312bed1f9208bca04d6e8002191383ded891c588) - **build:** remove tslint directives _(by Philipp Burckhardt)_ +- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ +- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_ +- [`d503f0f`](https://github.com/stdlib-js/stdlib/commit/d503f0fe98da200ecfd1b204f078d63044bead75) - **build:** replace tslint directive _(by Philipp Burckhardt)_ +- [`d9952f2`](https://github.com/stdlib-js/stdlib/commit/d9952f2a25042570dfe5b20a2dacc4a07cec81c4) - **feat:** update namespace TypeScript declarations [(#1128)](https://github.com/stdlib-js/stdlib/pull/1128) _(by stdlib-bot, Athan Reines)_ +- [`2ee04a1`](https://github.com/stdlib-js/stdlib/commit/2ee04a1a56367b9663698aa0d01c10dca8d716df) - **docs:** update namespace ToCs _(by Athan Reines)_ +- [`714b339`](https://github.com/stdlib-js/stdlib/commit/714b3397c542f1caef3e9f91f65dbcaf0fec9afe) - **docs:** update links _(by Athan Reines)_ +- [`215dfe6`](https://github.com/stdlib-js/stdlib/commit/215dfe690670731f044d09c92832081bc99372cc) - **docs:** update links _(by Athan Reines)_ +- [`7eb7d96`](https://github.com/stdlib-js/stdlib/commit/7eb7d96f3860d0b1229b905caceb1b6641ee43c5) - **docs:** update links _(by Athan Reines)_ +- [`475ef21`](https://github.com/stdlib-js/stdlib/commit/475ef21ff22ece4a738ee7c4e1bd4c3084a75cbd) - **docs:** update links _(by Athan Reines)_ +- [`73d8643`](https://github.com/stdlib-js/stdlib/commit/73d86437fec2ce41b1ac5dc0afd77301a43fe509) - **docs:** update links _(by Athan Reines)_ +- [`b7088f1`](https://github.com/stdlib-js/stdlib/commit/b7088f16d2ded014fd35ba5c6b9554c926ebbe41) - **docs:** resolve lint errors _(by Athan Reines)_ +- [`a8d165d`](https://github.com/stdlib-js/stdlib/commit/a8d165d4d4114d0310fb92e171833d6d1c3efef2) - **docs:** resolve lint errors _(by Athan Reines)_ +- [`b4750ed`](https://github.com/stdlib-js/stdlib/commit/b4750ed342057e22b2ba1583af3d6d28a5be6e99) - **docs:** resolve lint errors _(by Athan Reines)_ +- [`5922333`](https://github.com/stdlib-js/stdlib/commit/59223332dbe3972d30141ef32942b51ed666e021) - **docs:** resolve lint errors _(by Athan Reines)_ +- [`0dcb669`](https://github.com/stdlib-js/stdlib/commit/0dcb66953fe3d821a68c7a82a3fbe7dc28c7f720) - **docs:** fix links _(by Athan Reines)_ -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`5e64296`](https://github.com/stdlib-js/stdlib/commit/5e6429650b779703f2a97f3f0d6d6059645f18a4) - add native addon to `cflipsign` [(#990)](https://github.com/stdlib-js/stdlib/pull/990) +
- + -
+## 0.1.1 (2023-11-08) -##### Bug Fixes +
-- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs +### Packages
- - -
+ -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +### Contributors - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +A total of 0 people contributed to this release. Thank you to the following contributors:
- + + +
+ +### Commits + +
- + -
+## 0.1.0 (2023-11-08) -#### [@stdlib/math/base/special/cflipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsignf) +
+ +### Packages + +
+ +#### [@stdlib/math](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math)
@@ -10228,28 +10333,18 @@ This release closes the following issue: ##### Features -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -10263,9 +10358,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloor) +#### [@stdlib/math/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base)
@@ -10274,36 +10369,20 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88) - refactor API and add C API to `math/base/special/cfloor` [(#973)](https://github.com/stdlib-js/stdlib/pull/973)
-
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - - -
- -##### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API and add C API to `math/base/special/cfloor` -- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API by removing `out` argument - - - To migrate, users should provide a `Complex128` value to `cfloor`. -
@@ -10314,9 +10393,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cfloorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloorn) +#### [@stdlib/math/base/assert](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert)
@@ -10324,7 +10403,6 @@ This release closes the following issue: ##### Features -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766) - remove support for `out` argument and add C implementations [(#1003)](https://github.com/stdlib-js/stdlib/pull/1003) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -10335,11 +10413,6 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support - - - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. - - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -10355,9 +10428,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cidentity](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentity) +#### [@stdlib/math/base/assert/int32-is-even](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/int32-is-even)
@@ -10366,22 +10439,11 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`02da8f1`](https://github.com/stdlib-js/stdlib/commit/02da8f1bf5eaf7d82fee408e0102cf3374be389b) - add C implementation to `math/base/special/cidentity` [(#976)](https://github.com/stdlib-js/stdlib/pull/976)
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -10401,9 +10463,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cidentityf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentityf) +#### [@stdlib/math/base/assert/int32-is-odd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/int32-is-odd)
@@ -10417,16 +10479,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -10446,9 +10498,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinv) +#### [@stdlib/math/base/assert/is-composite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-composite)
@@ -10457,22 +10509,11 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad) - refactor to remove `out` argument and add C implementation [(#981)](https://github.com/stdlib-js/stdlib/pull/981)
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -10482,11 +10523,6 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): refactor to remove `out` argument and add C implementation -- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): remove support for `out` argument and use complex number objects - - - To migrate, consumers need to use complex number objects. -
@@ -10497,9 +10533,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/clamp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/clamp) +#### [@stdlib/math/base/assert/is-coprime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-coprime)
@@ -10532,9 +10568,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/clampf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/clampf) +#### [@stdlib/math/base/assert/is-even](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-even)
@@ -10567,9 +10603,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/copysign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysign) +#### [@stdlib/math/base/assert/is-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finite)
@@ -10602,9 +10638,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/copysignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysignf) +#### [@stdlib/math/base/assert/is-finitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-finitef)
@@ -10637,9 +10673,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cos) +#### [@stdlib/math/base/assert/is-infinite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinite)
@@ -10672,9 +10708,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosh) +#### [@stdlib/math/base/assert/is-infinitef](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinitef)
@@ -10707,9 +10743,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cosm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosm1) +#### [@stdlib/math/base/assert/is-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-integer)
@@ -10742,9 +10778,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cospi) +#### [@stdlib/math/base/assert/is-nan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nan)
@@ -10777,9 +10813,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cot) +#### [@stdlib/math/base/assert/is-nanf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nanf)
@@ -10812,9 +10848,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/coth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/coth) +#### [@stdlib/math/base/assert/is-negative-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-finite)
@@ -10847,9 +10883,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/covercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/covercos) +#### [@stdlib/math/base/assert/is-negative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-integer)
@@ -10882,9 +10918,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/coversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/coversin) +#### [@stdlib/math/base/assert/is-negative-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zero)
@@ -10917,9 +10953,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cphase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cphase) +#### [@stdlib/math/base/assert/is-negative-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-negative-zerof)
@@ -10928,22 +10964,11 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`291afa4`](https://github.com/stdlib-js/stdlib/commit/291afa4b085af5e4eb47d9f1290d227542e391fa) - add C implementation to `math/base/special/cphase` [(#1004)](https://github.com/stdlib-js/stdlib/pull/1004)
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -10963,9 +10988,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cpolar](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cpolar) +#### [@stdlib/math/base/assert/is-nonnegative-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonnegative-finite)
@@ -10973,9 +10998,7 @@ This release closes the following issue: ##### Features -- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457) - remove support for out argument and add C implementation [(#1067)](https://github.com/stdlib-js/stdlib/pull/1067) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`291afa4`](https://github.com/stdlib-js/stdlib/commit/291afa4b085af5e4eb47d9f1290d227542e391fa) - add C implementation to `math/base/special/cphase` [(#1004)](https://github.com/stdlib-js/stdlib/pull/1004)
@@ -10985,11 +11008,6 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument and add C implementation -- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument - - - In order to migrate, users should provide a complex number object as an input argument and handle a complex number object as a return value. - - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -11005,9 +11023,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/cround](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cround) +#### [@stdlib/math/base/assert/is-nonnegative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonnegative-integer)
@@ -11016,22 +11034,11 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353) - refactor to support Complex128 and add C implementation [(#1007)](https://github.com/stdlib-js/stdlib/pull/1007)
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -11041,11 +11048,6 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 and add C implementation -- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 - - - To migrate, end users will need to provide a Complex128 object. -
@@ -11056,9 +11058,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/croundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/croundn) +#### [@stdlib/math/base/assert/is-nonpositive-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonpositive-finite)
@@ -11066,7 +11068,6 @@ This release closes the following issue: ##### Features -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -11077,11 +11078,6 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument - - - To migrate, users should provide a complex number object and handle a complex number object return value. - - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -11097,9 +11093,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/csch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csch) +#### [@stdlib/math/base/assert/is-nonpositive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-nonpositive-integer)
@@ -11132,9 +11128,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/csignum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csignum) +#### [@stdlib/math/base/assert/is-odd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-odd)
@@ -11143,22 +11139,11 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`35ef1b1`](https://github.com/stdlib-js/stdlib/commit/35ef1b108b7a2737f71db7b3e18af105b43e72ac) - add C implementation to `math/base/special/csignum` [(#1010)](https://github.com/stdlib-js/stdlib/pull/1010)
-
- -##### Bug Fixes - -- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - -
- - -
##### BREAKING CHANGES @@ -11178,9 +11163,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/deg2rad) +#### [@stdlib/math/base/assert/is-positive-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-finite)
@@ -11213,9 +11198,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/deg2radf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/deg2radf) +#### [@stdlib/math/base/assert/is-positive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-integer)
@@ -11248,9 +11233,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/digamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/digamma) +#### [@stdlib/math/base/assert/is-positive-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zero)
@@ -11283,9 +11268,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/dirac-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/dirac-delta) +#### [@stdlib/math/base/assert/is-positive-zerof](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-positive-zerof)
@@ -11318,9 +11303,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/dirichlet-eta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/dirichlet-eta) +#### [@stdlib/math/base/assert/is-prime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-prime)
@@ -11353,9 +11338,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipe) +#### [@stdlib/math/base/assert/is-probability](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-probability)
@@ -11388,9 +11373,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ellipj](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipj) +#### [@stdlib/math/base/assert/is-safe-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-safe-integer)
@@ -11423,9 +11408,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipk) +#### [@stdlib/math/base/assert/uint32-is-pow2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/uint32-is-pow2)
@@ -11458,9 +11443,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/erf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erf) +#### [@stdlib/math/base/napi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi)
@@ -11469,6 +11454,8 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`5e64296`](https://github.com/stdlib-js/stdlib/commit/5e6429650b779703f2a97f3f0d6d6059645f18a4) - add native addon to `cflipsign` [(#990)](https://github.com/stdlib-js/stdlib/pull/990) +- [`1014c3a`](https://github.com/stdlib-js/stdlib/commit/1014c3ab29373e70ab8eb669fb0481c8767e7670) - add Node-API macros for binary functions [(#969)](https://github.com/stdlib-js/stdlib/pull/969)
@@ -11493,9 +11480,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfc) +#### [@stdlib/math/base/napi/ternary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/ternary)
@@ -11528,9 +11515,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcinv) +#### [@stdlib/math/base/napi/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/napi/unary)
@@ -11563,9 +11550,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/erfcx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcx) +#### [@stdlib/math/base/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops)
@@ -11598,9 +11585,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/erfinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfinv) +#### [@stdlib/math/base/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add)
@@ -11633,9 +11620,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp) +#### [@stdlib/math/base/ops/addf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/addf)
@@ -11668,9 +11655,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/exp10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp10) +#### [@stdlib/math/base/ops/cadd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cadd)
@@ -11684,6 +11671,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11703,9 +11700,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/exp2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp2) +#### [@stdlib/math/base/ops/caddf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/caddf)
@@ -11719,6 +11716,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11738,9 +11745,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/expit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expit) +#### [@stdlib/math/base/ops/cdiv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cdiv)
@@ -11749,11 +11756,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`7fc8042`](https://github.com/stdlib-js/stdlib/commit/7fc804208ff8addbe09f62b0a81a53ba7498c5b3) - add C implementation for `math/base/ops/cdiv` [(#1001)](https://github.com/stdlib-js/stdlib/pull/1001)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11773,9 +11791,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/expm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expm1) +#### [@stdlib/math/base/ops/cmul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmul)
@@ -11789,6 +11807,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11808,9 +11836,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/expm1rel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expm1rel) +#### [@stdlib/math/base/ops/cmulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cmulf)
@@ -11824,6 +11852,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11843,9 +11881,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial) +#### [@stdlib/math/base/ops/cneg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cneg)
@@ -11859,6 +11897,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11878,9 +11926,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/factorial2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial2) +#### [@stdlib/math/base/ops/cnegf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/cnegf)
@@ -11888,23 +11936,34 @@ This release closes the following issue: ##### Features -- [`c0dab03`](https://github.com/stdlib-js/stdlib/commit/c0dab036acafd8d1e014ee8c6c8d54d3616fd782) - add `math/base/special/factorial2` [(#1112)](https://github.com/stdlib-js/stdlib/pull/1112) +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
-
+
-##### Closed Issues +##### Bug Fixes -This release closes the following issue: +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs -[#44](https://github.com/stdlib-js/stdlib/issues/44) +
+ + + +
+ +##### BREAKING CHANGES + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- +
@@ -11912,9 +11971,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/factorialln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorialln) +#### [@stdlib/math/base/ops/csub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csub)
@@ -11928,6 +11987,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11947,9 +12016,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/falling-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/falling-factorial) +#### [@stdlib/math/base/ops/csubf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csubf)
@@ -11963,6 +12032,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -11982,9 +12061,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast) +#### [@stdlib/math/base/ops/imul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imul)
@@ -12017,9 +12096,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/abs) +#### [@stdlib/math/base/ops/imuldw](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/imuldw)
@@ -12033,6 +12112,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`1f04214`](https://github.com/stdlib-js/stdlib/commit/1f042141f219a7a3f010e488264d6b0a94321c15) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES @@ -12052,9 +12141,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/acosh) +#### [@stdlib/math/base/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mul)
@@ -12087,9 +12176,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/alpha-max-plus-beta-min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/alpha-max-plus-beta-min) +#### [@stdlib/math/base/ops/mulf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mulf)
@@ -12122,9 +12211,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/asinh) +#### [@stdlib/math/base/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/sub)
@@ -12157,9 +12246,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/atanh) +#### [@stdlib/math/base/ops/subf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/subf)
@@ -12192,9 +12281,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/hypot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/hypot) +#### [@stdlib/math/base/ops/umul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/umul)
@@ -12227,9 +12316,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/max) +#### [@stdlib/math/base/ops/umuldw](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/umuldw)
@@ -12243,6 +12332,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`1f04214`](https://github.com/stdlib-js/stdlib/commit/1f042141f219a7a3f010e488264d6b0a94321c15) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES @@ -12262,9 +12361,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/min) +#### [@stdlib/math/base/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special)
@@ -12272,7 +12371,13 @@ This release closes the following issue: ##### Features +- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77) - update namespace TypeScript declarations [(#1103)](https://github.com/stdlib-js/stdlib/pull/1103) +- [`e18b248`](https://github.com/stdlib-js/stdlib/commit/e18b248464425863019a841795a7e5fc7d01d0ea) - update namespace TypeScript declarations [(#1100)](https://github.com/stdlib-js/stdlib/pull/1100) +- [`2e858d4`](https://github.com/stdlib-js/stdlib/commit/2e858d41b56f73ba68f58653b798fcb534d75910) - add log1pmx to namespace +- [`de73ae1`](https://github.com/stdlib-js/stdlib/commit/de73ae19f43cbad40036d25b1d46620b3c5113a9) - update namespace TypeScript declarations [(#1089)](https://github.com/stdlib-js/stdlib/pull/1089) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`89910da`](https://github.com/stdlib-js/stdlib/commit/89910daae54261b8fd21ee548b1a608aa0c65f12) - update namespace TypeScript declarations [(#1068)](https://github.com/stdlib-js/stdlib/pull/1068) +- [`810ebc1`](https://github.com/stdlib-js/stdlib/commit/810ebc1b4d4b5eaf023f5281774e54db733bb4e0) - update namespace TypeScript declarations [(#1047)](https://github.com/stdlib-js/stdlib/pull/1047)
@@ -12282,6 +12387,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): update namespace TypeScript declarations +- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): refactor complex number APIs + + - To migrate, users should use and handle `Complex128` instances, rather than separate real and imaginary components. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -12297,9 +12407,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/pow-int](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/pow-int) +#### [@stdlib/math/base/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs)
@@ -12332,9 +12442,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/uint32-log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/uint32-log2) +#### [@stdlib/math/base/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs2)
@@ -12367,9 +12477,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fast/uint32-sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/uint32-sqrt) +#### [@stdlib/math/base/special/abs2f](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/abs2f)
@@ -12402,9 +12512,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fibonacci) +#### [@stdlib/math/base/special/absf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/absf)
@@ -12437,9 +12547,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fibonacci-index](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fibonacci-index) +#### [@stdlib/math/base/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acos)
@@ -12472,9 +12582,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/flipsign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/flipsign) +#### [@stdlib/math/base/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acosh)
@@ -12507,9 +12617,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/flipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/flipsignf) +#### [@stdlib/math/base/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acot)
@@ -12542,9 +12652,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor) +#### [@stdlib/math/base/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoth)
@@ -12558,6 +12668,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`2226dae`](https://github.com/stdlib-js/stdlib/commit/2226daec22d063b09e52efb6f3fbcfae623aadce) - skip test if native addon is not available + +
+ + +
##### BREAKING CHANGES @@ -12577,9 +12697,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floor10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor10) +#### [@stdlib/math/base/special/acovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acovercos)
@@ -12612,9 +12732,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floor2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor2) +#### [@stdlib/math/base/special/acoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acoversin)
@@ -12647,9 +12767,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floorb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorb) +#### [@stdlib/math/base/special/acsc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsc)
@@ -12682,9 +12802,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floorf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorf) +#### [@stdlib/math/base/special/acsch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acsch)
@@ -12717,9 +12837,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorn) +#### [@stdlib/math/base/special/ahavercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ahavercos)
@@ -12727,7 +12847,6 @@ This release closes the following issue: ##### Features -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766) - remove support for `out` argument and add C implementations [(#1003)](https://github.com/stdlib-js/stdlib/pull/1003) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -12738,11 +12857,6 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support - - - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. - - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -12758,9 +12872,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/floorsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorsd) +#### [@stdlib/math/base/special/ahaversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ahaversin)
@@ -12793,9 +12907,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fresnel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnel) +#### [@stdlib/math/base/special/asec](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asec)
@@ -12809,16 +12923,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -12838,9 +12942,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fresnelc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnelc) +#### [@stdlib/math/base/special/asech](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech)
@@ -12873,9 +12977,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/fresnels](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnels) +#### [@stdlib/math/base/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asin)
@@ -12908,9 +13012,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/frexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/frexp) +#### [@stdlib/math/base/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asinh)
@@ -12924,16 +13028,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -12953,9 +13047,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma) +#### [@stdlib/math/base/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan)
@@ -12988,9 +13082,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gamma-delta-ratio](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-delta-ratio) +#### [@stdlib/math/base/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan2)
@@ -13023,9 +13117,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gamma-lanczos-sum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-lanczos-sum) +#### [@stdlib/math/base/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh)
@@ -13058,9 +13152,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-lanczos-sum-expg-scaled) +#### [@stdlib/math/base/special/avercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/avercos)
@@ -13093,9 +13187,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gamma1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma1pm1) +#### [@stdlib/math/base/special/aversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/aversin)
@@ -13128,9 +13222,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gammainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammainc) +#### [@stdlib/math/base/special/bernoulli](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bernoulli)
@@ -13144,16 +13238,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`1250f8e`](https://github.com/stdlib-js/stdlib/commit/1250f8e64e4f08ec0ca4a9143fc6c49d0f793bd4) - use log1pmx for better numerical accuracy - -
- - -
##### BREAKING CHANGES @@ -13173,9 +13257,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gammaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammaincinv) +#### [@stdlib/math/base/special/besselj0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/besselj0)
@@ -13208,9 +13292,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gammaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammaln) +#### [@stdlib/math/base/special/besselj1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/besselj1)
@@ -13243,9 +13327,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gammasgn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammasgn) +#### [@stdlib/math/base/special/bessely0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely0)
@@ -13278,9 +13362,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/gcd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gcd) +#### [@stdlib/math/base/special/bessely1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely1)
@@ -13313,9 +13397,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/hacovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hacovercos) +#### [@stdlib/math/base/special/beta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/beta)
@@ -13348,9 +13432,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/hacoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hacoversin) +#### [@stdlib/math/base/special/betainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betainc)
@@ -13383,9 +13467,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/havercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/havercos) +#### [@stdlib/math/base/special/betaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betaincinv)
@@ -13418,9 +13502,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/haversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/haversin) +#### [@stdlib/math/base/special/betaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/betaln)
@@ -13453,9 +13537,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/heaviside](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/heaviside) +#### [@stdlib/math/base/special/boxcox](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox)
@@ -13488,9 +13572,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/hypot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hypot) +#### [@stdlib/math/base/special/boxcox1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox1p)
@@ -13523,9 +13607,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/hypotf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hypotf) +#### [@stdlib/math/base/special/boxcox1pinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcox1pinv)
@@ -13558,9 +13642,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/identity](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/identity) +#### [@stdlib/math/base/special/boxcoxinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/boxcoxinv)
@@ -13593,9 +13677,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/identityf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/identityf) +#### [@stdlib/math/base/special/cabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs)
@@ -13609,6 +13693,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -13628,9 +13722,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/inv) +#### [@stdlib/math/base/special/cabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2)
@@ -13639,11 +13733,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba) - migrate to using stdlib complex number types [(#912)](https://github.com/stdlib-js/stdlib/pull/912)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -13653,6 +13758,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types +- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types + + - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +
@@ -13663,9 +13773,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/invf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/invf) +#### [@stdlib/math/base/special/cabs2f](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabs2f)
@@ -13679,14 +13789,24 @@ This release closes the following issue: -
+
-##### BREAKING CHANGES +##### Bug Fixes -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +
+ + + +
+ +##### BREAKING CHANGES + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -13698,9 +13818,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kernel-betainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-betainc) +#### [@stdlib/math/base/special/cabsf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cabsf)
@@ -13718,7 +13838,7 @@ This release closes the following issue: ##### Bug Fixes -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
@@ -13743,9 +13863,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kernel-betaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-betaincinv) +#### [@stdlib/math/base/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cbrt)
@@ -13778,9 +13898,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kernel-cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-cos) +#### [@stdlib/math/base/special/cbrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cbrtf)
@@ -13813,9 +13933,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kernel-sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-sin) +#### [@stdlib/math/base/special/cceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil)
@@ -13824,11 +13944,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415) - migrate to using stdlib complex number types [(##916)](#916)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -13838,6 +13969,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types +- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types + + - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +
@@ -13848,9 +13984,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kernel-tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-tan) +#### [@stdlib/math/base/special/cceilf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceilf)
@@ -13864,6 +14000,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -13883,9 +14029,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kronecker-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kronecker-delta) +#### [@stdlib/math/base/special/cceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceiln)
@@ -13893,6 +14039,7 @@ This release closes the following issue: ##### Features +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a) - remove `out` argument support and add C implementations [(#988)](https://github.com/stdlib-js/stdlib/pull/988) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -13903,6 +14050,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -13918,9 +14070,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/kronecker-deltaf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kronecker-deltaf) +#### [@stdlib/math/base/special/ccis](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ccis)
@@ -13929,11 +14081,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80) - refactor to remove `out` argument and add C implementation [(#970)](https://github.com/stdlib-js/stdlib/pull/970)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -13943,6 +14106,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): refactor to remove `out` argument and add C implementation +- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): remove `out` argument support and use complex number objects + + - To migrate, consumers will need to refactor to use complex number objects for input arguments and output values. +
@@ -13953,9 +14121,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/labs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/labs) +#### [@stdlib/math/base/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil)
@@ -13963,6 +14131,7 @@ This release closes the following issue: ##### Features +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -13973,6 +14142,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument + + - To migrate, users should provide a complex number object and handle a complex number object return value. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -13988,9 +14162,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/lcm](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lcm) +#### [@stdlib/math/base/special/ceil10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil10)
@@ -14023,9 +14197,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ldexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ldexp) +#### [@stdlib/math/base/special/ceil2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceil2)
@@ -14058,9 +14232,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ln) +#### [@stdlib/math/base/special/ceilb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilb)
@@ -14093,9 +14267,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log) +#### [@stdlib/math/base/special/ceilf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilf)
@@ -14128,9 +14302,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log10) +#### [@stdlib/math/base/special/ceiln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceiln)
@@ -14138,6 +14312,7 @@ This release closes the following issue: ##### Features +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a) - remove `out` argument support and add C implementations [(#988)](https://github.com/stdlib-js/stdlib/pull/988) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -14148,6 +14323,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -14163,9 +14343,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1mexp) +#### [@stdlib/math/base/special/ceilsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ceilsd)
@@ -14198,9 +14378,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1p) +#### [@stdlib/math/base/special/cexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cexp)
@@ -14209,11 +14389,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea) - refactor API and add C API to `math/base/special/cexp` [(#972)](https://github.com/stdlib-js/stdlib/pull/972)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -14223,6 +14414,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): refactor API and add C API to `math/base/special/cexp` +- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): remove support for `out` argument + + - To migrate, users should provide a `Complex128` object, rather than an output array and real and imaginary components. +
@@ -14233,9 +14429,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pexp) +#### [@stdlib/math/base/special/cflipsign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsign)
@@ -14244,11 +14440,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`5e64296`](https://github.com/stdlib-js/stdlib/commit/5e6429650b779703f2a97f3f0d6d6059645f18a4) - add native addon to `cflipsign` [(#990)](https://github.com/stdlib-js/stdlib/pull/990)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -14268,9 +14475,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/log1pmx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pmx) +#### [@stdlib/math/base/special/cflipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsignf)
@@ -14278,7 +14485,7 @@ This release closes the following issue: ##### Features -- [`6c064a1`](https://github.com/stdlib-js/stdlib/commit/6c064a13367342a38c7f1b8fd0fd2a8dd80243c4) - add log1pmx special function +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -14288,22 +14495,34 @@ This release closes the following issue: ##### Bug Fixes -- [`ac4078a`](https://github.com/stdlib-js/stdlib/commit/ac4078a3fea93a56215f94b7b606f08f283fd396) - add missing manifest.json entry -- [`d2d66a7`](https://github.com/stdlib-js/stdlib/commit/d2d66a7454cb0f4feaeef3cb4f762471aa64770d) - use series expansion to match Boost implementation +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
+
+ +##### BREAKING CHANGES + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + +
-
+
-#### [@stdlib/math/base/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log2) +#### [@stdlib/math/base/special/cfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloor)
@@ -14312,11 +14531,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88) - refactor API and add C API to `math/base/special/cfloor` [(#973)](https://github.com/stdlib-js/stdlib/pull/973)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -14326,6 +14556,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API and add C API to `math/base/special/cfloor` +- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API by removing `out` argument + + - To migrate, users should provide a `Complex128` value to `cfloor`. +
@@ -14336,9 +14571,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/logaddexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/logaddexp) +#### [@stdlib/math/base/special/cfloorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cfloorn)
@@ -14346,6 +14581,7 @@ This release closes the following issue: ##### Features +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766) - remove support for `out` argument and add C implementations [(#1003)](https://github.com/stdlib-js/stdlib/pull/1003) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -14356,6 +14592,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -14371,9 +14612,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/logit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/logit) +#### [@stdlib/math/base/special/cidentity](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentity)
@@ -14382,11 +14623,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`02da8f1`](https://github.com/stdlib-js/stdlib/commit/02da8f1bf5eaf7d82fee408e0102cf3374be389b) - add C implementation to `math/base/special/cidentity` [(#976)](https://github.com/stdlib-js/stdlib/pull/976)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -14406,9 +14658,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/lucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lucas) +#### [@stdlib/math/base/special/cidentityf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentityf)
@@ -14417,36 +14669,33 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`e3fcd52`](https://github.com/stdlib-js/stdlib/commit/e3fcd52480d170f13da8852d120bfd177cb3351c) - add C API to `@stdlib/math/base/special/lucas` [(#931)](https://github.com/stdlib-js/stdlib/pull/931)
-
- -##### BREAKING CHANGES +
-- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
- + -
+
-##### Closed Issues +##### BREAKING CHANGES -This release closes the following issue: +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 -[#892](https://github.com/stdlib-js/stdlib/issues/892) + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- +
@@ -14454,9 +14703,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/max) +#### [@stdlib/math/base/special/cinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinv)
@@ -14465,11 +14714,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad) - refactor to remove `out` argument and add C implementation [(#981)](https://github.com/stdlib-js/stdlib/pull/981)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -14479,6 +14739,11 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): refactor to remove `out` argument and add C implementation +- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): remove support for `out` argument and use complex number objects + + - To migrate, consumers need to use complex number objects. +
@@ -14489,9 +14754,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/maxabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabs) +#### [@stdlib/math/base/special/clamp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/clamp)
@@ -14524,9 +14789,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/maxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabsn) +#### [@stdlib/math/base/special/clampf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/clampf)
@@ -14559,9 +14824,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/maxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxn) +#### [@stdlib/math/base/special/copysign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysign)
@@ -14594,9 +14859,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/min) +#### [@stdlib/math/base/special/copysignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/copysignf)
@@ -14629,9 +14894,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabs) +#### [@stdlib/math/base/special/cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cos)
@@ -14664,9 +14929,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabsn) +#### [@stdlib/math/base/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosh)
@@ -14699,9 +14964,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minmax](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmax) +#### [@stdlib/math/base/special/cosm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosm1)
@@ -14715,15 +14980,40 @@ This release closes the following issue: -
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + + +
+ +
+ + + +
+ +#### [@stdlib/math/base/special/cospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cospi) + +
+ +
+ +##### Features + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + +
+ +
@@ -14744,9 +15034,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minmaxabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabs) +#### [@stdlib/math/base/special/cot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cot)
@@ -14760,16 +15050,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -14789,9 +15069,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minmaxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabsn) +#### [@stdlib/math/base/special/coth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/coth)
@@ -14805,16 +15085,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -14834,9 +15104,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minmaxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxn) +#### [@stdlib/math/base/special/covercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/covercos)
@@ -14850,16 +15120,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -14879,9 +15139,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/minn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minn) +#### [@stdlib/math/base/special/coversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/coversin)
@@ -14914,9 +15174,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/modf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/modf) +#### [@stdlib/math/base/special/cphase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cphase)
@@ -14925,6 +15185,7 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`291afa4`](https://github.com/stdlib-js/stdlib/commit/291afa4b085af5e4eb47d9f1290d227542e391fa) - add C implementation to `math/base/special/cphase` [(#1004)](https://github.com/stdlib-js/stdlib/pull/1004)
@@ -14934,7 +15195,7 @@ This release closes the following issue: ##### Bug Fixes -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
@@ -14959,9 +15220,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/negafibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/negafibonacci) +#### [@stdlib/math/base/special/cpolar](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cpolar)
@@ -14969,7 +15230,9 @@ This release closes the following issue: ##### Features +- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457) - remove support for out argument and add C implementation [(#1067)](https://github.com/stdlib-js/stdlib/pull/1067) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`291afa4`](https://github.com/stdlib-js/stdlib/commit/291afa4b085af5e4eb47d9f1290d227542e391fa) - add C implementation to `math/base/special/cphase` [(#1004)](https://github.com/stdlib-js/stdlib/pull/1004)
@@ -14979,6 +15242,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument and add C implementation +- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument + + - In order to migrate, users should provide a complex number object as an input argument and handle a complex number object as a return value. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -14994,9 +15262,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/negalucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/negalucas) +#### [@stdlib/math/base/special/cround](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cround)
@@ -15005,12 +15273,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`60429f5`](https://github.com/stdlib-js/stdlib/commit/60429f55de228f0d415751a1f3292b2cac123600) - add C API to `@stdlib/math/base/special/negalucas` [(#913)](https://github.com/stdlib-js/stdlib/pull/913) +- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353) - refactor to support Complex128 and add C implementation [(#1007)](https://github.com/stdlib-js/stdlib/pull/1007)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -15020,21 +15298,14 @@ This release closes the following issue: - To migrate, users should upgrade their TypeScript version to at least version 4.1. -
- - - -
- -##### Closed Issues - -This release closes the following issue: +- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 and add C implementation +- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 -[#893](https://github.com/stdlib-js/stdlib/issues/893) + - To migrate, end users will need to provide a Complex128 object.
- +
@@ -15042,9 +15313,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/nonfibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/nonfibonacci) +#### [@stdlib/math/base/special/croundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/croundn)
@@ -15052,6 +15323,7 @@ This release closes the following issue: ##### Features +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -15062,6 +15334,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument + + - To migrate, users should provide a complex number object and handle a complex number object return value. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -15077,9 +15354,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/pdiff](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pdiff) +#### [@stdlib/math/base/special/csch](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csch)
@@ -15112,9 +15389,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/pdifff](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pdifff) +#### [@stdlib/math/base/special/csignum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/csignum)
@@ -15123,11 +15400,22 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`35ef1b1`](https://github.com/stdlib-js/stdlib/commit/35ef1b108b7a2737f71db7b3e18af105b43e72ac) - add C implementation to `math/base/special/csignum` [(#1010)](https://github.com/stdlib-js/stdlib/pull/1010)
+
+ +##### Bug Fixes + +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + +
##### BREAKING CHANGES @@ -15147,9 +15435,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/polygamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/polygamma) +#### [@stdlib/math/base/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/deg2rad)
@@ -15182,9 +15470,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/pow](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pow) +#### [@stdlib/math/base/special/deg2radf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/deg2radf)
@@ -15217,9 +15505,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/powm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/powm1) +#### [@stdlib/math/base/special/digamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/digamma)
@@ -15252,9 +15540,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rad2deg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rad2deg) +#### [@stdlib/math/base/special/dirac-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/dirac-delta)
@@ -15287,9 +15575,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ramp) +#### [@stdlib/math/base/special/dirichlet-eta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/dirichlet-eta)
@@ -15322,9 +15610,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rampf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rampf) +#### [@stdlib/math/base/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipe)
@@ -15357,9 +15645,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rcbrt) +#### [@stdlib/math/base/special/ellipj](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipj)
@@ -15392,9 +15680,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rempio2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rempio2) +#### [@stdlib/math/base/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ellipk)
@@ -15408,16 +15696,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -15437,9 +15715,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/riemann-zeta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/riemann-zeta) +#### [@stdlib/math/base/special/erf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erf)
@@ -15472,9 +15750,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rising-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rising-factorial) +#### [@stdlib/math/base/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfc)
@@ -15507,9 +15785,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round) +#### [@stdlib/math/base/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcinv)
@@ -15542,9 +15820,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/round10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round10) +#### [@stdlib/math/base/special/erfcx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfcx)
@@ -15577,9 +15855,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/round2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round2) +#### [@stdlib/math/base/special/erfinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/erfinv)
@@ -15612,9 +15890,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/roundb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundb) +#### [@stdlib/math/base/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp)
@@ -15647,9 +15925,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/roundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundn) +#### [@stdlib/math/base/special/exp10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp10)
@@ -15657,7 +15935,6 @@ This release closes the following issue: ##### Features -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -15668,11 +15945,6 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument - - - To migrate, users should provide a complex number object and handle a complex number object return value. - - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -15688,9 +15960,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/roundsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundsd) +#### [@stdlib/math/base/special/exp2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/exp2)
@@ -15723,9 +15995,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rsqrt) +#### [@stdlib/math/base/special/expit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expit)
@@ -15758,9 +16030,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/rsqrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rsqrtf) +#### [@stdlib/math/base/special/expm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expm1)
@@ -15793,9 +16065,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sici](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sici) +#### [@stdlib/math/base/special/expm1rel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/expm1rel)
@@ -15809,16 +16081,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -15838,9 +16100,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/signum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/signum) +#### [@stdlib/math/base/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial)
@@ -15873,9 +16135,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/signumf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/signumf) +#### [@stdlib/math/base/special/factorialln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorialln)
@@ -15908,9 +16170,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sin) +#### [@stdlib/math/base/special/falling-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/falling-factorial)
@@ -15943,9 +16205,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sinc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinc) +#### [@stdlib/math/base/special/fast](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast)
@@ -15978,9 +16240,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sincos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincos) +#### [@stdlib/math/base/special/fast/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/abs)
@@ -15994,16 +16256,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -16023,9 +16275,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sincospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincospi) +#### [@stdlib/math/base/special/fast/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/acosh)
@@ -16039,16 +16291,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -16068,9 +16310,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinh) +#### [@stdlib/math/base/special/fast/alpha-max-plus-beta-min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/alpha-max-plus-beta-min)
@@ -16103,9 +16345,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sinpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinpi) +#### [@stdlib/math/base/special/fast/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/asinh)
@@ -16138,9 +16380,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/spence](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/spence) +#### [@stdlib/math/base/special/fast/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/atanh)
@@ -16173,9 +16415,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt) +#### [@stdlib/math/base/special/fast/hypot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/hypot)
@@ -16208,9 +16450,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sqrt1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt1pm1) +#### [@stdlib/math/base/special/fast/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/max)
@@ -16243,9 +16485,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sqrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtf) +#### [@stdlib/math/base/special/fast/min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/min)
@@ -16278,9 +16520,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/sqrtpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtpi) +#### [@stdlib/math/base/special/fast/pow-int](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/pow-int)
@@ -16313,9 +16555,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tan) +#### [@stdlib/math/base/special/fast/uint32-log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/uint32-log2)
@@ -16348,9 +16590,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tanh) +#### [@stdlib/math/base/special/fast/uint32-sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fast/uint32-sqrt)
@@ -16383,9 +16625,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/tribonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tribonacci) +#### [@stdlib/math/base/special/fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fibonacci)
@@ -16394,7 +16636,6 @@ This release closes the following issue: ##### Features - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version -- [`74b2352`](https://github.com/stdlib-js/stdlib/commit/74b235240970eb51397e4ba1601386d093f4b5e9) - add C API for `@stdlib/math/base/special/tribonacci` [(#903)](https://github.com/stdlib-js/stdlib/pull/903)
@@ -16413,27 +16654,15 @@ This release closes the following issue: -
+
-##### Closed Issues +
-This release closes the following issue: + -[#895#issuecomment-1428981391](https://github.com/stdlib-js/stdlib/issues/895#issuecomment-1428981391) +
-
- - - -
- -
- - - -
- -#### [@stdlib/math/base/special/trigamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trigamma) +#### [@stdlib/math/base/special/fibonacci-index](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fibonacci-index)
@@ -16466,9 +16695,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc) +#### [@stdlib/math/base/special/flipsign](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/flipsign)
@@ -16501,9 +16730,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/trunc10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc10) +#### [@stdlib/math/base/special/flipsignf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/flipsignf)
@@ -16536,9 +16765,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/trunc2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc2) +#### [@stdlib/math/base/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor)
@@ -16571,9 +16800,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/truncb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncb) +#### [@stdlib/math/base/special/floor10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor10)
@@ -16606,9 +16835,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/truncf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncf) +#### [@stdlib/math/base/special/floor2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floor2)
@@ -16641,9 +16870,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/truncn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncn) +#### [@stdlib/math/base/special/floorb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorb)
@@ -16676,9 +16905,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/truncsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncsd) +#### [@stdlib/math/base/special/floorf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorf)
@@ -16711,9 +16940,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/vercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/vercos) +#### [@stdlib/math/base/special/floorn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorn)
@@ -16721,6 +16950,7 @@ This release closes the following issue: ##### Features +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766) - remove support for `out` argument and add C implementations [(#1003)](https://github.com/stdlib-js/stdlib/pull/1003) - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -16731,6 +16961,11 @@ This release closes the following issue: ##### BREAKING CHANGES +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version - [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 @@ -16746,9 +16981,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/versin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/versin) +#### [@stdlib/math/base/special/floorsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/floorsd)
@@ -16781,9 +17016,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/wrap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/wrap) +#### [@stdlib/math/base/special/fresnel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnel)
@@ -16797,6 +17032,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES @@ -16816,9 +17061,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/xlog1py](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlog1py) +#### [@stdlib/math/base/special/fresnelc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnelc)
@@ -16851,9 +17096,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/special/xlogy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlogy) +#### [@stdlib/math/base/special/fresnels](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/fresnels)
@@ -16886,9 +17131,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools) +#### [@stdlib/math/base/special/frexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/frexp)
@@ -16902,6 +17147,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES @@ -16921,9 +17176,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/continued-fraction) +#### [@stdlib/math/base/special/gamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma)
@@ -16956,9 +17211,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalpoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly) +#### [@stdlib/math/base/special/gamma-delta-ratio](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-delta-ratio)
@@ -16991,9 +17246,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalpoly-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly-compile) +#### [@stdlib/math/base/special/gamma-lanczos-sum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-lanczos-sum)
@@ -17026,9 +17281,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalpoly-compile-c](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly-compile-c) +#### [@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma-lanczos-sum-expg-scaled)
@@ -17061,9 +17316,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalrational](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational) +#### [@stdlib/math/base/special/gamma1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gamma1pm1)
@@ -17096,9 +17351,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalrational-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile) +#### [@stdlib/math/base/special/gammainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammainc)
@@ -17112,6 +17367,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`1250f8e`](https://github.com/stdlib-js/stdlib/commit/1250f8e64e4f08ec0ca4a9143fc6c49d0f793bd4) - use log1pmx for better numerical accuracy + +
+ + +
##### BREAKING CHANGES @@ -17131,9 +17396,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/evalrational-compile-c](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile-c) +#### [@stdlib/math/base/special/gammaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammaincinv)
@@ -17166,9 +17431,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/fibpoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/fibpoly) +#### [@stdlib/math/base/special/gammaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammaln)
@@ -17201,9 +17466,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/hermitepoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/hermitepoly) +#### [@stdlib/math/base/special/gammasgn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammasgn)
@@ -17236,9 +17501,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/lucaspoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/lucaspoly) +#### [@stdlib/math/base/special/gcd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gcd)
@@ -17271,9 +17536,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/normhermitepoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/normhermitepoly) +#### [@stdlib/math/base/special/hacovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hacovercos)
@@ -17306,9 +17571,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/tools/sum-series](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/sum-series) +#### [@stdlib/math/base/special/hacoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hacoversin)
@@ -17341,9 +17606,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils) +#### [@stdlib/math/base/special/havercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/havercos)
@@ -17376,9 +17641,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/utils/absolute-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/absolute-difference) +#### [@stdlib/math/base/special/haversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/haversin)
@@ -17411,9 +17676,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/utils/float64-epsilon-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/float64-epsilon-difference) +#### [@stdlib/math/base/special/heaviside](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/heaviside)
@@ -17446,9 +17711,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/base/utils/relative-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/relative-difference) +#### [@stdlib/math/base/special/hypot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hypot)
@@ -17481,9 +17746,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter) +#### [@stdlib/math/base/special/hypotf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hypotf)
@@ -17491,7 +17756,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17501,8 +17766,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17516,9 +17781,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops) +#### [@stdlib/math/base/special/identity](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/identity)
@@ -17526,7 +17791,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17536,8 +17801,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17551,9 +17816,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/add) +#### [@stdlib/math/base/special/identityf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/identityf)
@@ -17561,7 +17826,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17571,8 +17836,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17586,9 +17851,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops/divide](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/divide) +#### [@stdlib/math/base/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/inv)
@@ -17596,7 +17861,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17606,8 +17871,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17621,9 +17886,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops/mod](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/mod) +#### [@stdlib/math/base/special/invf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/invf)
@@ -17631,7 +17896,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17641,8 +17906,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17656,9 +17921,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops/multiply](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/multiply) +#### [@stdlib/math/base/special/kernel-betainc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-betainc)
@@ -17666,18 +17931,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17691,9 +17966,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/ops/subtract](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/subtract) +#### [@stdlib/math/base/special/kernel-betaincinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-betaincinv)
@@ -17701,7 +17976,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17711,8 +17986,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17726,9 +18001,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences) +#### [@stdlib/math/base/special/kernel-cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-cos)
@@ -17736,7 +18011,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17746,8 +18021,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17761,9 +18036,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/composites](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/composites) +#### [@stdlib/math/base/special/kernel-sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-sin)
@@ -17771,7 +18046,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17781,8 +18056,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17796,9 +18071,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/continued-fraction) +#### [@stdlib/math/base/special/kernel-tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kernel-tan)
@@ -17806,7 +18081,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17816,8 +18091,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17831,9 +18106,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/cubes](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/cubes) +#### [@stdlib/math/base/special/kronecker-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kronecker-delta)
@@ -17841,7 +18116,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17851,8 +18126,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17866,9 +18141,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/even-integers) +#### [@stdlib/math/base/special/kronecker-deltaf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/kronecker-deltaf)
@@ -17876,7 +18151,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17886,8 +18161,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17901,9 +18176,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/factorials](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/factorials) +#### [@stdlib/math/base/special/labs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/labs)
@@ -17911,7 +18186,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17921,8 +18196,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17936,9 +18211,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fibonacci) +#### [@stdlib/math/base/special/lcm](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lcm)
@@ -17946,7 +18221,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17956,8 +18231,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -17971,9 +18246,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/fifth-powers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fifth-powers) +#### [@stdlib/math/base/special/ldexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ldexp)
@@ -17981,7 +18256,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -17991,8 +18266,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18006,9 +18281,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/fourth-powers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fourth-powers) +#### [@stdlib/math/base/special/ln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ln)
@@ -18016,7 +18291,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18026,8 +18301,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18041,9 +18316,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/integers) +#### [@stdlib/math/base/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log)
@@ -18051,7 +18326,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18061,8 +18336,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18076,9 +18351,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/lucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/lucas) +#### [@stdlib/math/base/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log10)
@@ -18086,7 +18361,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18096,8 +18371,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18111,9 +18386,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/negafibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negafibonacci) +#### [@stdlib/math/base/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1mexp)
@@ -18121,7 +18396,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18131,8 +18406,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18146,9 +18421,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/negalucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negalucas) +#### [@stdlib/math/base/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1p)
@@ -18156,7 +18431,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18166,8 +18441,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18181,9 +18456,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/negative-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-even-integers) +#### [@stdlib/math/base/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pexp)
@@ -18191,7 +18466,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18201,8 +18476,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18216,9 +18491,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/negative-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-integers) +#### [@stdlib/math/base/special/log1pmx](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log1pmx)
@@ -18226,24 +18501,22 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`6c064a1`](https://github.com/stdlib-js/stdlib/commit/6c064a13367342a38c7f1b8fd0fd2a8dd80243c4) - add log1pmx special function
-
- -##### BREAKING CHANGES +
-- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +##### Bug Fixes - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +- [`ac4078a`](https://github.com/stdlib-js/stdlib/commit/ac4078a3fea93a56215f94b7b606f08f283fd396) - add missing manifest.json entry +- [`d2d66a7`](https://github.com/stdlib-js/stdlib/commit/d2d66a7454cb0f4feaeef3cb4f762471aa64770d) - use series expansion to match Boost implementation
- +
@@ -18251,9 +18524,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/negative-odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-odd-integers) +#### [@stdlib/math/base/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/log2)
@@ -18261,7 +18534,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18271,8 +18544,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18286,9 +18559,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/nonfibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonfibonacci) +#### [@stdlib/math/base/special/logaddexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/logaddexp)
@@ -18296,7 +18569,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18306,8 +18579,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18321,9 +18594,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/nonnegative-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonnegative-even-integers) +#### [@stdlib/math/base/special/logit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/logit)
@@ -18331,7 +18604,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18341,8 +18614,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18356,9 +18629,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/nonnegative-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonnegative-integers) +#### [@stdlib/math/base/special/lucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lucas)
@@ -18366,7 +18639,8 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`e3fcd52`](https://github.com/stdlib-js/stdlib/commit/e3fcd52480d170f13da8852d120bfd177cb3351c) - add C API to `@stdlib/math/base/special/lucas` [(#931)](https://github.com/stdlib-js/stdlib/pull/931)
@@ -18376,8 +18650,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18385,15 +18659,27 @@ This release closes the following issue: +
+ +##### Closed Issues + +This release closes the following issue: + +[#892](https://github.com/stdlib-js/stdlib/issues/892) + +
+ + +
-
+
-#### [@stdlib/math/iter/sequences/nonpositive-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonpositive-even-integers) +#### [@stdlib/math/base/special/max](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/max)
@@ -18401,7 +18687,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18411,8 +18697,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18426,9 +18712,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/nonpositive-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonpositive-integers) +#### [@stdlib/math/base/special/maxabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabs)
@@ -18436,7 +18722,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18446,8 +18732,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18461,9 +18747,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/nonsquares](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonsquares) +#### [@stdlib/math/base/special/maxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabsn)
@@ -18471,7 +18757,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18481,8 +18767,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18496,9 +18782,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/odd-integers) +#### [@stdlib/math/base/special/maxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxn)
@@ -18506,7 +18792,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18516,8 +18802,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18531,9 +18817,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/positive-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-even-integers) +#### [@stdlib/math/base/special/min](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/min)
@@ -18541,7 +18827,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18551,8 +18837,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18566,9 +18852,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/positive-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-integers) +#### [@stdlib/math/base/special/minabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabs)
@@ -18576,7 +18862,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18586,8 +18872,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18601,9 +18887,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/positive-odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-odd-integers) +#### [@stdlib/math/base/special/minabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabsn)
@@ -18611,7 +18897,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18621,8 +18907,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18636,9 +18922,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/primes](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/primes) +#### [@stdlib/math/base/special/minmax](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmax)
@@ -18646,18 +18932,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18671,9 +18967,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/squared-triangular](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/squared-triangular) +#### [@stdlib/math/base/special/minmaxabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabs)
@@ -18681,18 +18977,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18706,9 +19012,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/squares](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/squares) +#### [@stdlib/math/base/special/minmaxabsn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabsn)
@@ -18716,18 +19022,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18741,9 +19057,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/sequences/triangular](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/triangular) +#### [@stdlib/math/base/special/minmaxn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxn)
@@ -18751,18 +19067,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18776,9 +19102,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special) +#### [@stdlib/math/base/special/minn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minn)
@@ -18786,7 +19112,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18796,8 +19122,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18811,9 +19137,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs) +#### [@stdlib/math/base/special/modf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/modf)
@@ -18821,18 +19147,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18846,9 +19182,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs2) +#### [@stdlib/math/base/special/negafibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/negafibonacci)
@@ -18856,7 +19192,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18866,8 +19202,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18881,9 +19217,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acos) +#### [@stdlib/math/base/special/negalucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/negalucas)
@@ -18891,7 +19227,8 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`60429f5`](https://github.com/stdlib-js/stdlib/commit/60429f55de228f0d415751a1f3292b2cac123600) - add C API to `@stdlib/math/base/special/negalucas` [(#913)](https://github.com/stdlib-js/stdlib/pull/913)
@@ -18901,8 +19238,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18910,15 +19247,27 @@ This release closes the following issue: +
+ +##### Closed Issues + +This release closes the following issue: + +[#893](https://github.com/stdlib-js/stdlib/issues/893) + +
+ + +
-
+
-#### [@stdlib/math/iter/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acosh) +#### [@stdlib/math/base/special/nonfibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/nonfibonacci)
@@ -18926,7 +19275,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18936,8 +19285,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18951,9 +19300,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acot) +#### [@stdlib/math/base/special/pdiff](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pdiff)
@@ -18961,7 +19310,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -18971,8 +19320,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -18986,9 +19335,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoth) +#### [@stdlib/math/base/special/pdifff](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pdifff)
@@ -18996,7 +19345,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19006,8 +19355,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19021,9 +19370,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/acovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acovercos) +#### [@stdlib/math/base/special/polygamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/polygamma)
@@ -19031,7 +19380,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19041,8 +19390,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19056,9 +19405,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/acoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoversin) +#### [@stdlib/math/base/special/pow](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pow)
@@ -19066,7 +19415,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19076,8 +19425,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19091,9 +19440,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ahavercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahavercos) +#### [@stdlib/math/base/special/powm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/powm1)
@@ -19101,7 +19450,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19111,8 +19460,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19126,9 +19475,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ahaversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahaversin) +#### [@stdlib/math/base/special/rad2deg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rad2deg)
@@ -19136,7 +19485,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19146,8 +19495,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19161,9 +19510,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asin) +#### [@stdlib/math/base/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/ramp)
@@ -19171,7 +19520,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19181,8 +19530,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19196,9 +19545,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asinh) +#### [@stdlib/math/base/special/rampf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rampf)
@@ -19206,7 +19555,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19216,8 +19565,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19231,9 +19580,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan) +#### [@stdlib/math/base/special/rcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rcbrt)
@@ -19241,7 +19590,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19251,8 +19600,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19266,9 +19615,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan2) +#### [@stdlib/math/base/special/rempio2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rempio2)
@@ -19276,18 +19625,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19301,9 +19660,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atanh) +#### [@stdlib/math/base/special/riemann-zeta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/riemann-zeta)
@@ -19311,7 +19670,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19321,8 +19680,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19336,9 +19695,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/avercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/avercos) +#### [@stdlib/math/base/special/rising-factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rising-factorial)
@@ -19346,7 +19705,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19356,8 +19715,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19371,9 +19730,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/aversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/aversin) +#### [@stdlib/math/base/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round)
@@ -19381,7 +19740,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19391,8 +19750,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19406,9 +19765,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/besselj0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj0) +#### [@stdlib/math/base/special/round10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round10)
@@ -19416,7 +19775,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19426,8 +19785,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19441,9 +19800,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/besselj1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj1) +#### [@stdlib/math/base/special/round2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/round2)
@@ -19451,7 +19810,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19461,8 +19820,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19476,9 +19835,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/bessely0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely0) +#### [@stdlib/math/base/special/roundb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundb)
@@ -19486,7 +19845,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19496,8 +19855,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19511,9 +19870,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/bessely1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely1) +#### [@stdlib/math/base/special/roundn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundn)
@@ -19521,7 +19880,8 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774) - remove out argument support in croundn and add C implementations [(#1009)](https://github.com/stdlib-js/stdlib/pull/1009) +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19531,8 +19891,13 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument + + - To migrate, users should provide a complex number object and handle a complex number object return value. + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19546,9 +19911,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/beta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/beta) +#### [@stdlib/math/base/special/roundsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/roundsd)
@@ -19556,7 +19921,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19566,8 +19931,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19581,9 +19946,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/betaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/betaln) +#### [@stdlib/math/base/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rsqrt)
@@ -19591,7 +19956,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19601,8 +19966,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19616,9 +19981,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cbrt) +#### [@stdlib/math/base/special/rsqrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rsqrtf)
@@ -19626,7 +19991,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19636,8 +20001,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19651,9 +20016,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil) +#### [@stdlib/math/base/special/sici](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sici)
@@ -19661,18 +20026,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19686,9 +20061,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ceil10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil10) +#### [@stdlib/math/base/special/signum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/signum)
@@ -19696,7 +20071,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19706,8 +20081,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19721,9 +20096,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ceil2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil2) +#### [@stdlib/math/base/special/signumf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/signumf)
@@ -19731,7 +20106,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19741,8 +20116,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19756,9 +20131,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cos) +#### [@stdlib/math/base/special/sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sin)
@@ -19766,7 +20141,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19776,8 +20151,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19791,9 +20166,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosh) +#### [@stdlib/math/base/special/sinc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinc)
@@ -19801,7 +20176,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19811,8 +20186,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19826,9 +20201,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/cosm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosm1) +#### [@stdlib/math/base/special/sincos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincos)
@@ -19836,18 +20211,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
-
+
-##### BREAKING CHANGES +##### Bug Fixes -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19861,9 +20246,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/cospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cospi) +#### [@stdlib/math/base/special/sincospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sincospi)
@@ -19871,18 +20256,28 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
+
+ +##### Bug Fixes + +- [`349fd18`](https://github.com/stdlib-js/stdlib/commit/349fd18ad00c02e8716257b3e9c7ff28bd1b4359) - update import path for `Collection` type definition + +
+ + +
##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19896,9 +20291,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/covercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/covercos) +#### [@stdlib/math/base/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinh)
@@ -19906,7 +20301,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19916,8 +20311,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19931,9 +20326,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/coversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/coversin) +#### [@stdlib/math/base/special/sinpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sinpi)
@@ -19941,7 +20336,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19951,8 +20346,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -19966,9 +20361,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/deg2rad) +#### [@stdlib/math/base/special/spence](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/spence)
@@ -19976,7 +20371,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -19986,8 +20381,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20001,9 +20396,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/digamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/digamma) +#### [@stdlib/math/base/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt)
@@ -20011,7 +20406,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20021,8 +20416,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20036,9 +20431,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/dirac-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirac-delta) +#### [@stdlib/math/base/special/sqrt1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrt1pm1)
@@ -20046,7 +20441,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20056,8 +20451,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20071,9 +20466,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/dirichlet-eta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirichlet-eta) +#### [@stdlib/math/base/special/sqrtf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtf)
@@ -20081,7 +20476,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20091,8 +20486,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20106,9 +20501,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipe) +#### [@stdlib/math/base/special/sqrtpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtpi)
@@ -20116,7 +20511,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20126,8 +20521,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20141,9 +20536,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipk) +#### [@stdlib/math/base/special/tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tan)
@@ -20151,7 +20546,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20161,8 +20556,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20176,9 +20571,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/erf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erf) +#### [@stdlib/math/base/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tanh)
@@ -20186,7 +20581,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20196,8 +20591,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20211,9 +20606,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfc) +#### [@stdlib/math/base/special/tribonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tribonacci)
@@ -20221,7 +20616,8 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version +- [`74b2352`](https://github.com/stdlib-js/stdlib/commit/74b235240970eb51397e4ba1601386d093f4b5e9) - add C API for `@stdlib/math/base/special/tribonacci` [(#903)](https://github.com/stdlib-js/stdlib/pull/903)
@@ -20231,8 +20627,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20240,15 +20636,27 @@ This release closes the following issue: +
+ +##### Closed Issues + +This release closes the following issue: + +[#895#issuecomment-1428981391](https://github.com/stdlib-js/stdlib/issues/895#issuecomment-1428981391) + +
+ + +
-
+
-#### [@stdlib/math/iter/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfcinv) +#### [@stdlib/math/base/special/trigamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trigamma)
@@ -20256,7 +20664,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20266,8 +20674,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20281,9 +20689,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/erfinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfinv) +#### [@stdlib/math/base/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc)
@@ -20291,7 +20699,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20301,8 +20709,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20316,9 +20724,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp) +#### [@stdlib/math/base/special/trunc10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc10)
@@ -20326,7 +20734,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20336,8 +20744,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20351,9 +20759,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/exp10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp10) +#### [@stdlib/math/base/special/trunc2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/trunc2)
@@ -20361,7 +20769,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20371,8 +20779,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20386,9 +20794,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/exp2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp2) +#### [@stdlib/math/base/special/truncb](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncb)
@@ -20396,7 +20804,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20406,8 +20814,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20421,9 +20829,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/expit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expit) +#### [@stdlib/math/base/special/truncf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncf)
@@ -20431,7 +20839,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20441,8 +20849,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20456,9 +20864,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/expm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1) +#### [@stdlib/math/base/special/truncn](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncn)
@@ -20466,7 +20874,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20476,8 +20884,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20491,9 +20899,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/expm1rel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1rel) +#### [@stdlib/math/base/special/truncsd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/truncsd)
@@ -20501,7 +20909,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20511,8 +20919,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20526,9 +20934,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorial) +#### [@stdlib/math/base/special/vercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/vercos)
@@ -20536,7 +20944,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20546,8 +20954,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20561,9 +20969,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/factorialln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorialln) +#### [@stdlib/math/base/special/versin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/versin)
@@ -20571,7 +20979,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20581,8 +20989,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20596,9 +21004,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor) +#### [@stdlib/math/base/special/wrap](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/wrap)
@@ -20606,7 +21014,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20616,8 +21024,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20631,9 +21039,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/floor10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor10) +#### [@stdlib/math/base/special/xlog1py](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlog1py)
@@ -20641,7 +21049,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20651,8 +21059,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20666,9 +21074,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/floor2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor2) +#### [@stdlib/math/base/special/xlogy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/xlogy)
@@ -20676,7 +21084,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20686,8 +21094,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20701,9 +21109,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/fresnelc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnelc) +#### [@stdlib/math/base/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools)
@@ -20711,7 +21119,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20721,8 +21129,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20736,9 +21144,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/fresnels](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnels) +#### [@stdlib/math/base/tools/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/continued-fraction)
@@ -20746,7 +21154,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20756,8 +21164,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20771,9 +21179,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/gamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma) +#### [@stdlib/math/base/tools/evalpoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly)
@@ -20781,7 +21189,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20791,8 +21199,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20806,9 +21214,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/gamma1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma1pm1) +#### [@stdlib/math/base/tools/evalpoly-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly-compile)
@@ -20816,7 +21224,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20826,8 +21234,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20841,9 +21249,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/gammaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gammaln) +#### [@stdlib/math/base/tools/evalpoly-compile-c](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalpoly-compile-c)
@@ -20851,7 +21259,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20861,8 +21269,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20876,9 +21284,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/hacovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacovercos) +#### [@stdlib/math/base/tools/evalrational](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational)
@@ -20886,7 +21294,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20896,8 +21304,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20911,9 +21319,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/hacoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacoversin) +#### [@stdlib/math/base/tools/evalrational-compile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile)
@@ -20921,7 +21329,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20931,8 +21339,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20946,9 +21354,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/havercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/havercos) +#### [@stdlib/math/base/tools/evalrational-compile-c](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/evalrational-compile-c)
@@ -20956,7 +21364,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -20966,8 +21374,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -20981,9 +21389,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/haversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/haversin) +#### [@stdlib/math/base/tools/fibpoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/fibpoly)
@@ -20991,7 +21399,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21001,8 +21409,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21016,9 +21424,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/inv) +#### [@stdlib/math/base/tools/hermitepoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/hermitepoly)
@@ -21026,7 +21434,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21036,8 +21444,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21051,9 +21459,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ln) +#### [@stdlib/math/base/tools/lucaspoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/lucaspoly)
@@ -21061,7 +21469,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21071,8 +21479,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21086,9 +21494,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log) +#### [@stdlib/math/base/tools/normhermitepoly](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/normhermitepoly)
@@ -21096,7 +21504,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21106,8 +21514,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21121,9 +21529,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log10) +#### [@stdlib/math/base/tools/sum-series](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/tools/sum-series)
@@ -21131,7 +21539,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21141,8 +21549,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21156,9 +21564,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1mexp) +#### [@stdlib/math/base/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils)
@@ -21166,7 +21574,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21176,8 +21584,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21191,9 +21599,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1p) +#### [@stdlib/math/base/utils/absolute-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/absolute-difference)
@@ -21201,7 +21609,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21211,8 +21619,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21226,9 +21634,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1pexp) +#### [@stdlib/math/base/utils/float64-epsilon-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/float64-epsilon-difference)
@@ -21236,7 +21644,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21246,8 +21654,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21261,9 +21669,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log2) +#### [@stdlib/math/base/utils/relative-difference](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/utils/relative-difference)
@@ -21271,7 +21679,7 @@ This release closes the following issue: ##### Features -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
@@ -21281,8 +21689,8 @@ This release closes the following issue: ##### BREAKING CHANGES -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -21296,9 +21704,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/logit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/logit) +#### [@stdlib/math/iter](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter)
@@ -21331,9 +21739,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/pow](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/pow) +#### [@stdlib/math/iter/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops)
@@ -21366,9 +21774,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/rad2deg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rad2deg) +#### [@stdlib/math/iter/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/add)
@@ -21401,9 +21809,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ramp) +#### [@stdlib/math/iter/ops/divide](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/divide)
@@ -21436,9 +21844,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/riemann-zeta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/riemann-zeta) +#### [@stdlib/math/iter/ops/mod](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/mod)
@@ -21471,9 +21879,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round) +#### [@stdlib/math/iter/ops/multiply](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/multiply)
@@ -21506,9 +21914,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/round10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round10) +#### [@stdlib/math/iter/ops/subtract](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/ops/subtract)
@@ -21541,9 +21949,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/round2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round2) +#### [@stdlib/math/iter/sequences](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences)
@@ -21576,9 +21984,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rsqrt) +#### [@stdlib/math/iter/sequences/composites](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/composites)
@@ -21611,9 +22019,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/signum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/signum) +#### [@stdlib/math/iter/sequences/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/continued-fraction)
@@ -21646,9 +22054,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sin) +#### [@stdlib/math/iter/sequences/cubes](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/cubes)
@@ -21681,9 +22089,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sinc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinc) +#### [@stdlib/math/iter/sequences/even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/even-integers)
@@ -21716,9 +22124,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinh) +#### [@stdlib/math/iter/sequences/factorials](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/factorials)
@@ -21751,9 +22159,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sinpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinpi) +#### [@stdlib/math/iter/sequences/fibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fibonacci)
@@ -21786,9 +22194,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/spence](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/spence) +#### [@stdlib/math/iter/sequences/fifth-powers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fifth-powers)
@@ -21821,9 +22229,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt) +#### [@stdlib/math/iter/sequences/fourth-powers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/fourth-powers)
@@ -21856,9 +22264,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/sqrt1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt1pm1) +#### [@stdlib/math/iter/sequences/integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/integers)
@@ -21891,9 +22299,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tan) +#### [@stdlib/math/iter/sequences/lucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/lucas)
@@ -21926,9 +22334,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tanh) +#### [@stdlib/math/iter/sequences/negafibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negafibonacci)
@@ -21961,9 +22369,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/trigamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trigamma) +#### [@stdlib/math/iter/sequences/negalucas](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negalucas)
@@ -21996,9 +22404,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc) +#### [@stdlib/math/iter/sequences/negative-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-even-integers)
@@ -22031,9 +22439,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/trunc10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc10) +#### [@stdlib/math/iter/sequences/negative-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-integers)
@@ -22066,9 +22474,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/trunc2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc2) +#### [@stdlib/math/iter/sequences/negative-odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/negative-odd-integers)
@@ -22101,9 +22509,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/vercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/vercos) +#### [@stdlib/math/iter/sequences/nonfibonacci](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonfibonacci)
@@ -22136,9 +22544,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/special/versin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/versin) +#### [@stdlib/math/iter/sequences/nonnegative-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonnegative-even-integers)
@@ -22171,9 +22579,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools) +#### [@stdlib/math/iter/sequences/nonnegative-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonnegative-integers)
@@ -22206,9 +22614,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/tools/map](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map) +#### [@stdlib/math/iter/sequences/nonpositive-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonpositive-even-integers)
@@ -22241,9 +22649,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/tools/map2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map2) +#### [@stdlib/math/iter/sequences/nonpositive-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonpositive-integers)
@@ -22276,9 +22684,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/tools/map3](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map3) +#### [@stdlib/math/iter/sequences/nonsquares](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/nonsquares)
@@ -22311,9 +22719,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils) +#### [@stdlib/math/iter/sequences/odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/odd-integers)
@@ -22346,9 +22754,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/iter/utils/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils/continued-fraction) +#### [@stdlib/math/iter/sequences/positive-even-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-even-integers)
@@ -22381,9 +22789,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special) +#### [@stdlib/math/iter/sequences/positive-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-integers)
@@ -22416,9 +22824,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special/abs) +#### [@stdlib/math/iter/sequences/positive-odd-integers](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/positive-odd-integers)
@@ -22451,9 +22859,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided) +#### [@stdlib/math/iter/sequences/primes](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/primes)
@@ -22486,9 +22894,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops) +#### [@stdlib/math/iter/sequences/squared-triangular](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/squared-triangular)
@@ -22521,9 +22929,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add) +#### [@stdlib/math/iter/sequences/squares](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/squares)
@@ -22556,9 +22964,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/add-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add-by) +#### [@stdlib/math/iter/sequences/triangular](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/sequences/triangular)
@@ -22572,18 +22980,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter -- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition -- [`9d9348c`](https://github.com/stdlib-js/stdlib/commit/9d9348cc1a561f315dabd07c283418f6e29cc6fe) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -22603,9 +22999,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul) +#### [@stdlib/math/iter/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special)
@@ -22638,9 +23034,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/mul-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul-by) +#### [@stdlib/math/iter/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs)
@@ -22654,17 +23050,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter -- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -22684,9 +23069,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub) +#### [@stdlib/math/iter/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/abs2)
@@ -22719,9 +23104,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/ops/sub-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub-by) +#### [@stdlib/math/iter/special/acos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acos)
@@ -22735,17 +23120,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter -- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -22765,9 +23139,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special) +#### [@stdlib/math/iter/special/acosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acosh)
@@ -22781,17 +23155,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -22811,9 +23174,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs) +#### [@stdlib/math/iter/special/acot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acot)
@@ -22827,16 +23190,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -22856,9 +23209,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/abs-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs-by) +#### [@stdlib/math/iter/special/acoth](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoth)
@@ -22872,21 +23225,9 @@ This release closes the following issue: -
+
-##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition -- [`b37aba2`](https://github.com/stdlib-js/stdlib/commit/b37aba2ad56ed23df81c14e995155b52e2526a5a) - update import path for `Collection` type definition - -
- - - -
- -##### BREAKING CHANGES +##### BREAKING CHANGES - [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version - [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 @@ -22903,9 +23244,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2) +#### [@stdlib/math/iter/special/acovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acovercos)
@@ -22919,16 +23260,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -22948,9 +23279,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/abs2-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2-by) +#### [@stdlib/math/iter/special/acoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/acoversin)
@@ -22964,17 +23295,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -22994,9 +23314,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acos-by) +#### [@stdlib/math/iter/special/ahavercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahavercos)
@@ -23010,17 +23330,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23040,9 +23349,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acosh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acosh-by) +#### [@stdlib/math/iter/special/ahaversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ahaversin)
@@ -23056,17 +23365,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23086,9 +23384,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acot-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acot-by) +#### [@stdlib/math/iter/special/asin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asin)
@@ -23102,17 +23400,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23132,9 +23419,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acoth-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acoth-by) +#### [@stdlib/math/iter/special/asinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/asinh)
@@ -23148,17 +23435,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23178,9 +23454,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acovercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acovercos-by) +#### [@stdlib/math/iter/special/atan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan)
@@ -23194,17 +23470,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23224,9 +23489,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/acoversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acoversin-by) +#### [@stdlib/math/iter/special/atan2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atan2)
@@ -23240,17 +23505,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23270,9 +23524,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ahavercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ahavercos-by) +#### [@stdlib/math/iter/special/atanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/atanh)
@@ -23286,17 +23540,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23316,9 +23559,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ahaversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ahaversin-by) +#### [@stdlib/math/iter/special/avercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/avercos)
@@ -23332,17 +23575,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23362,9 +23594,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/asin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/asin-by) +#### [@stdlib/math/iter/special/aversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/aversin)
@@ -23378,17 +23610,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23408,9 +23629,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/asinh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/asinh-by) +#### [@stdlib/math/iter/special/besselj0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj0)
@@ -23424,17 +23645,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23454,9 +23664,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/atan-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/atan-by) +#### [@stdlib/math/iter/special/besselj1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/besselj1)
@@ -23470,17 +23680,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23500,9 +23699,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/atanh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/atanh-by) +#### [@stdlib/math/iter/special/bessely0](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely0)
@@ -23516,17 +23715,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23546,9 +23734,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/avercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/avercos-by) +#### [@stdlib/math/iter/special/bessely1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/bessely1)
@@ -23562,17 +23750,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23592,9 +23769,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/aversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/aversin-by) +#### [@stdlib/math/iter/special/beta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/beta)
@@ -23608,17 +23785,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter -- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23638,9 +23804,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/besselj0-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/besselj0-by) +#### [@stdlib/math/iter/special/betaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/betaln)
@@ -23654,17 +23820,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23684,9 +23839,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/besselj1-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/besselj1-by) +#### [@stdlib/math/iter/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cbrt)
@@ -23700,17 +23855,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23730,9 +23874,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/bessely0-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/bessely0-by) +#### [@stdlib/math/iter/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil)
@@ -23746,23 +23890,12 @@ This release closes the following issue: -
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - - -
- -##### BREAKING CHANGES - -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. @@ -23776,9 +23909,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/bessely1-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/bessely1-by) +#### [@stdlib/math/iter/special/ceil10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil10)
@@ -23792,17 +23925,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23822,9 +23944,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt) +#### [@stdlib/math/iter/special/ceil2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ceil2)
@@ -23838,16 +23960,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -23867,9 +23979,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/cbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt-by) +#### [@stdlib/math/iter/special/cos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cos)
@@ -23883,17 +23995,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`8b19e14`](https://github.com/stdlib-js/stdlib/commit/8b19e14d1420709c74f776e0553034e3e4c636ea) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -23913,9 +24014,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ceil) +#### [@stdlib/math/iter/special/cosh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosh)
@@ -23929,16 +24030,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -23958,9 +24049,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/cos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cos-by) +#### [@stdlib/math/iter/special/cosm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cosm1)
@@ -23974,17 +24065,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`8b19e14`](https://github.com/stdlib-js/stdlib/commit/8b19e14d1420709c74f776e0553034e3e4c636ea) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -24004,9 +24084,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs) +#### [@stdlib/math/iter/special/cospi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/cospi)
@@ -24039,9 +24119,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs2) +#### [@stdlib/math/iter/special/covercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/covercos)
@@ -24074,9 +24154,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt) +#### [@stdlib/math/iter/special/coversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/coversin)
@@ -24109,9 +24189,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dcbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt-by) +#### [@stdlib/math/iter/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/deg2rad)
@@ -24144,9 +24224,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dceil) +#### [@stdlib/math/iter/special/digamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/digamma)
@@ -24179,9 +24259,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ddeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ddeg2rad) +#### [@stdlib/math/iter/special/dirac-delta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirac-delta)
@@ -24214,9 +24294,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/deg2rad) +#### [@stdlib/math/iter/special/dirichlet-eta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/dirichlet-eta)
@@ -24230,16 +24310,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -24259,9 +24329,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dfloor) +#### [@stdlib/math/iter/special/ellipe](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipe)
@@ -24294,9 +24364,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dinv) +#### [@stdlib/math/iter/special/ellipk](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ellipk)
@@ -24329,9 +24399,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs) +#### [@stdlib/math/iter/special/erf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erf)
@@ -24364,9 +24434,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs2) +#### [@stdlib/math/iter/special/erfc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfc)
@@ -24399,9 +24469,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskcbrt) +#### [@stdlib/math/iter/special/erfcinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfcinv)
@@ -24434,9 +24504,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskceil) +#### [@stdlib/math/iter/special/erfinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/erfinv)
@@ -24469,9 +24539,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskdeg2rad) +#### [@stdlib/math/iter/special/exp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp)
@@ -24504,9 +24574,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskfloor) +#### [@stdlib/math/iter/special/exp10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp10)
@@ -24539,9 +24609,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskinv) +#### [@stdlib/math/iter/special/exp2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/exp2)
@@ -24574,9 +24644,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskramp) +#### [@stdlib/math/iter/special/expit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expit)
@@ -24609,9 +24679,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskrsqrt) +#### [@stdlib/math/iter/special/expm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1)
@@ -24644,9 +24714,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsksqrt) +#### [@stdlib/math/iter/special/expm1rel](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/expm1rel)
@@ -24679,9 +24749,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dmsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsktrunc) +#### [@stdlib/math/iter/special/factorial](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorial)
@@ -24714,9 +24784,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dramp) +#### [@stdlib/math/iter/special/factorialln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/factorialln)
@@ -24749,9 +24819,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/drsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/drsqrt) +#### [@stdlib/math/iter/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor)
@@ -24784,9 +24854,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dsqrt) +#### [@stdlib/math/iter/special/floor10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor10)
@@ -24819,9 +24889,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/dtrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dtrunc) +#### [@stdlib/math/iter/special/floor2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/floor2)
@@ -24854,9 +24924,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/floor) +#### [@stdlib/math/iter/special/fresnelc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnelc)
@@ -24870,16 +24940,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -24899,9 +24959,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/inv) +#### [@stdlib/math/iter/special/fresnels](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/fresnels)
@@ -24915,16 +24975,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -24944,9 +24994,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ramp) +#### [@stdlib/math/iter/special/gamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma)
@@ -24960,16 +25010,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -24989,9 +25029,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/rsqrt) +#### [@stdlib/math/iter/special/gamma1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma1pm1)
@@ -25005,16 +25045,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -25034,9 +25064,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs) +#### [@stdlib/math/iter/special/gammaln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gammaln)
@@ -25069,9 +25099,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs2) +#### [@stdlib/math/iter/special/hacovercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacovercos)
@@ -25104,9 +25134,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/scbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/scbrt) +#### [@stdlib/math/iter/special/hacoversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/hacoversin)
@@ -25139,9 +25169,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sceil) +#### [@stdlib/math/iter/special/havercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/havercos)
@@ -25174,9 +25204,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sdeg2rad) +#### [@stdlib/math/iter/special/haversin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/haversin)
@@ -25209,9 +25239,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sfloor) +#### [@stdlib/math/iter/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/inv)
@@ -25244,9 +25274,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sin-by) +#### [@stdlib/math/iter/special/ln](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ln)
@@ -25260,17 +25290,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`4aea37f`](https://github.com/stdlib-js/stdlib/commit/4aea37f59c1a6be9b776a7270220ff49bff5c8bc) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -25290,9 +25309,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sinv) +#### [@stdlib/math/iter/special/log](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log)
@@ -25325,9 +25344,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs) +#### [@stdlib/math/iter/special/log10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log10)
@@ -25360,9 +25379,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs2) +#### [@stdlib/math/iter/special/log1mexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1mexp)
@@ -25395,9 +25414,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskcbrt) +#### [@stdlib/math/iter/special/log1p](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1p)
@@ -25430,9 +25449,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskceil) +#### [@stdlib/math/iter/special/log1pexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log1pexp)
@@ -25465,9 +25484,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskdeg2rad) +#### [@stdlib/math/iter/special/log2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/log2)
@@ -25500,9 +25519,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskfloor) +#### [@stdlib/math/iter/special/logit](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/logit)
@@ -25535,9 +25554,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskinv) +#### [@stdlib/math/iter/special/pow](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/pow)
@@ -25570,9 +25589,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskramp) +#### [@stdlib/math/iter/special/rad2deg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rad2deg)
@@ -25605,9 +25624,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskrsqrt) +#### [@stdlib/math/iter/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/ramp)
@@ -25640,9 +25659,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsksqrt) +#### [@stdlib/math/iter/special/riemann-zeta](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/riemann-zeta)
@@ -25675,9 +25694,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/smsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsktrunc) +#### [@stdlib/math/iter/special/round](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round)
@@ -25710,9 +25729,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt) +#### [@stdlib/math/iter/special/round10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round10)
@@ -25726,16 +25745,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - -
##### BREAKING CHANGES @@ -25755,9 +25764,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sqrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt-by) +#### [@stdlib/math/iter/special/round2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/round2)
@@ -25771,17 +25780,6 @@ This release closes the following issue: -
- -##### Bug Fixes - -- [`4aea37f`](https://github.com/stdlib-js/stdlib/commit/4aea37f59c1a6be9b776a7270220ff49bff5c8bc) - add missing `this` parameter -- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition - -
- - -
##### BREAKING CHANGES @@ -25801,9 +25799,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/sramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sramp) +#### [@stdlib/math/iter/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/rsqrt)
@@ -25836,9 +25834,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/srsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/srsqrt) +#### [@stdlib/math/iter/special/signum](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/signum)
@@ -25871,9 +25869,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/ssqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ssqrt) +#### [@stdlib/math/iter/special/sin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sin)
@@ -25906,9 +25904,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/strunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/strunc) +#### [@stdlib/math/iter/special/sinc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinc)
@@ -25941,9 +25939,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/strided/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/trunc) +#### [@stdlib/math/iter/special/sinh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinh)
@@ -25957,15 +25955,40 @@ This release closes the following issue: -
+
-##### Bug Fixes +##### BREAKING CHANGES -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/special/sinpi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sinpi) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ +
@@ -25986,9 +26009,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools) +#### [@stdlib/math/iter/special/spence](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/spence)
@@ -26021,9 +26044,9 @@ This release closes the following issue: -
+
-#### [@stdlib/math/tools/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools/unary) +#### [@stdlib/math/iter/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt)
@@ -26056,198 +26079,4213 @@ This release closes the following issue: +
+ +#### [@stdlib/math/iter/special/sqrt1pm1](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/sqrt1pm1) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +
- +
-### BREAKING CHANGES +##### BREAKING CHANGES -- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): update namespace TypeScript declarations -- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): refactor complex number APIs +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 - - To migrate, users should use and handle `Complex128` instances, rather than separate real and imaginary components. + - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations -- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support +
- - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + -- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations -- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support +
- - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. +
-- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations -- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument + - - To migrate, users should provide a complex number object and handle a complex number object return value. +
-- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument and add C implementation -- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument +#### [@stdlib/math/iter/special/tan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tan) - - In order to migrate, users should provide a complex number object as an input argument and handle a complex number object as a return value. +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES - [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version - [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/special/tanh](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/tanh) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 - To migrate, users should upgrade their TypeScript version to at least version 4.1. -- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): refactor to remove `out` argument and add C implementation -- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): remove `out` argument support and use complex number objects +
- - To migrate, consumers will need to refactor to use complex number objects for input arguments and output values. + -- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): refactor to remove `out` argument and add C implementation -- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): remove support for `out` argument and use complex number objects +
- - To migrate, consumers need to use complex number objects. +
-- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 and add C implementation -- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 + - - To migrate, end users will need to provide a Complex128 object. +
-- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): refactor API and add C API to `math/base/special/cexp` -- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): remove support for `out` argument +#### [@stdlib/math/iter/special/trigamma](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trigamma) - - To migrate, users should provide a `Complex128` object, rather than an output array and real and imaginary components. +
-- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API and add C API to `math/base/special/cfloor` -- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API by removing `out` argument +
- - To migrate, users should provide a `Complex128` value to `cfloor`. +##### Features -- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types -- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version - - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +
-- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types -- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types + - - To migrate, users need to change `double complex` to `stdlib_complex128_t`. +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
+
-### Closed Issues +
+ + + +
+ +#### [@stdlib/math/iter/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc) + +
+ +
-A total of 5 issues were closed in this release: +##### Features -[#44](https://github.com/stdlib-js/stdlib/issues/44), [#892](https://github.com/stdlib-js/stdlib/issues/892), [#893](https://github.com/stdlib-js/stdlib/issues/893), [#1155](https://github.com/stdlib-js/stdlib/issues/1155), [#895#issuecomment-1428981391](https://github.com/stdlib-js/stdlib/issues/895#issuecomment-1428981391) +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version
- + -
+
-### Contributors +##### BREAKING CHANGES -A total of 9 people contributed to this release. Thank you to the following contributors: +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 -- Athan Reines -- Athan Reines -- Athan Reines -- Jordan Gallivan -- Philipp Burckhardt -- Philipp Burckhardt -- Pranav -- Robert Gislason -- Stephannie Jiménez Gacha + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + -
+
-### Commits +
+ + + +
+ +#### [@stdlib/math/iter/special/trunc10](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc10) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/special/trunc2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/trunc2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/special/vercos](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/vercos) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/special/versin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/versin) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/tools/map](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/tools/map2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/tools/map3](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/tools/map3) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/utils](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/iter/utils/continued-fraction](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/utils/continued-fraction) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special/abs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/add](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/add-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/add-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter +- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition +- [`9d9348c`](https://github.com/stdlib-js/stdlib/commit/9d9348cc1a561f315dabd07c283418f6e29cc6fe) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/mul-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter +- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/sub](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/ops/sub-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/sub-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`d298e65`](https://github.com/stdlib-js/stdlib/commit/d298e6521c16eb2a3307149b99d2eea60d5b941e) - add missing `this` parameter +- [`6c0182d`](https://github.com/stdlib-js/stdlib/commit/6c0182d49f41fb2a2adee7881bb38bb24d1b7b81) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/abs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/abs-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition +- [`b37aba2`](https://github.com/stdlib-js/stdlib/commit/b37aba2ad56ed23df81c14e995155b52e2526a5a) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/abs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/abs2-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acos-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acosh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acosh-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acot-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acot-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acoth-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acoth-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acovercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acovercos-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/acoversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/acoversin-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`ca5fa53`](https://github.com/stdlib-js/stdlib/commit/ca5fa53203f60f01583850413c25e66c63dc02dd) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ahavercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ahavercos-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ahaversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ahaversin-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/asin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/asin-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/asinh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/asinh-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/atan-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/atan-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/atanh-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/atanh-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/avercos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/avercos-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/aversin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/aversin-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`5997119`](https://github.com/stdlib-js/stdlib/commit/5997119961e6ae5cd983c6e5721b2bc5ccc4a1cf) - add missing `this` parameter +- [`4230667`](https://github.com/stdlib-js/stdlib/commit/4230667adda44404eb57f00ce58a185631a970e8) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/besselj0-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/besselj0-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/besselj1-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/besselj1-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/bessely0-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/bessely0-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/bessely1-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/bessely1-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`bc0e1ec`](https://github.com/stdlib-js/stdlib/commit/bc0e1ec2f3908a5835739fcfe2166ed9b89496c8) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/cbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/cbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cbrt-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`8b19e14`](https://github.com/stdlib-js/stdlib/commit/8b19e14d1420709c74f776e0553034e3e4c636ea) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ceil) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/cos-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/cos-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`8b19e14`](https://github.com/stdlib-js/stdlib/commit/8b19e14d1420709c74f776e0553034e3e4c636ea) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dcbrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dcbrt-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dceil) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ddeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ddeg2rad) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/deg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/deg2rad) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dfloor) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dinv) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskcbrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskceil) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskdeg2rad) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskfloor) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskinv) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskramp) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskrsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsksqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dmsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmsktrunc) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dramp) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/drsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/drsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/dtrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dtrunc) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/floor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/floor) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/inv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/inv) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ramp) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/rsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/rsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/scbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/scbrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sceil) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sdeg2rad) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sfloor) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sin-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sin-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`4aea37f`](https://github.com/stdlib-js/stdlib/commit/4aea37f59c1a6be9b776a7270220ff49bff5c8bc) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sinv) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskabs](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskabs2](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs2) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskcbrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskcbrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskceil](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskceil) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskdeg2rad](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskdeg2rad) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskfloor](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskfloor) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskinv](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskinv) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskramp) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smskrsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskrsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smsksqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsksqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/smsktrunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smsktrunc) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sqrt-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sqrt-by) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### Bug Fixes + +- [`4aea37f`](https://github.com/stdlib-js/stdlib/commit/4aea37f59c1a6be9b776a7270220ff49bff5c8bc) - add missing `this` parameter +- [`ec92052`](https://github.com/stdlib-js/stdlib/commit/ec92052c39a967222bcc4d81bb80a412e87eb725) - update import path for `Collection` type definition + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/sramp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sramp) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/srsqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/srsqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/ssqrt](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/ssqrt) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/strunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/strunc) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/strided/special/trunc](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/trunc) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ +#### [@stdlib/math/tools/unary](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/tools/unary) + +
+ +
+ +##### Features + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version + +
+ + + +
+ +##### BREAKING CHANGES + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +
+ + + +
+ + + +
+ +### BREAKING CHANGES + +- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): update namespace TypeScript declarations +- [`ee45a06`](https://github.com/stdlib-js/stdlib/commit/ee45a06eabd944613bb10ce3a058dc19d9b30f77): refactor complex number APIs + + - To migrate, users should use and handle `Complex128` instances, rather than separate real and imaginary components. + +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove support for `out` argument and add C implementations +- [`e627b29`](https://github.com/stdlib-js/stdlib/commit/e627b29f2f35ca07e0780eeb16088b4db4e2d766): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support and add C implementations +- [`141b0fd`](https://github.com/stdlib-js/stdlib/commit/141b0fd0b248ea0d68e126fb2d6920080000833a): remove `out` argument support + + - To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output. + +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove out argument support in croundn and add C implementations +- [`33b55e6`](https://github.com/stdlib-js/stdlib/commit/33b55e66e1ce8720ed5fcb9e8885fa56de010774): remove support for `out` argument + + - To migrate, users should provide a complex number object and handle a complex number object return value. + +- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument and add C implementation +- [`36d8cb7`](https://github.com/stdlib-js/stdlib/commit/36d8cb755436aafd5b7bb085212de5e629b47457): remove support for out argument + + - In order to migrate, users should provide a complex number object as an input argument and handle a complex number object as a return value. + +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version +- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): refactor to remove `out` argument and add C implementation +- [`0a0d792`](https://github.com/stdlib-js/stdlib/commit/0a0d7927e3c277af2bce9dc8cff861f4168cfb80): remove `out` argument support and use complex number objects + + - To migrate, consumers will need to refactor to use complex number objects for input arguments and output values. + +- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): refactor to remove `out` argument and add C implementation +- [`70a1973`](https://github.com/stdlib-js/stdlib/commit/70a1973a12dfd37e1cf2b5e28d70db8ed5b527ad): remove support for `out` argument and use complex number objects + + - To migrate, consumers need to use complex number objects. + +- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 and add C implementation +- [`bf938e6`](https://github.com/stdlib-js/stdlib/commit/bf938e61e33c5462b6ff7ae0afb1028d16308353): refactor to support Complex128 + + - To migrate, end users will need to provide a Complex128 object. + +- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): refactor API and add C API to `math/base/special/cexp` +- [`5318182`](https://github.com/stdlib-js/stdlib/commit/5318182b059207761c0e874374e6b9b11ae4d9ea): remove support for `out` argument + + - To migrate, users should provide a `Complex128` object, rather than an output array and real and imaginary components. + +- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API and add C API to `math/base/special/cfloor` +- [`8acd137`](https://github.com/stdlib-js/stdlib/commit/8acd137c752eeb2ae4188931b2093a952521df88): refactor API by removing `out` argument + + - To migrate, users should provide a `Complex128` value to `cfloor`. + +- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types +- [`4ca9916`](https://github.com/stdlib-js/stdlib/commit/4ca9916461225adfbebd0a9d1999756ff1277415): migrate to using stdlib complex number types + + - To migrate, users need to change `double complex` to `stdlib_complex128_t`. + +- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types +- [`119e99d`](https://github.com/stdlib-js/stdlib/commit/119e99d1292c6f6652fb6cbbe2329b35ad7797ba): migrate to using stdlib complex number types + + - To migrate, users need to change `double complex` to `stdlib_complex128_t`. + +
+ + + +
+ +### Closed Issues + +A total of 3 issues were closed in this release: + +[#892](https://github.com/stdlib-js/stdlib/issues/892), [#893](https://github.com/stdlib-js/stdlib/issues/893), [#895#issuecomment-1428981391](https://github.com/stdlib-js/stdlib/issues/895#issuecomment-1428981391) + +
+ + + +
+ +### Contributors + +A total of 6 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Athan Reines +- Jordan Gallivan +- Philipp Burckhardt +- Pranav +- Stephannie Jiménez Gacha + +
+ + + +
+ +### Commits
-- [`5284362`](https://github.com/stdlib-js/stdlib/commit/5284362368db3dcaae9a50dacd9caab56485a7e9) - **docs:** update related packages sections [(##1299)](#1299) _(by stdlib-bot)_ -- [`ed8a998`](https://github.com/stdlib-js/stdlib/commit/ed8a998f95cebd180f2a974548379a6335988970) - **docs:** update related packages sections [(##1296)](#1296) _(by stdlib-bot)_ -- [`d2d2b70`](https://github.com/stdlib-js/stdlib/commit/d2d2b707e954b400b72b7b9f158164d026d09636) - **docs:** update related packages sections [(#1261)](https://github.com/stdlib-js/stdlib/pull/1261) _(by stdlib-bot)_ -- [`96489fa`](https://github.com/stdlib-js/stdlib/commit/96489fa603a2920bef92fb38b49ca9468851714d) - **docs:** update namespace table of contents [(##1251)](#1251) _(by stdlib-bot, Philipp Burckhardt)_ -- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ -- [`8affb20`](https://github.com/stdlib-js/stdlib/commit/8affb20402cfd15cf33663a601541b36cc7edb56) - **docs:** update related packages sections [(#1248)](https://github.com/stdlib-js/stdlib/pull/1248) _(by stdlib-bot)_ -- [`9b87012`](https://github.com/stdlib-js/stdlib/commit/9b87012e598bd0d2692af5d59332cb0e2231e9e8) - **docs:** update related packages sections [(#1243)](https://github.com/stdlib-js/stdlib/pull/1243) _(by stdlib-bot)_ -- [`8ef1f9e`](https://github.com/stdlib-js/stdlib/commit/8ef1f9eb45527886ba9b0c341704c8ffe6cffbb3) - **docs:** update related packages sections [(#1233)](https://github.com/stdlib-js/stdlib/pull/1233) _(by stdlib-bot)_ -- [`fe1a276`](https://github.com/stdlib-js/stdlib/commit/fe1a2764c983ee7adc61e5f383dd91dd262ddfc2) - **docs:** update related packages sections [(##1220)](#1220) _(by stdlib-bot)_ -- [`504795c`](https://github.com/stdlib-js/stdlib/commit/504795ca2b3eb120db344e51b27493b3da696ebf) - **docs:** update related packages sections [(#1214)](https://github.com/stdlib-js/stdlib/pull/1214) _(by stdlib-bot)_ -- [`9782026`](https://github.com/stdlib-js/stdlib/commit/9782026baac4239e8fabd217952b77bd633bce75) - **test:** fix failing tests due to increased accuracy in binomcoef _(by Athan Reines)_ -- [`1256a95`](https://github.com/stdlib-js/stdlib/commit/1256a9588a52fe50e1ba363dbb47b614b82f4db0) - **style:** remove decimal for consistency with rest of implementation _(by Athan Reines)_ -- [`0363e4c`](https://github.com/stdlib-js/stdlib/commit/0363e4c381885a8c758281f79f9fd88cb11b309a) - **refactor:** remove alternative implementation files _(by Athan Reines)_ -- [`fab2a1e`](https://github.com/stdlib-js/stdlib/commit/fab2a1e571a8a2b6ba9f093c8ae6ae276ca4c37d) - **refactor:** improve accuracy for large binomial coefficients _(by Athan Reines)_ -- [`6a5f15a`](https://github.com/stdlib-js/stdlib/commit/6a5f15ac68a1674238d2469c37dd7e20b49e9541) - **bench:** pre-allocate arrays of random numbers to allow perf measurement _(by Athan Reines)_ -- [`dbe559a`](https://github.com/stdlib-js/stdlib/commit/dbe559ac10385a4f0edadd7394cea6170a34864f) - **test:** update test fixtures and add failing tests _(by Athan Reines)_ -- [`32e396e`](https://github.com/stdlib-js/stdlib/commit/32e396ec3729717dd7805202b83fd0d30a522d06) - **docs:** update related packages sections [(##1185)](#1185) _(by stdlib-bot)_ -- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(##1179)](#1179) _(by stdlib-bot)_ -- [`4d6b104`](https://github.com/stdlib-js/stdlib/commit/4d6b104a0309b9a016700badd64b137ff384de52) - **docs:** update related packages sections [(#1172)](https://github.com/stdlib-js/stdlib/pull/1172) _(by stdlib-bot, Athan Reines)_ -- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - **feat:** update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) _(by stdlib-bot, Athan Reines)_ -- [`d575e8b`](https://github.com/stdlib-js/stdlib/commit/d575e8b063a37d90c3178fcff7b425314ae73c98) - **docs:** update related packages sections [(##1167)](#1167) _(by stdlib-bot)_ -- [`74bf172`](https://github.com/stdlib-js/stdlib/commit/74bf172cde4e19feaf4840c9e03b904bf9819934) - **docs:** update related packages sections [(##1165)](#1165) _(by stdlib-bot)_ -- [`26cf434`](https://github.com/stdlib-js/stdlib/commit/26cf4347b243f1f363273481512e1ffebcb27ad5) - **docs:** update related packages sections [(##1156)](#1156) _(by stdlib-bot)_ -- [`57d81e4`](https://github.com/stdlib-js/stdlib/commit/57d81e4c196065f6680f08f22aeccfdc6e590b8f) - **docs:** update related packages sections [(#1151)](https://github.com/stdlib-js/stdlib/pull/1151) _(by stdlib-bot)_ -- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_ -- [`e9778a4`](https://github.com/stdlib-js/stdlib/commit/e9778a44456fe95e30158b3ed4b2849c1ea5be1d) - **build:** do not escape special Markdown characters in code _(by Philipp Burckhardt)_ -- [`78a556e`](https://github.com/stdlib-js/stdlib/commit/78a556efa2f1da29eb9081d393f5768ad1518117) - **docs:** update related packages sections [(##1145)](#1145) _(by stdlib-bot)_ -- [`1b31b43`](https://github.com/stdlib-js/stdlib/commit/1b31b437442c7d861aadf0e5ee00bb86cc191982) - **docs:** update namespace table of contents [(##1138)](#1138) _(by stdlib-bot, Athan Reines)_ -- [`5d6b573`](https://github.com/stdlib-js/stdlib/commit/5d6b573040bf6551f3f460ba9570ea5d9567cb84) - **feat:** add `add5` to namespace _(by Athan Reines)_ -- [`b11b3fb`](https://github.com/stdlib-js/stdlib/commit/b11b3fbf45728f7456757b5147e45f17f4bf49f1) - **feat:** add `math/base/ops/add5` _(by Athan Reines)_ -- [`1cba14e`](https://github.com/stdlib-js/stdlib/commit/1cba14e2370f9a50078713f9ac8ad1bf119bc01c) - **feat:** add `add4` to namespace _(by Athan Reines)_ -- [`b88e712`](https://github.com/stdlib-js/stdlib/commit/b88e7127d936b4d55e02afa8a47bd7a1302c0369) - **feat:** add `math/base/ops/add4` _(by Athan Reines)_ -- [`ee1f47b`](https://github.com/stdlib-js/stdlib/commit/ee1f47bbc60d37f220ec8c4093f034d47f9bb389) - **feat:** add `quinary` to namespace _(by Athan Reines)_ -- [`f82185a`](https://github.com/stdlib-js/stdlib/commit/f82185a87a510d455c75126d1208679a30d3de55) - **feat:** add `math/base/napi/quinary` _(by Athan Reines)_ -- [`bfadb4e`](https://github.com/stdlib-js/stdlib/commit/bfadb4ec68f961e8a87e2f1ea809d9d83e26ff5b) - **docs:** fix missing period _(by Athan Reines)_ -- [`2078b9d`](https://github.com/stdlib-js/stdlib/commit/2078b9d221b478a5fe07ba981584fd03ddac7f13) - **feat:** add `quaternary` to namespace _(by Athan Reines)_ -- [`0318f32`](https://github.com/stdlib-js/stdlib/commit/0318f3257e411f9d9179b54b4499ffadf66c14f6) - **feat:** add `math/base/napi/quaternary` _(by Athan Reines)_ -- [`9dd4da3`](https://github.com/stdlib-js/stdlib/commit/9dd4da3d3eff22c863ed009cc6a909ad524e2b83) - **docs:** update namespace table of contents [(#1136)](https://github.com/stdlib-js/stdlib/pull/1136) _(by stdlib-bot, Philipp Burckhardt)_ -- [`5c48417`](https://github.com/stdlib-js/stdlib/commit/5c48417bea1eb163504f2b38d6e4ff48fd269382) - **feat:** update namespace TypeScript declarations [(#1134)](https://github.com/stdlib-js/stdlib/pull/1134) _(by stdlib-bot, Philipp Burckhardt)_ -- [`4dd6a68`](https://github.com/stdlib-js/stdlib/commit/4dd6a6836e33c7646ae7a6ce1d629b66b1b96e76) - **feat:** add `add3` to namespace _(by Athan Reines)_ -- [`b1b4604`](https://github.com/stdlib-js/stdlib/commit/b1b46040bff6549e7d3652bacfb87641a169772c) - **feat:** add `math/base/ops/add3` _(by Athan Reines)_ -- [`252ce69`](https://github.com/stdlib-js/stdlib/commit/252ce69eebed888c9fd70e7d7cb774892d49542a) - **feat:** add `divf` to namespace _(by Athan Reines)_ -- [`a967398`](https://github.com/stdlib-js/stdlib/commit/a967398cd29d0dd88ab2121e35bc4909e455b835) - **feat:** add `math/base/ops/divf` _(by Athan Reines)_ -- [`942be90`](https://github.com/stdlib-js/stdlib/commit/942be9085906fa7e87fa41fc5486a7a0d4d42953) - **docs:** remove duplicate minus sign _(by Athan Reines)_ -- [`4bcbffb`](https://github.com/stdlib-js/stdlib/commit/4bcbffbe6621aabfde24fa5382440c2b4a434165) - **feat:** add `cnegf` to namespace _(by Athan Reines)_ -- [`749152f`](https://github.com/stdlib-js/stdlib/commit/749152f1c8d8f39b4d2f8e2f45ac8ab74dbb5a3c) - **feat:** add `div` to namespace _(by Athan Reines)_ -- [`b28d2a9`](https://github.com/stdlib-js/stdlib/commit/b28d2a9660fa7190070a17305e9ffdf694be74bf) - **feat:** add `math/base/ops/div` _(by Athan Reines)_ -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - **fix:** limit to real-valued floating-point data types _(by Athan Reines)_ -- [`e409ab1`](https://github.com/stdlib-js/stdlib/commit/e409ab1bf4a9190fb0ffd8bea0d016fbc28b631a) - **feat:** add `factorial2` to namespace _(by Athan Reines)_ -- [`ac29cc3`](https://github.com/stdlib-js/stdlib/commit/ac29cc34c3d31e65309fb77ac8680f6161f41a60) - **docs:** update heading _(by Athan Reines)_ -- [`84a6e5c`](https://github.com/stdlib-js/stdlib/commit/84a6e5c228d8125b73e142785a85b7922fd30e6a) - **test:** standardize assertion messages _(by Athan Reines)_ -- [`2202667`](https://github.com/stdlib-js/stdlib/commit/2202667685e9d8714200364b196418c32f7c0c6b) - **bench:** simplify benchmarks _(by Athan Reines)_ -- [`c0dab03`](https://github.com/stdlib-js/stdlib/commit/c0dab036acafd8d1e014ee8c6c8d54d3616fd782) - **feat:** add `math/base/special/factorial2` [(#1112)](https://github.com/stdlib-js/stdlib/pull/1112) _(by Robert Gislason, Athan Reines)_ -- [`eb38ba4`](https://github.com/stdlib-js/stdlib/commit/eb38ba4b99ee1de12b107c566ea43cfa6657101c) - **style:** resolve C lint errors _(by Athan Reines)_ -- [`c000185`](https://github.com/stdlib-js/stdlib/commit/c00018559e72c2e8384578a55cfa66121fe72466) - **style:** resolve C lint errors _(by Athan Reines)_ -- [`37c6c77`](https://github.com/stdlib-js/stdlib/commit/37c6c77ce78430486c95f3034dd1c836fac8b65d) - **style:** resolve C lint errors _(by Athan Reines)_ -- [`312bed1`](https://github.com/stdlib-js/stdlib/commit/312bed1f9208bca04d6e8002191383ded891c588) - **build:** remove tslint directives _(by Philipp Burckhardt)_ -- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ -- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_ -- [`d503f0f`](https://github.com/stdlib-js/stdlib/commit/d503f0fe98da200ecfd1b204f078d63044bead75) - **build:** replace tslint directive _(by Philipp Burckhardt)_ -- [`d9952f2`](https://github.com/stdlib-js/stdlib/commit/d9952f2a25042570dfe5b20a2dacc4a07cec81c4) - **feat:** update namespace TypeScript declarations [(#1128)](https://github.com/stdlib-js/stdlib/pull/1128) _(by stdlib-bot, Athan Reines)_ -- [`2ee04a1`](https://github.com/stdlib-js/stdlib/commit/2ee04a1a56367b9663698aa0d01c10dca8d716df) - **docs:** update namespace ToCs _(by Athan Reines)_ -- [`714b339`](https://github.com/stdlib-js/stdlib/commit/714b3397c542f1caef3e9f91f65dbcaf0fec9afe) - **docs:** update links _(by Athan Reines)_ -- [`215dfe6`](https://github.com/stdlib-js/stdlib/commit/215dfe690670731f044d09c92832081bc99372cc) - **docs:** update links _(by Athan Reines)_ -- [`7eb7d96`](https://github.com/stdlib-js/stdlib/commit/7eb7d96f3860d0b1229b905caceb1b6641ee43c5) - **docs:** update links _(by Athan Reines)_ -- [`475ef21`](https://github.com/stdlib-js/stdlib/commit/475ef21ff22ece4a738ee7c4e1bd4c3084a75cbd) - **docs:** update links _(by Athan Reines)_ -- [`73d8643`](https://github.com/stdlib-js/stdlib/commit/73d86437fec2ce41b1ac5dc0afd77301a43fe509) - **docs:** update links _(by Athan Reines)_ -- [`b7088f1`](https://github.com/stdlib-js/stdlib/commit/b7088f16d2ded014fd35ba5c6b9554c926ebbe41) - **docs:** resolve lint errors _(by Athan Reines)_ -- [`a8d165d`](https://github.com/stdlib-js/stdlib/commit/a8d165d4d4114d0310fb92e171833d6d1c3efef2) - **docs:** resolve lint errors _(by Athan Reines)_ -- [`b4750ed`](https://github.com/stdlib-js/stdlib/commit/b4750ed342057e22b2ba1583af3d6d28a5be6e99) - **docs:** resolve lint errors _(by Athan Reines)_ -- [`5922333`](https://github.com/stdlib-js/stdlib/commit/59223332dbe3972d30141ef32942b51ed666e021) - **docs:** resolve lint errors _(by Athan Reines)_ -- [`0dcb669`](https://github.com/stdlib-js/stdlib/commit/0dcb66953fe3d821a68c7a82a3fbe7dc28c7f720) - **docs:** fix links _(by Athan Reines)_ - [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_ - [`ac78ce0`](https://github.com/stdlib-js/stdlib/commit/ac78ce0b1ec7b3178eb955d4eeb7d3a3753a3561) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_ @@ -26339,3 +30377,355 @@ A total of 9 people contributed to this release. Thank you to the following cont +## 0.0.11 (2021-08-23) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.10 (2021-07-10) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.9 (2021-07-07) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.8 (2021-06-27) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.7 (2021-06-16) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.6 (2021-06-15) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.5 (2021-06-13) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.4 (2021-06-12) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.3 (2021-06-12) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.2 (2021-06-10) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + +## 0.0.1 (2021-06-10) + +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 0 people contributed to this release. Thank you to the following contributors: + +
+ + + +
+ +### Commits + +
+ +
+ +
+ + + diff --git a/base/special/sincos/README.md b/base/special/sincos/README.md index 13a3369b7..8652149ea 100644 --- a/base/special/sincos/README.md +++ b/base/special/sincos/README.md @@ -88,6 +88,96 @@ for ( i = 0; i < x.length; i++ ) { + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/sincos.h" +``` + +#### stdlib_base_sincos( x, &sine, &cosine ) + +Simultaneously computes the [sine][@stdlib/math/base/special/sin] and [cosine][@stdlib/math/base/special/cos] of a `number` (in radians). + +```c +double cosine; +double sine; + +stdlib_base_sincos( 4.0, &sine, &cosine ); +``` + +The function accepts the following arguments: + +- **x**: `[in] double` input value. +- **sine**: `[out] double*` destination for the sine. +- **cosine**: `[out] double*` destination for the cosine. + +```c +void stdlib_base_sincos( const double x, double *sine, double *cosine ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/sincos.h" +#include + +int main( void ) { + const double x[] = { 0.0, 1.57, 3.14, 6.28 }; + + double cosine; + double sine; + int i; + for ( i = 0; i < 4; i++ ) { + stdlib_base_sincos( x[ i ], &sine, &cosine ); + printf( "x: %lf => sine: %lf, cosine: %lf\n", x[ i ], sine, cosine ); + } +} +``` + +
+ + + +
+ + +