0.12.0a1 add Matrix()

This commit is contained in:
Yusur 2025-12-12 11:03:10 +01:00
parent eca16d781f
commit d123b9c196
4 changed files with 173 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.12.0
* New module `mat` adds a shallow reimplementation of `Matrix()` in order to implement matrix multiplication
## 0.11.2
+ increase test coverage of `validators`