Skip to content

Commit c96fb1b

Browse files
committed
Publish v10.5.0
1 parent 45514a8 commit c96fb1b

File tree

5 files changed

+191
-216
lines changed

5 files changed

+191
-216
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,6 @@ Abraham <[email protected]>
188188
Sam Estep <[email protected]>
189189
190190
191+
simlaticak <[email protected]>
191192

192193
# Generated by tools/update-authors.js

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# History
22

3-
# unpublished changes since 10.4.3:
3+
# 2022-04-19, version 10.5.0
44

5+
- Implement #1563: function `pinv`, Moore–Penrose inverse (#2521).
6+
Thanks @HanchaiN.
57
- Optimize function `det` for integers by switching to the Bareiss algorithm:
68
no more round-off errors for integer input (#2516). Thanks @HanchaiN.
79
- Implement #2463: allow negative integer powers of invertible square matrices
@@ -10,6 +12,7 @@
1012
Complex types. Supersedes #320. (#2417). Thanks @yifanwww.
1113
- Fix #2523: update to the latest complex.js to improve `sin(z)` for small
1214
`im(z)` (#2525). Thanks @gwhitney.
15+
- Fix #2526: update TypeScript definition of `ceil` (#2531). Thanks @simlaticak
1316
- Change mocha reporter to 'dot' to avoid excessively long log files. (#2520)
1417

1518

0 commit comments

Comments
 (0)