Releases: malb/m4ri
Releases · malb/m4ri
20251207
20251206
This release is broken on non-Linux and non-x86 systems.
What's Changed
- Fix overflows in
mzd_init()by @tornaria in #28 - Allow native Windows build using MinGW by @ptrrsn in #30
- avoid macro expansion producing 'defined' has undefined behavior by @dimpase in #34
- Correct L3 Detection by @malb in #37
New Contributors
Full Changelog: 2025012...2025120
20250128
What's Changed
- Fix mzd_copy_row for small matrices after 91f0ec5. by @jpflori in #1
- Pkgconfig by @kiwifb in #3
- create make distcheck GitHub workflow by @malb in #14
- Fix Cflags in m4ri.pc by @sertonix in #18
- Fix memory leak in _mzd_ple_submatrix by @maple3142 in #20
- fix sanity check for underdetermined systems + add test case by @j-danner in #22
- Don't autodetect SSE2 by @tornaria in #24
- Use soname
libm4ri.so.1by @tornaria in #25 - Improvements to the pkg-config file by @orlitzky in #26
New Contributors
- @jpflori made their first contribution in #1
- @kiwifb made their first contribution in #3
- @sertonix made their first contribution in #18
- @maple3142 made their first contribution in #20
- @j-danner made their first contribution in #22
- @orlitzky made their first contribution in #26
Full Changelog: https://github.com/malb/m4ri/commits/20250128