Skip to content

Updated with lua-5.2.2

Compare
Choose a tag to compare
@pakozm pakozm released this 26 Aug 10:50
· 2328 commits to master since this release

This release compiles with Lua 5.2.2, instead of 5.1.4. It the following new features:

  • matrices with float (matrix), complex numbers (matrixComplex), double (matrixDouble), and int32 (matrixInt32).
  • GZIO is fresh code, a wrapper over ZLIB, binded using LUABIND.
  • Added LAPACK support, for matrix inversion computation.
  • Updated Lua class mean_var to follow the method of Knuth.
  • CUDA compiles, but stills not working :SSSSSS
  • Solved problems of table.tostring.
  • Generalization of matrix math operators.
  • Specialization of math wrappers for float and complex numbers.
  • Support for MAT-file format (Matlab matrices).
  • Added mutual_information package.
  • Added APRIL_EXEC and APRIL_TOOLS_DIR environment variables to configure.sh
  • Added scripts for NBEST, but not working :SSSSSS
  • Some memory leaks, and bugs are solved.