Releases: leto/math--gsl
Releases · leto/math--gsl
v0.35
- Remotion of trailing whitespaces (Shlomi Fish)
- Documentation fixes (Shlomi Fish)
- Remotion of PkgConfig from runtime requirements (Bartosz Jakubski)
- Indentation fixes (Bartosz Jakubski)
- Installation feedback improvements (Bartosz Jakubski)
v0.34
- Fixed bug on uncleared error variable (5.8.9)
- Added OO transpose method for matrices (Ivan Baidakou)
v0.33
- Added OO code for RNG->shuffle, RNG->choose and RNG->sample.
- Complain when opening (fopen) a file from a tainted string.
- Complex now has operator overloading for +,-, ==, !=, *, /
- Added write/load methods to save a matrix to file.
v0.32
- Correctly split the compiler name.
- Added OO code to the QRNG module.
- Fixed QRNG code that was failing on some machines.
v0.31
- Fixed Matrix multiplication that was forcing square matrices.