We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9634760 commit 2a4cf82Copy full SHA for 2a4cf82
HISTORY.md
@@ -1,5 +1,14 @@
1
# History
2
3
+# unpublished changes since 14.8.1
4
+
5
+- Fix: improve performance in functions like `map` when passing a unary
6
+ function (#3546). Thanks @dvd101x.
7
+- Fix: improve the type definition of `abs(complex)` which returns a `number`
8
+ (#3543). Thanks @joshkel.
9
+- Fix: add missing type definitions for `ctranspose` (#3545). Thanks @joshkel.
10
+- Fix: typos in code comments (#3544). Thanks @joshkel.
11
12
# 2025-09-26, 14.8.1
13
14
- Fix: #3538 `config` printing a warning when using `{ number: 'bigint' }`
0 commit comments