Skip to content

Commit 1052140

Browse files
committed
Update CHANGELOG.
1 parent 5173a73 commit 1052140

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# MathPHP Change Log
22

3+
## v2.12.0 - 2025-10-17
4+
5+
### New Features
6+
* Matrix Hessenberg decomposition
7+
* New special functions
8+
* Bessel functions
9+
* Airy functions
10+
* Legendre polynomials
11+
* Chebyshev polynomials
12+
* Hermite polynomials
13+
* Laguerre polynomials
14+
15+
### Bug Fixes
16+
* Fixed issue 487 in t-test with data with no variance: throws proper exception
17+
* Fixed issue with Set `isProperSubset` where it didn't take into account identical sets
18+
19+
### Improvements
20+
* Numerical precision improvements to numerous special functions
21+
* Documentation improvements and fixes
22+
323
## v2.11.0 - 2025-01-26
424

525
### Improvements

0 commit comments

Comments
 (0)